Running with gitlab-runner 12.0.2 (d0b76032)  on emba-docker-runner 2oEDrUT7 section_start:1696291427:prepare_executor Using Docker executor with image docker:19.03.12 ... Pulling docker image docker:19.03.12 ... Using docker image sha256:81f5749c9058a7284e6acd8e126f2b882765a17b9ead14422b51cde1a110b85c for docker:19.03.12 ... section_end:1696291427:prepare_executor section_start:1696291427:prepare_script Running on runner-2oEDrUT7-project-1-concurrent-1 via emba.gnu.org... section_end:1696291431:prepare_script section_start:1696291431:get_sources $ git config --global http.proxy $HTTP_PROXY; git config --global https.proxy $HTTPS_PROXY Fetching changes with git depth set to 50... Reinitialized existing Git repository in /builds/emacs/emacs/.git/ From https://emba.gnu.org/emacs/emacs * [new ref] ad2bb3e9f36d1a4f25e1e2228586331b40a30a46 -> refs/pipelines/26637 Checking out ad2bb3e9 as master... Removing test-all-inotify-bdd30132/ Skipping Git submodules setup section_end:1696291475:get_sources section_start:1696291475:restore_cache section_end:1696291482:restore_cache section_start:1696291482:download_artifacts section_end:1696291485:download_artifacts section_start:1696291485:build_script $ docker info WARNING: No swap limit support Client: Debug Mode: false Server: Containers: 25 Running: 6 Paused: 0 Stopped: 19 Images: 18 Server Version: 20.10.21 Storage Driver: overlay2 Backing Filesystem: xfs Supports d_type: true Native Overlay Diff: true userxattr: false Logging Driver: json-file Cgroup Driver: cgroupfs Plugins: Volume: local Network: bridge host ipvlan macvlan null overlay Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog Swarm: inactive Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc Default Runtime: runc Init Binary: docker-init containerd version: runc version: init version: Security Options: apparmor seccomp Profile: default Kernel Version: 4.15.0-213-generic Operating System: Trisquel GNU/Linux Etiona (9.0.2) OSType: linux Architecture: x86_64 CPUs: 2 Total Memory: 7.789GiB Name: emba.gnu.org ID: X47L:JFLM:IP7X:AN3A:6FS4:N5DF:SGWZ:KSYJ:GQ2L:ZEKB:GUXD:3IZT Docker Root Dir: /var/lib/docker Debug Mode: false HTTP Proxy: http://serverproxy0p.fsf.org:8118/ HTTPS Proxy: http://serverproxy0p.fsf.org:8118/ No Proxy: localhost,127.0.0.1,eggs.gnu.org,emba.gnu.org/ Registry: https://index.docker.io/v1/ Labels: Experimental: false Insecure Registries: 127.0.0.0/8 Live Restore Enabled: false $ echo "docker registry is ${CI_REGISTRY}" docker registry is emba.gnu.org:5050 $ docker login -u ${CI_REGISTRY_USER} -p ${CI_REGISTRY_PASSWORD} ${CI_REGISTRY} WARNING! Using --password via the CLI is insecure. Use --password-stdin. Login Succeeded $ docker build --pull --target ${target} -t ${CI_REGISTRY_IMAGE}:${target}-${BUILD_TAG} -f test/infra/Dockerfile.emba . WARNING! Your password will be stored unencrypted in /.docker-config-ad2bb3e9f36d1a4f25e1e2228586331b40a30a46/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store #1 [internal] load build definition from Dockerfile.emba #1 transferring dockerfile: #1 transferring dockerfile: 6.46kB 0.2s done #1 DONE 0.5s #2 [internal] load .dockerignore #2 transferring context: #2 transferring context: 2B 0.0s done #2 DONE 0.4s #3 [internal] load metadata for docker.io/library/debian:bullseye #3 DONE 0.4s #4 [emacs-base 1/2] FROM docker.io/library/debian:bullseye@sha256:54d33aaad... #4 DONE 0.0s #7 [internal] load build context #7 transferring context: 15.18MB 3.6s #7 transferring context: 42.16MB 8.6s #7 transferring context: 68.70MB 13.7s #7 transferring context: 99.37MB 18.7s #7 transferring context: 131.26MB 23.8s #7 transferring context: 139.34MB 28.8s #7 transferring context: 176.95MB 33.9s #7 transferring context: 210.28MB 38.9s #7 transferring context: 242.22MB 44.1s #7 transferring context: 259.49MB 49.2s #7 transferring context: 271.97MB 52.3s done #7 DONE 68.5s #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 34.5s #9 [emacs-gnustep 3/6] WORKDIR /checkout #9 DONE 32.1s #10 [emacs-gnustep 4/6] RUN ./autogen.sh autoconf #10 4.662 Checking whether you have the necessary tools... #10 4.662 (Read INSTALL.REPO for more details on building Emacs) #10 4.669 Checking for autoconf (need at least version 2.65) ... ok #10 4.772 Your system has the required tools. #10 4.816 Building aclocal.m4 ... #10 4.816 Running 'autoreconf -fi -I m4' ... #10 50.75 Building 'aclocal.m4' in exec ... #10 50.75 Running 'autoreconf -fi' in exec ... #10 58.38 You can now run './autogen.sh git'. #10 DONE 59.1s #11 [emacs-gnustep 5/6] RUN ./configure --with-ns #11 4.317 checking for xcrun... no #11 4.317 checking for GNU Make... make #11 4.432 checking build system type... x86_64-pc-linux-gnu #11 5.458 checking host system type... x86_64-pc-linux-gnu #11 5.557 checking for gcc... gcc #11 5.724 checking whether the C compiler works... yes #11 6.156 checking for C compiler default output file name... a.out #11 6.166 checking for suffix of executables... #11 6.383 checking whether we are cross compiling... no #11 6.784 checking for suffix of object files... o #11 6.979 checking whether we are using the GNU C compiler... yes #11 7.206 checking whether gcc accepts -g... yes #11 7.408 checking for gcc option to enable C11 features... none needed #11 7.794 checking whether the compiler is clang... no #11 7.991 checking for compiler option needed when checking for declarations... none #11 7.998 checking whether gcc and cc understand -c and -o together... yes #11 9.093 checking how to run the C preprocessor... gcc -E #11 9.464 checking for grep that handles long lines and -e... /bin/grep #11 9.484 checking for egrep... /bin/grep -E #11 9.494 checking for ANSI C header files... yes #11 10.16 checking for sys/types.h... yes #11 10.34 checking for sys/stat.h... yes #11 10.68 checking for stdlib.h... yes #11 10.83 checking for string.h... yes #11 11.03 checking for memory.h... yes #11 11.28 checking for strings.h... yes #11 11.42 checking for inttypes.h... yes #11 11.65 checking for stdint.h... yes #11 11.89 checking for unistd.h... yes #11 12.13 checking for wchar.h... yes #11 12.44 checking for minix/config.h... no #11 12.75 checking for linux/fs.h... yes #11 13.25 checking for malloc.h... yes #11 13.62 checking for sys/systeminfo.h... no #11 13.91 checking for sys/sysinfo.h... yes #11 14.29 checking for coff.h... no #11 14.72 checking for pty.h... yes #11 15.14 checking for sys/resource.h... yes #11 15.53 checking for sys/utsname.h... yes #11 15.84 checking for pwd.h... yes #11 16.29 checking for util.h... no #11 16.64 checking for sanitizer/lsan_interface.h... yes #11 17.06 checking for sanitizer/asan_interface.h... yes #11 17.66 checking for sanitizer/common_interface_defs.h... yes #11 17.97 checking for sys/socket.h... yes #11 18.26 checking for stdlib.h... (cached) yes #11 18.30 checking for unistd.h... (cached) yes #11 18.38 checking for sys/param.h... yes #11 18.75 checking for pthread.h... yes #11 19.17 checking for malloc/malloc.h... no #11 19.34 checking for sys/un.h... yes #11 19.63 checking for utmp.h... yes #11 19.92 checking for utmpx.h... yes #11 20.44 checking for OS.h... no #11 20.93 checking for dirent.h... yes #11 21.27 checking for execinfo.h... yes #11 21.73 checking for linux/xattr.h... yes #11 22.13 checking for stdio_ext.h... yes #11 22.62 checking for sys/vfs.h... yes #11 22.96 checking for sys/fs_types.h... no #11 23.26 checking for getopt.h... yes #11 23.67 checking for sys/cdefs.h... yes #11 24.15 checking for sys/time.h... yes #11 24.61 checking for ieee754.h... yes #11 24.92 checking for limits.h... yes #11 25.17 checking for inttypes.h... (cached) yes #11 25.22 checking for sys/types.h... (cached) yes #11 25.29 checking for stdint.h... (cached) yes #11 25.41 checking for sys/select.h... yes #11 25.56 checking for stdbool.h... yes #11 25.70 checking for stdckdint.h... no #11 25.94 checking for sys/random.h... yes #11 26.29 checking for sys/stat.h... (cached) yes #11 26.37 checking whether it is safe to define __EXTENSIONS__... yes #11 26.75 checking whether _XOPEN_SOURCE should be defined... no #11 26.96 checking for Minix Amsterdam compiler... no #11 27.07 checking for ar... ar #11 27.07 checking for ranlib... ranlib #11 27.07 checking for gcc option to enable large file support... none needed #11 27.31 checking for gcc option for timestamps after 2038... none needed #11 27.54 checking for g++... g++ #11 27.72 checking whether we are using the GNU C++ compiler... yes #11 28.25 checking whether g++ accepts -g... yes #11 28.49 checking for g++ option to enable C++11 features... none needed #11 78.01 checking how to run the C++ preprocessor... g++ -E #11 78.66 checking whether gcc accepts -g3 -O2... yes #11 79.03 checking whether the compiler is clang... no #11 79.33 checking whether C compiler handles -Werror -Wunknown-warning-option... no #11 79.53 checking whether -Wno-missing-field-initializers is needed... yes #11 80.07 checking whether -Wuninitialized is supported... yes #11 80.47 checking whether C compiler handles -fstrict-flex-arrays... no #11 80.68 checking whether C compiler handles -Wall... yes #11 81.06 checking whether C compiler handles -Warith-conversion... yes #11 81.49 checking whether C compiler handles -Wdate-time... yes #11 81.91 checking whether C compiler handles -Wdisabled-optimization... yes #11 82.50 checking whether C compiler handles -Wdouble-promotion... yes #11 82.93 checking whether C compiler handles -Wduplicated-cond... yes #11 83.61 checking whether C compiler handles -Wextra... yes #11 84.07 checking whether C compiler handles -Wformat-signedness... yes #11 84.33 checking whether C compiler handles -Winit-self... yes #11 84.59 checking whether C compiler handles -Winvalid-pch... yes #11 84.93 checking whether C compiler handles -Wlogical-op... yes #11 85.25 checking whether C compiler handles -Wmissing-declarations... yes #11 85.66 checking whether C compiler handles -Wmissing-include-dirs... yes #11 86.11 checking whether C compiler handles -Wmissing-prototypes... yes #11 86.45 checking whether C compiler handles -Wnested-externs... yes #11 86.78 checking whether C compiler handles -Wnull-dereference... yes #11 87.15 checking whether C compiler handles -Wold-style-definition... yes #11 87.55 checking whether C compiler handles -Wopenmp-simd... yes #11 88.14 checking whether C compiler handles -Wpacked... yes #11 88.53 checking whether C compiler handles -Wpointer-arith... yes #11 89.00 checking whether C compiler handles -Wstrict-flex-arrays... no #11 89.19 checking whether C compiler handles -Wstrict-prototypes... yes #11 89.51 checking whether C compiler handles -Wsuggest-attribute=format... yes #11 89.96 checking whether C compiler handles -Wsuggest-attribute=noreturn... yes #11 90.37 checking whether C compiler handles -Wsuggest-final-methods... yes #11 90.88 checking whether C compiler handles -Wsuggest-final-types... yes #11 91.23 checking whether C compiler handles -Wtrampolines... yes #11 91.47 checking whether C compiler handles -Wuninitialized... yes #11 91.91 checking whether C compiler handles -Wunknown-pragmas... yes #11 92.36 checking whether C compiler handles -Wunused-macros... yes #11 92.60 checking whether C compiler handles -Wvariadic-macros... yes #11 93.01 checking whether C compiler handles -Wvector-operation-performance... yes #11 93.35 checking whether C compiler handles -Wwrite-strings... yes #11 93.95 checking whether C compiler handles -Warray-bounds=2... yes #11 94.53 checking whether C compiler handles -Wattribute-alias=2... yes #11 95.18 checking whether C compiler handles -Wformat=2... yes #11 95.82 checking whether C compiler handles -Wformat-truncation=2... yes #11 96.21 checking whether C compiler handles -Wimplicit-fallthrough=5... yes #11 96.55 checking whether C compiler handles -Wshift-overflow=2... yes #11 96.90 checking whether C compiler handles -Wuse-after-free=3... no #11 97.10 checking whether C compiler handles -Wvla-larger-than=4031... yes #11 97.66 checking whether C compiler handles -Wno-missing-field-initializers... yes #11 98.01 checking whether C compiler handles -Wredundant-decls... yes #11 98.56 checking whether C compiler handles -Wno-missing-field-initializers... (cached) yes #11 98.56 checking whether C compiler handles -Wno-override-init... yes #11 99.06 checking whether C compiler handles -Wno-sign-compare... yes #11 99.36 checking whether C compiler handles -Wno-type-limits... yes #11 99.80 checking whether C compiler handles -Wno-unused-parameter... yes #11 100.1 checking whether C compiler handles -Wno-format-nonliteral... yes #11 100.7 checking whether C compiler handles -Wno-bidi-chars... no #11 100.8 checking for a BSD-compatible install... /usr/bin/install -c #11 100.8 checking command to symlink files in the same directory... ln -s #11 100.8 checking for install-info... : #11 100.9 checking for gzip... /bin/gzip #11 100.9 checking for 'find' args to delete a file... -delete #11 100.9 checking for brew... no #11 102.1 checking for -znocombreloc... not needed #11 102.1 checking whether addresses are sanitized... no #11 102.3 checking for math library... -lm #11 104.2 checking for struct passwd.pw_gecos... yes #11 104.5 checking for pkg-config... /usr/bin/pkg-config #11 104.5 checking pkg-config is at least version 0.9.0... yes #11 104.6 checking for machine/soundcard.h... no #11 104.8 checking for sys/soundcard.h... yes #11 105.2 checking for soundcard.h... no #11 105.4 checking for mmsystem.h... no #11 105.5 checking for _oss_ioctl in -lossaudio... no #11 105.9 checking for alsa >= 1.0.0... no #11 106.0 checking for ADDR_NO_RANDOMIZE... yes #11 106.3 checking if Linux sysinfo may be used... yes #11 106.7 checking for sys/wait.h that is POSIX.1 compatible... yes #11 107.1 checking for net/if.h... yes #11 107.5 checking for ifaddrs.h... yes #11 107.8 checking for net/if_dl.h... no #11 108.1 checking for struct ifreq.ifr_flags... yes #11 108.4 checking for struct ifreq.ifr_hwaddr... yes #11 109.1 checking for struct ifreq.ifr_netmask... yes #11 109.6 checking for struct ifreq.ifr_broadaddr... yes #11 110.4 checking for struct ifreq.ifr_addr... yes #11 111.3 checking for struct ifreq.ifr_addr.sa_len... no #11 112.4 checking whether gcc understands -MMD -MF... yes #11 112.7 checking for X... no #11 113.6 checking AppKit/AppKit.h usability... yes #11 122.7 checking AppKit/AppKit.h presence... yes #11 123.4 checking for AppKit/AppKit.h... yes #11 123.4 checking for Mac OS X 12.0 or later... yes #11 123.5 checking for gcc... gcc #11 123.7 checking whether we are using the GNU Objective C compiler... yes #11 123.9 checking whether gcc accepts -g... yes #11 124.1 checking if the Objective C compiler supports instancetype... yes #11 124.2 checking if the Objective C compiler defaults to C99... no #11 124.5 checking whether malloc is Doug Lea style... no #11 124.7 checking for sbrk... yes #11 125.0 checking for __lsan_ignore_object... no #11 125.6 checking for fchmod... yes #11 126.1 checking for utmpname... yes #11 126.6 checking for utmpxname... yes #11 129.8 checking for canonicalize_file_name... yes #11 130.2 checking for realpath... yes #11 131.7 checking for lstat... yes #11 132.1 checking for fchmodat... yes #11 134.0 checking for lchmod... no #11 134.2 checking for fcntl... yes #11 135.9 checking for fdopendir... yes #11 137.8 checking for listxattr... yes #11 138.8 checking for fstatat... yes #11 139.8 checking for fsync... yes #11 140.4 checking for gettimeofday... yes #11 141.2 checking for memset_explicit... no #11 142.2 checking for memset_s... no #11 143.0 checking for pselect... yes #11 143.8 checking for readlink... yes #11 145.3 checking for isblank... yes #11 145.9 checking for iswctype... yes #11 146.4 checking for strtoimax... yes #11 147.5 checking for symlink... yes #11 149.4 checking for localtime_r... yes #11 150.8 checking for getdtablesize... yes #11 151.3 checking for getpagesize... yes #11 153.5 checking for working mmap... yes #11 154.2 checking for main in -lXbsd... no #11 154.5 checking for pthread library... -lpthread #11 155.4 checking for thread support... yes #11 155.4 checking for librsvg-2.0 >= 2.14.0... no #11 155.5 checking for libwebpdemux >= 0.6.0... no #11 155.5 checking for WebPGetInfo... no #11 155.8 checking for libwebpdemux >= 0.6.0 libwebpdecoder >= 0.6.0... no #11 155.8 checking for sqlite3_open_v2 in -lsqlite3... no #11 156.1 checking for getaddrinfo_a in -lanl... yes #11 156.4 checking for malloc_trim... yes #11 156.9 checking for dbus-1 >= 1.0... yes #11 157.0 checking for dbus_watch_get_unix_fd... yes #11 157.6 checking for dbus_type_is_valid... yes #11 158.4 checking for dbus_validate_bus_name... yes #11 159.1 checking for dbus_validate_path... yes #11 159.7 checking for dbus_validate_interface... yes #11 160.1 checking for dbus_validate_member... yes #11 160.7 checking for lgetfilecon in -lselinux... no #11 160.9 checking for gnutls >= 2.12.2... yes #11 161.0 checking for libsystemd >= 222... no #11 161.1 checking for jansson >= 2.7... no #11 161.1 checking for tree-sitter >= 0.20.2... no #11 161.1 checking for tree-sitter >= 0.6.3... no #11 161.2 checking sys/inotify.h usability... yes #11 161.5 checking sys/inotify.h presence... yes #11 161.6 checking for sys/inotify.h... yes #11 161.6 checking for inotify_init1... yes #11 162.1 checking for jpeglib 6b or later... no #11 162.3 checking for lcms2... no #11 162.4 checking for library containing inflateEnd... -lz #11 163.8 checking for dladdr... yes #11 164.5 checking for dlfunc... no #11 165.0 checking for libpng >= 1.0.0... no #11 165.1 checking for libpng not configured by pkg-config... no #11 165.4 checking tiffio.h usability... no #11 165.7 checking tiffio.h presence... no #11 165.8 checking for tiffio.h... no #11 165.8 checking gif_lib.h usability... no #11 166.3 checking gif_lib.h presence... no #11 166.6 checking for gif_lib.h... no #11 166.6 checking gpm.h usability... no #11 166.8 checking gpm.h presence... no #11 167.0 checking for gpm.h... no #11 167.0 checking for libxml-2.0 > 2.6.17... no #11 167.1 checking for maillock in -lmail... no #11 167.3 checking for maillock in -llockfile... no #11 167.6 checking for liblockfile.so... no #11 167.6 checking maillock.h usability... no #11 167.8 checking maillock.h presence... no #11 167.9 checking for maillock.h... no #11 167.9 checking linux/seccomp.h usability... yes #11 168.3 checking linux/seccomp.h presence... yes #11 168.4 checking for linux/seccomp.h... yes #11 168.4 checking whether SECCOMP_SET_MODE_FILTER is declared... yes #11 168.7 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... yes #11 169.0 checking linux/filter.h usability... yes #11 169.3 checking linux/filter.h presence... yes #11 169.4 checking for linux/filter.h... yes #11 169.5 checking whether SECCOMP_SET_MODE_FILTER is declared... (cached) yes #11 169.5 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... (cached) yes #11 169.5 checking for libseccomp >= 2.5.2... no #11 169.6 checking size of long... 8 #11 170.3 checking for accept4... yes #11 170.9 checking for fchdir... yes #11 171.4 checking for gethostname... yes #11 171.9 checking for getrusage... yes #11 172.6 checking for get_current_dir_name... yes #11 173.0 checking for lrand48... yes #11 173.6 checking for random... yes #11 174.2 checking for rint... yes #11 174.7 checking for tcdrain... yes #11 175.1 checking for trunc... yes #11 175.6 checking for select... yes #11 176.1 checking for getpagesize... (cached) yes #11 176.2 checking for setlocale... yes #11 176.7 checking for newlocale... yes #11 177.2 checking for getrlimit... yes #11 177.6 checking for setrlimit... yes #11 178.1 checking for shutdown... yes #11 178.8 checking for pthread_sigmask... (cached) yes #11 178.8 checking for strsignal... yes #11 179.2 checking for setitimer... yes #11 179.6 checking for sendto... yes #11 180.1 checking for recvfrom... yes #11 180.6 checking for getsockname... yes #11 181.0 checking for getifaddrs... yes #11 181.3 checking for freeifaddrs... yes #11 181.8 checking for gai_strerror... yes #11 182.3 checking for sync... yes #11 182.8 checking for endpwent... yes #11 183.3 checking for getgrent... yes #11 183.8 checking for endgrent... yes #11 184.3 checking for renameat2... yes #11 184.9 checking for cfmakeraw... yes #11 185.5 checking for cfsetspeed... yes #11 186.0 checking for __executable_start... yes #11 186.5 checking for log2... yes #11 187.1 checking for pthread_setname_np... yes #11 187.6 checking for pthread_set_name_np... no #11 188.0 checking for getpwent... yes #11 188.5 checking whether pthread_setname_np takes a single argument... no #11 188.8 checking whether pthread_setname_np takes three arguments... no #11 189.2 checking for aligned_alloc... yes #11 189.8 checking whether aligned_alloc is declared... yes #11 190.1 checking for posix_madvise... yes #11 190.5 checking for madvise... yes #11 190.8 checking for __builtin_frame_address... yes #11 191.2 checking for __builtin_unwind_init... yes #11 191.5 checking for _LARGEFILE_SOURCE value needed for large files... no #11 191.8 checking for grantpt... yes #11 192.2 checking for getpt... yes #11 192.4 checking for posix_openpt... yes #11 193.0 checking for library containing tputs... -ltinfo #11 193.7 checking whether -ltinfo library defines BC... yes #11 194.2 checking for timerfd interface... yes #11 194.4 checking whether signals can be handled on alternate stack... yes #11 194.7 checking valgrind/valgrind.h usability... no #11 194.9 checking valgrind/valgrind.h presence... no #11 195.0 checking for valgrind/valgrind.h... no #11 195.0 checking for struct unipair.unicode... yes #11 195.3 checking for pid_t... yes #11 196.0 checking vfork.h usability... no #11 196.2 checking vfork.h presence... no #11 196.4 checking for vfork.h... no #11 196.4 checking for fork... yes #11 197.0 checking for vfork... yes #11 197.3 checking for working fork... yes #11 197.8 checking for working vfork... (cached) yes #11 197.8 checking for snprintf... yes #11 198.1 checking for open_memstream... yes #11 198.4 checking spawn.h usability... yes #11 198.7 checking spawn.h presence... yes #11 198.8 checking for spawn.h... yes #11 198.9 checking for posix_spawn... yes #11 199.4 checking for posix_spawn_file_actions_addchdir... no #11 199.6 checking for posix_spawn_file_actions_addchdir_np... yes #11 200.2 checking for posix_spawnattr_setflags... yes #11 200.6 checking whether POSIX_SPAWN_SETSID is declared... yes #11 200.8 checking whether GLib is linked in... no #11 201.0 checking for nl_langinfo and CODESET... yes #11 201.4 checking for nl_langinfo and _NL_PAPER_WIDTH... yes #11 202.4 checking for mbstate_t... yes #11 203.1 checking for signals via characters... yes #11 203.5 checking for _setjmp... yes #11 204.1 checking for sigsetjmp... yes #11 204.6 checking POSIX termios... yes #11 205.1 checking size of speed_t... 4 #11 205.5 checking for usable FIONREAD... yes #11 205.8 checking for usable SIGIO... yes #11 206.2 checking for struct alignment... yes #11 206.5 checking for C/C++ restrict keyword... __restrict__ #11 206.7 checking for typeof syntax and keyword spelling... typeof #11 207.0 checking for statement expressions... yes #11 207.2 checking whether malloc (0) returns nonnull... yes #11 208.4 checking sys/acl.h usability... yes #11 208.7 checking sys/acl.h presence... yes #11 208.7 checking for sys/acl.h... yes #11 208.7 checking for library containing acl_get_file... -lacl #11 209.2 checking for acl_get_file... yes #11 209.7 checking for acl_get_fd... yes #11 210.7 checking for acl_set_file... yes #11 211.5 checking for acl_set_fd... yes #11 211.8 checking for acl_free... yes #11 213.6 checking for acl_from_mode... yes #11 214.0 checking for acl_from_text... yes #11 214.6 checking for acl_delete_def_file... yes #11 215.1 checking for acl_extended_file... yes #11 216.9 checking for acl_delete_fd_np... no #11 217.6 checking for acl_delete_file_np... no #11 218.0 checking for acl_copy_ext_native... no #11 218.7 checking for acl_create_entry_np... no #11 220.1 checking for acl_to_short_text... no #11 220.7 checking for acl_free_text... no #11 221.3 checking for working acl_get_file... yes #11 221.7 checking acl/libacl.h usability... yes #11 221.9 checking acl/libacl.h presence... yes #11 222.0 checking for acl/libacl.h... yes #11 222.0 checking for acl_entries... yes #11 222.3 checking for ACL_FIRST_ENTRY... yes #11 222.5 checking for ACL_TYPE_EXTENDED... no #11 222.6 checking for working alloca.h... yes #11 222.9 checking for alloca... yes #11 223.4 checking for a thread-safe mkdir -p... /bin/mkdir -p #11 223.4 checking whether the preprocessor supports include_next... yes #11 223.6 checking whether source code line length is unlimited... yes #11 223.8 checking whether endutent is declared... yes #11 224.1 checking for struct utmpx.ut_user... yes #11 224.8 checking for struct utmp.ut_user... yes #11 225.2 checking for struct utmpx.ut_name... yes #11 225.6 checking for struct utmp.ut_name... yes #11 226.0 checking for struct utmpx.ut_type... yes #11 226.4 checking for struct utmp.ut_type... yes #11 226.7 checking for struct utmpx.ut_pid... yes #11 227.1 checking for struct utmp.ut_pid... yes #11 227.5 checking for struct utmp.ut_tv... yes #11 228.1 checking for struct utmpx.ut_host... yes #11 228.5 checking for struct utmp.ut_host... yes #11 229.0 checking for struct utmpx.ut_id... yes #11 229.4 checking for struct utmp.ut_id... yes #11 229.8 checking for struct utmpx.ut_session... yes #11 230.1 checking for struct utmp.ut_session... yes #11 230.6 checking for struct utmpx.ut_exit... yes #11 231.2 checking for struct utmp.ut_exit... yes #11 231.9 checking for struct utmpx.ut_exit.ut_exit... no #11 232.5 checking for struct utmpx.ut_exit.e_exit... yes #11 232.8 checking for struct utmp.ut_exit.e_exit... yes #11 233.1 checking for struct utmpx.ut_exit.ut_termination... no #11 234.0 checking for struct utmpx.ut_exit.e_termination... yes #11 234.4 checking for struct utmp.ut_exit.e_termination... yes #11 234.9 checking whether sysinfo is declared... yes #11 235.1 checking for sys/sysctl.h... yes #11 235.4 checking for sysctl... yes #11 235.9 checking whether lstat correctly handles trailing slash... yes #11 236.3 checking whether // is distinct from /... no #11 236.3 checking whether realpath works... yes #11 236.9 checking for faccessat... yes #11 237.3 checking for getcwd... yes #11 237.6 checking whether byte ordering is bigendian... no #11 238.6 checking if environ is properly declared... yes #11 238.7 checking for complete errno.h... yes #11 238.9 checking whether ctype.h defines __header_inline... no #11 239.0 checking for mode_t... yes #11 239.6 checking whether strmode is declared... no #11 239.9 checking whether getline is declared... yes #11 240.4 checking for gawk... no #11 240.4 checking for mawk... mawk #11 240.4 checking for getopt.h... (cached) yes #11 240.4 checking for getopt_long_only... yes #11 240.8 checking whether getopt is POSIX compatible... yes #11 242.2 checking for working GNU getopt function... yes #11 242.5 checking for working GNU getopt_long function... yes #11 242.8 checking whether timespec_get is declared... yes #11 243.0 checking for timespec_get... yes #11 243.3 checking for struct timeval... yes #11 243.6 checking for wide-enough struct timeval.tv_sec member... yes #11 243.8 checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... no #11 244.1 checking whether the compiler produces multi-arch binaries... no #11 244.3 checking whether stdint.h conforms to C99... yes #11 245.3 checking whether stdint.h works without ISO C predefines... yes #11 245.6 checking whether stdint.h has UINTMAX_WIDTH etc.... yes #11 245.9 checking whether memmem is declared... yes #11 246.3 checking whether memrchr is declared... yes #11 246.7 checking whether defines MIN and MAX... no #11 246.8 checking whether defines MIN and MAX... yes #11 247.1 checking whether time_t is signed... yes #11 247.4 checking whether alarm is declared... yes #11 247.8 checking for working mktime... no #11 248.8 checking whether struct tm is in sys/time.h or time.h... time.h #11 248.9 checking for struct tm.tm_zone... yes #11 249.1 checking for struct tm.tm_gmtoff... yes #11 249.3 checking whether is self-contained... yes #11 249.9 checking for inline... inline #11 250.1 checking for sigset_t... yes #11 250.6 checking for volatile sig_atomic_t... yes #11 251.0 checking for sighandler_t... yes #11 251.4 checking for wchar_t... yes #11 251.7 checking for good max_align_t... yes #11 251.9 checking whether NULL can be used in arbitrary expressions... yes #11 252.1 checking for unreachable... no #11 252.4 checking whether fcloseall is declared... yes #11 252.8 checking whether getw is declared... yes #11 253.4 checking whether putw is declared... yes #11 253.7 checking which flavor of printf attribute matches inttypes macros... system #11 254.0 checking whether strnlen is declared... yes #11 254.4 checking whether strtoimax is declared... yes #11 254.8 checking whether stat file-mode macros are broken... no #11 255.1 checking for nlink_t... yes #11 255.6 checking for struct timespec in ... yes #11 255.9 checking for TIME_UTC in ... yes #11 256.1 checking whether execvpe is declared... yes #11 256.4 checking whether clearerr_unlocked is declared... yes #11 256.8 checking whether feof_unlocked is declared... yes #11 257.0 checking whether ferror_unlocked is declared... yes #11 257.5 checking whether fflush_unlocked is declared... yes #11 257.9 checking whether fgets_unlocked is declared... yes #11 258.2 checking whether fputc_unlocked is declared... yes #11 258.4 checking whether fputs_unlocked is declared... yes #11 258.8 checking whether fread_unlocked is declared... yes #11 259.2 checking whether fwrite_unlocked is declared... yes #11 259.7 checking whether getc_unlocked is declared... yes #11 260.2 checking whether getchar_unlocked is declared... yes #11 260.9 checking whether putc_unlocked is declared... yes #11 261.5 checking whether putchar_unlocked is declared... yes #11 261.8 checking type of array argument to getgroups... gid_t #11 262.5 checking whether getdelim is declared... yes #11 262.9 checking whether getdtablesize is declared... yes #11 263.4 checking whether malloc is ptrdiff_t safe... yes #11 263.7 checking whether malloc, realloc, calloc set errno on failure... yes #11 263.7 checking for O_CLOEXEC... yes #11 264.1 checking for promoted mode_t type... mode_t #11 264.4 checking whether the utimes function works... yes #11 265.1 checking for C compiler option to allow warnings... -Wno-error #11 265.6 checking for alignas and alignof... yes, macros #11 265.9 checking for alloca as a compiler built-in... yes #11 266.0 checking for static_assert... yes, an macro #11 266.4 checking for __builtin_expect... yes #11 266.7 checking byteswap.h usability... yes #11 267.0 checking byteswap.h presence... yes #11 267.0 checking for byteswap.h... yes #11 267.0 checking for readlinkat... yes #11 267.4 checking for library containing clock_gettime... none required #11 267.7 checking for clock_getres... yes #11 268.3 checking for clock_gettime... yes #11 268.9 checking for clock_settime... yes #11 269.2 checking for copy_file_range... yes #11 269.5 checking for d_type member in directory struct... yes #11 269.8 checking whether // is distinct from /... (cached) no #11 269.8 checking whether dup2 works... yes #11 270.2 checking for library containing backtrace_symbols_fd... none required #11 270.4 checking for faccessat... (cached) yes #11 270.4 checking whether fchmodat works... no #11 271.2 checking for readlinkat... (cached) yes #11 271.2 checking whether fcntl handles F_DUPFD correctly... yes #11 271.6 checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check #11 272.1 checking whether fdopendir is declared... yes #11 272.4 checking whether fdopendir works... yes #11 272.8 checking for flexible array member... yes #11 273.0 checking for __fpending... yes #11 273.5 checking whether __fpending is declared... yes #11 273.7 checking whether free is known to preserve errno... no #11 273.9 checking whether fstatat (..., 0) works... yes #11 274.4 checking for sys/mount.h... yes #11 274.5 checking for statvfs function (SVR4)... yes #11 274.7 checking whether to use statvfs64... no #11 274.8 checking for two-argument statfs with statfs.f_frsize member... yes #11 275.5 checking sys/fs/s5param.h usability... no #11 275.9 checking sys/fs/s5param.h presence... no #11 276.1 checking for sys/fs/s5param.h... no #11 276.1 checking sys/statfs.h usability... yes #11 276.6 checking sys/statfs.h presence... yes #11 276.8 checking for sys/statfs.h... yes #11 276.9 checking for statfs that truncates block counts... no #11 277.1 checking for futimens... yes #11 277.5 checking whether futimens works... yes #11 279.1 checking for getline... yes #11 279.4 checking for working getline function... yes #11 279.9 checking for getloadavg... yes #11 280.3 checking sys/loadavg.h usability... no #11 280.5 checking sys/loadavg.h presence... no #11 280.6 checking for sys/loadavg.h... no #11 280.6 checking whether getloadavg is declared... yes #11 280.9 checking for getrandom... yes #11 281.2 checking whether getrandom is compatible with its GNU+BSD signature... yes #11 281.4 checking for gettimeofday with POSIX signature... yes #11 281.6 checking whether the compiler supports the __inline keyword... yes #11 281.7 checking gmp.h usability... yes #11 282.0 checking gmp.h presence... yes #11 282.1 checking for gmp.h... yes #11 282.2 checking for library containing __gmpz_roinit_n... -lgmp #11 283.0 checking for memmem... yes #11 283.6 checking whether memmem works... yes #11 284.3 checking for mempcpy... yes #11 284.8 checking for memrchr... yes #11 285.2 checking for explicit_memset... no #11 285.7 checking for mkostemp... yes #11 286.4 checking for library containing nanosleep... none required #11 286.8 checking for working nanosleep... no (mishandles large arguments) #11 288.2 checking for sys/pstat.h... no #11 288.5 checking for sys/sysmp.h... no #11 288.9 checking for sys/param.h... (cached) yes #11 288.9 checking for sys/sysctl.h... (cached) yes #11 289.0 checking for sched_getaffinity_np... no #11 289.4 checking for pstat_getdynamic... no #11 289.8 checking for sysmp... no #11 290.4 checking for sysctl... (cached) yes #11 290.4 checking for sched_getaffinity... yes #11 290.8 checking for glibc compatible sched_getaffinity... yes #11 291.1 checking for pipe2... yes #11 291.5 checking whether signature of pselect conforms to POSIX... yes #11 292.1 checking whether pselect detects invalid fds... yes #11 292.7 checking whether pthread_sigmask is a macro... no #11 292.9 checking whether pthread_sigmask returns error numbers... yes #11 293.5 checking whether pthread_sigmask unblocks signals correctly... guessing yes #11 296.3 checking for xattr library with ATTR_ACTION_PERMISSIONS... -lattr #11 297.3 checking whether readlink signature is correct... yes #11 297.5 checking whether readlink handles trailing slash correctly... yes #11 297.9 checking whether readlink truncates results correctly... yes #11 298.7 checking for readlinkat... (cached) yes #11 298.7 checking whether readlinkat signature is correct... yes #11 299.1 checking for working re_compile_pattern... no #11 300.2 checking libintl.h usability... yes #11 300.6 checking libintl.h presence... yes #11 300.6 checking for libintl.h... yes #11 300.7 checking whether isblank is declared... yes #11 300.9 checking for sig2str... no #11 301.3 checking for sigdescr_np... no #11 301.7 checking for socklen_t... yes #11 302.3 checking for ssize_t... yes #11 302.5 checking for struct stat.st_atim.tv_nsec... yes #11 302.8 checking whether struct stat.st_atim is of type struct timespec... yes #11 303.1 checking for struct stat.st_birthtimespec.tv_nsec... no #11 303.4 checking for struct stat.st_birthtimensec... no #11 303.9 checking for struct stat.st_birthtim.tv_nsec... no #11 304.4 checking for bool, true, false... no #11 304.5 checking for stpcpy... yes #11 305.2 checking for working strnlen... yes #11 305.7 checking whether strtoimax works... yes #11 306.3 checking whether symlink handles trailing slash correctly... yes #11 306.8 checking whether localtime_r is declared... yes #11 307.1 checking whether localtime_r is compatible with its POSIX signature... yes #11 307.5 checking whether localtime works even near extrema... yes #11 308.1 checking for timezone_t... no #11 308.4 checking for timegm... yes #11 309.2 checking whether timer_settime is declared... yes #11 309.6 checking for library containing timer_settime... -lrt #11 310.3 checking for timer_settime... yes #11 310.7 checking for utimensat... yes #11 311.1 checking whether utimensat works... yes #11 312.6 checking for variable-length arrays... yes #11 312.9 checking whether getdtablesize works... yes #11 313.4 checking for __mktime_internal... no #11 313.9 checking for timer_getoverrun... yes #11 314.3 checking for gcc option to disable position independent executables... not needed #11 314.3 checking for __ctype_get_mb_cur_max... yes #11 314.6 checking whether MB_CUR_MAX is defined to function that won't link... no #11 314.9 #11 314.9 Configured for 'x86_64-pc-linux-gnu'. #11 314.9 #11 314.9 Where should the build process find the source code? . #11 314.9 What compiler should emacs be built with? gcc -g3 -O2 -DHAVE_CONFIG_H #11 314.9 Should Emacs use the GNU version of malloc? no #11 314.9 (The GNU allocators don't work with this system configuration.) #11 314.9 Should Emacs use a relocating allocator for buffers? no #11 314.9 Should Emacs use mmap(2) for buffer allocation? no #11 314.9 What window system should Emacs use? nextstep #11 314.9 What toolkit should Emacs use? none #11 314.9 Where do we find X Windows header files? NONE #11 314.9 Where do we find X Windows libraries? NONE #11 314.9 Does Emacs use -lXaw3d? no #11 314.9 Is Emacs being built for Android? no #11 314.9 Does Emacs use the X Double Buffer Extension? no #11 314.9 Does Emacs use -lXpm? no #11 314.9 Does Emacs use -ljpeg? no #11 314.9 Does Emacs use -ltiff? no #11 314.9 Does Emacs use a gif library? no #11 314.9 Does Emacs use a png library? no #11 314.9 Does Emacs use -lrsvg-2? no #11 314.9 Does Emacs use -lwebp? no #11 314.9 Does Emacs use -lsqlite3? no #11 314.9 Does Emacs use cairo? no #11 314.9 Does Emacs use -llcms2? no #11 314.9 Does Emacs use imagemagick? no #11 314.9 Does Emacs use native APIs for images? yes (ns) #11 314.9 Does Emacs support sound? yes #11 314.9 Does Emacs use -lgpm? no #11 314.9 Does Emacs use -ldbus? yes #11 314.9 Does Emacs use -lgconf? no #11 314.9 Does Emacs use GSettings? no #11 314.9 Does Emacs use a file notification library? yes -lglibc (inotify) #11 314.9 Does Emacs use access control lists? yes -lacl -lattr #11 314.9 Does Emacs use -lselinux? no #11 314.9 Does Emacs use -lgnutls? yes #11 314.9 Does Emacs use -lxml2? no #11 314.9 Does Emacs use -lfreetype? no #11 314.9 Does Emacs use HarfBuzz? no #11 314.9 Does Emacs use -lm17n-flt? no #11 314.9 Does Emacs use -lotf? no #11 314.9 Does Emacs use -lxft? no #11 314.9 Does Emacs use -lsystemd? no #11 314.9 Does Emacs use -ljansson? no #11 314.9 Does Emacs use -ltree-sitter? no #11 314.9 Does Emacs use the GMP library? yes #11 314.9 Does Emacs directly use zlib? yes #11 314.9 Does Emacs have dynamic modules support? yes #11 314.9 Does Emacs use toolkit scroll bars? yes #11 314.9 Does Emacs support Xwidgets? no #11 314.9 Does Emacs have threading support in lisp? yes #11 314.9 Does Emacs support the portable dumper? yes #11 314.9 Does Emacs support legacy unexec dumping? no #11 314.9 Which dumping strategy does Emacs use? pdumper #11 314.9 Does Emacs have native lisp compiler? no #11 314.9 Does Emacs use version 2 of the X Input Extension? no #11 314.9 Does Emacs generate a smaller-size Japanese dictionary? no #11 314.9 #11 314.9 #11 314.9 #11 314.9 Run 'make' to build Emacs, then run 'src/emacs' to test it. #11 314.9 Run 'make install' in order to build an application bundle. #11 314.9 The application will go to nextstep/Emacs.app and can be run or moved #11 314.9 from there. #11 314.9 The application will be fully self-contained. #11 314.9 #11 316.3 configure: creating ./config.status #11 317.3 config.status: creating src/verbose.mk #11 317.5 config.status: creating src/emacs-module.h #11 317.6 config.status: creating nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist #11 317.7 config.status: creating nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop #11 317.9 config.status: creating Makefile #11 318.0 config.status: creating lib/gnulib.mk #11 318.2 config.status: creating ./doc/man/emacs.1 #11 318.4 config.status: creating lib/Makefile #11 318.5 config.status: creating lib-src/Makefile #11 318.6 config.status: creating oldXMenu/Makefile #11 318.8 config.status: creating src/Makefile #11 319.1 config.status: creating lwlib/Makefile #11 319.2 config.status: creating nextstep/Makefile #11 319.4 config.status: creating nt/Makefile #11 319.5 config.status: creating doc/emacs/Makefile #11 319.6 config.status: creating doc/misc/Makefile #11 319.7 config.status: creating doc/lispintro/Makefile #11 320.0 config.status: creating doc/lispref/Makefile #11 320.3 config.status: creating lisp/Makefile #11 320.5 config.status: creating leim/Makefile #11 320.6 config.status: creating test/Makefile #11 320.8 config.status: creating test/manual/noverlay/Makefile #11 320.9 config.status: creating test/infra/Makefile #11 321.1 config.status: creating admin/charsets/Makefile #11 321.2 config.status: creating admin/unidata/Makefile #11 321.4 config.status: creating admin/grammars/Makefile #11 321.5 config.status: creating java/Makefile #11 321.7 config.status: creating cross/Makefile #11 321.9 config.status: creating java/AndroidManifest.xml #11 322.1 config.status: creating src/config.h #11 322.3 config.status: executing src/epaths.h commands #11 322.7 config.status: executing src/.gdbinit commands #11 322.7 config.status: executing doc/emacs/emacsver.texi commands #11 322.8 config.status: executing etc-refcards-emacsver.tex commands #11 322.9 configure: WARNING: This configuration installs a 'movemail' program #11 322.9 that does not retrieve POP3 email. By default, Emacs 25 and earlier #11 322.9 installed a 'movemail' program that retrieved POP3 email via only #11 322.9 insecure channels, a practice that is no longer recommended but that #11 322.9 you can continue to support by using './configure --with-pop'. #11 322.9 configure: You might want to install GNU Mailutils #11 322.9 and use './configure --with-mailutils'. #11 DONE 326.3s #12 [emacs-gnustep 6/6] RUN make bootstrap #12 1.799 make actual-bootstrap || make advice-on-failure make-target=bootstrap exit-status=$? #12 1.830 make[1]: Entering directory '/checkout' #12 2.305 make bootstrap-clean #12 2.329 make[2]: Entering directory '/checkout' #12 2.729 make -C src bootstrap-clean #12 2.783 make[3]: Entering directory '/checkout/src' #12 2.784 GEN /checkout/src/lisp.mk #12 4.196 rm -f android-emacs libemacs.so #12 4.209 rm -f temacs core ./*.core \#* ./*.o build-counter.c #12 4.237 rm -f dmpstruct.h #12 4.246 rm -f emacs.pdmp #12 4.266 rm -f ../etc/DOC #12 4.279 rm -f bootstrap-emacs bootstrap-emacs.pdmp #12 4.318 rm -f emacs-30.0.50 #12 4.322 rm -f buildobj.h #12 4.343 rm -f globals.h gl-stamp #12 4.347 rm -f ./*.res ./*.tmp #12 4.372 rm -f emacs emacs-*.*.*[0-9] emacs-*.*.*[0-9].pdmp #12 4.376 rm -f ../etc/DOC* #12 4.409 rm -f deps/* #12 4.438 rm -f emacs-module.h epaths.h config.h config.stamp #12 4.462 if test -f ./.gdbinit; then \ #12 4.462 mv ./.gdbinit ./.gdbinit.save; \ #12 4.462 if test -f "./.gdbinit"; then rm -f ./.gdbinit.save; \ #12 4.462 else mv ./.gdbinit.save ./.gdbinit; fi; \ #12 4.462 fi #12 4.532 make[3]: Leaving directory '/checkout/src' #12 4.532 make -C oldXMenu bootstrap-clean #12 4.574 make[3]: Entering directory '/checkout/oldXMenu' #12 4.574 rm -f libXMenu11.a ./*.o deps/* #12 4.574 rm -f Makefile #12 4.584 rm -fr deps #12 4.584 make[3]: Leaving directory '/checkout/oldXMenu' #12 4.584 make -C lwlib bootstrap-clean #12 4.604 make[3]: Entering directory '/checkout/lwlib' #12 4.604 rm -f ./*.o liblw.a \#* deps/* #12 4.634 rm -f Makefile #12 4.646 rm -fr deps #12 4.665 rm -f TAGS #12 4.665 make[3]: Leaving directory '/checkout/lwlib' #12 4.665 make -C lib bootstrap-clean #12 4.924 make[3]: Entering directory '/checkout/lib' #12 4.924 rm -f ./*.[ao] ./*/*.o ./*-t \#* deps/*.d deps/*/*.d #12 4.958 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 4.965 rm -f Makefile Makefile.android #12 4.986 rm -fr deps #12 5.016 make[3]: Leaving directory '/checkout/lib' #12 5.016 make -C lib-src bootstrap-clean #12 5.050 make[3]: Entering directory '/checkout/lib-src' #12 5.062 rm -f core ./*.o ./*.res #12 5.068 rm -f seccomp-filter.bpf seccomp-filter.pfc seccomp-filter-exec.bpf seccomp-filter-exec.pfc #12 5.092 rm -f etags ctags emacsclient ebrowse hexl movemail make-docfile make-fingerprint #12 5.104 rm -f TAGS Makefile blessmail Makefile.android #12 5.117 make[3]: Leaving directory '/checkout/lib-src' #12 5.118 make -C nt bootstrap-clean #12 5.155 make[3]: Entering directory '/checkout/nt' #12 5.155 rm -f core *.o *.res #12 5.161 rm -f runemacs addpm cmdproxy ddeclient #12 5.164 rm -f TAGS Makefile *.rc #12 5.177 true #12 5.204 make[3]: Leaving directory '/checkout/nt' #12 5.204 make -C doc/emacs bootstrap-clean #12 5.225 make[3]: Entering directory '/checkout/doc/emacs' #12 5.229 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #12 5.229 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #12 5.257 rm -f emacs.dvi emacs-xtra.dvi emacs.html emacs.pdf emacs-xtra.pdf emacs.ps emacs-xtra.ps #12 5.262 rm -f Makefile #12 5.306 rm -f \ #12 5.306 ./../../info/emacs.info \ #12 5.306 ./../../info/emacs.info-[1-9] \ #12 5.306 ./../../info/emacs.info-[1-9][0-9] #12 5.314 rm -f ./emacsver.texi TAGS #12 5.326 make[3]: Leaving directory '/checkout/doc/emacs' #12 5.326 make -C doc/misc bootstrap-clean #12 5.391 make[3]: Entering directory '/checkout/doc/misc' #12 5.391 rm -f ./*.aux ./*.log ./*.toc ./*.c[mp] ./*.c[mp]s ./*.fn ./*.fns \ #12 5.391 ./*.ky ./*.kys ./*.op ./*.ops ./*.p[gj] ./*.p[gj]s ./*.sc ./*.scs ./*.ss \ #12 5.391 ./*.t[gp] ./*.t[gp]s ./*.vr ./*.vrs #12 5.411 rm -f gnustmp* #12 5.422 rm -f ./*.dvi ./*.html ./*.pdf ./*.ps #12 5.453 rm -f Makefile #12 5.501 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 5.501 file=`echo ${file} | sed 's/\.info$//'`.info; \ #12 5.501 rm -f \ #12 5.501 ./../../info/${file} \ #12 5.501 ./../../info/${file}-[1-9] \ #12 5.501 ./../../info/${file}-[1-9][0-9]; \ #12 5.501 done #12 7.508 rm -f ./modus-themes.texi ./org.texi #12 7.518 rm -f TAGS #12 7.550 make[3]: Leaving directory '/checkout/doc/misc' #12 7.566 make -C doc/lispref bootstrap-clean #12 7.575 make[3]: Entering directory '/checkout/doc/lispref' #12 7.576 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #12 7.576 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #12 7.592 rm -f elisp[12]* vol[12].tmp #12 7.612 rm -f elisp.dvi elisp.html elisp.pdf elisp.ps #12 7.627 rm -f vol[12].dvi vol[12].pdf vol[12].ps #12 7.644 rm -f Makefile #12 7.668 rm -f \ #12 7.668 ./../../info/elisp.info \ #12 7.668 ./../../info/elisp.info-[1-9] \ #12 7.668 ./../../info/elisp.info-[1-9][0-9] #12 7.688 rm -f TAGS #12 7.693 make[3]: Leaving directory '/checkout/doc/lispref' #12 7.718 make -C doc/lispintro bootstrap-clean #12 7.731 make[3]: Entering directory '/checkout/doc/lispintro' #12 7.731 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #12 7.731 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #12 7.742 rm -f emacs-lisp-intro.dvi eintr.html emacs-lisp-intro.pdf emacs-lisp-intro.ps #12 7.763 rm -f Makefile #12 7.788 rm -f \ #12 7.788 ./../../info/eintr.info \ #12 7.788 ./../../info/eintr.info-[1-9] #12 7.793 rm -f TAGS #12 7.842 make[3]: Leaving directory '/checkout/doc/lispintro' #12 7.842 make -C test bootstrap-clean #12 7.842 make[3]: Entering directory '/checkout/test' #12 8.211 find . '(' -name '*.log' -o -name '*.log~' ')' -delete #12 8.278 find . '(' -name '*.xml' -a ! -path '*resources*' ')' -delete #12 8.305 rm -f ./lisp/gnus/mml-sec-resources/random_seed #12 8.342 rm -f src/emacs-module-resources/*.o src/emacs-module-resources/*.so \ #12 8.342 src/emacs-module-resources/*.dll gmp.h #12 8.354 find . -name '*.elc' -delete #12 8.405 make[3]: Leaving directory '/checkout/test' #12 8.411 make -C java bootstrap-clean #12 8.824 make[3]: Entering directory '/checkout/java' #12 8.834 rm -f *.apk emacs.apk-in *.dex *.unaligned *.class *.idsig #12 8.843 rm -rf install-temp ./org/gnu/emacs/R.java TAGS #12 8.861 find . -name '*.class' -delete #12 8.902 rm -f Makefile ndk-build.mk #12 8.904 make[3]: Leaving directory '/checkout/java' #12 8.915 make -C cross bootstrap-clean #12 8.923 make[3]: Entering directory '/checkout/cross' #12 8.924 for dir in src lib-src lib etc; do \ #12 8.924 find $dir -type f -delete; \ #12 8.924 done #12 9.003 rm -rf lib/config.h lib-src/config.h #12 9.007 if test -f ndk-build/Makefile; then \ #12 9.007 make -C ndk-build clean; \ #12 9.007 fi #12 9.012 for dir in src lib-src lib etc; do \ #12 9.012 find $dir -type l -delete; \ #12 9.012 done #12 9.052 rm -rf lib/Makefile lib/gnulib.mk ndk-build/Makefile #12 9.068 rm -rf ndk-build/ndk-build.mk Makefile #12 9.072 make[3]: Leaving directory '/checkout/cross' #12 9.074 make -C nextstep bootstrap-clean #12 9.086 make[3]: Entering directory '/checkout/nextstep' #12 9.110 rm -rf /checkout/nextstep/Emacs.app #12 9.122 rm -f Makefile #12 9.150 rm -f GNUstep/Emacs.base/Resources/Info-gnustep.plist \ #12 9.150 GNUstep/Emacs.base/Resources/Emacs.desktop \ #12 9.150 Cocoa/Emacs.base/Contents/Info.plist \ #12 9.150 Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings #12 9.182 make[3]: Leaving directory '/checkout/nextstep' #12 9.182 make -C admin/charsets bootstrap-clean #12 9.215 make[3]: Entering directory '/checkout/admin/charsets' #12 9.215 make[3]: Nothing to be done for 'bootstrap-clean'. #12 9.215 make[3]: Leaving directory '/checkout/admin/charsets' #12 9.224 make -C admin/unidata bootstrap-clean #12 9.229 make[3]: Entering directory '/checkout/admin/unidata' #12 9.324 rm -f ./*.elc unidata.txt #12 9.340 make[3]: Leaving directory '/checkout/admin/unidata' #12 9.344 make -C leim bootstrap-clean #12 9.357 make[3]: Entering directory '/checkout/leim' #12 9.362 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 9.383 make[3]: Leaving directory '/checkout/leim' #12 9.384 make -C lisp bootstrap-clean #12 9.393 make[3]: Entering directory '/checkout/lisp' #12 9.526 find . -name '*.elc' -delete #12 9.562 rm -f ./cus-load.el ./finder-inf.el ./subdirs.el ./eshell/esh-groups.el #12 9.594 make[3]: Leaving directory '/checkout/lisp' #12 9.594 make -C admin/grammars bootstrap-clean #12 9.617 make[3]: Entering directory '/checkout/admin/grammars' #12 9.622 make[3]: Nothing to be done for 'bootstrap-clean'. #12 9.622 make[3]: Leaving directory '/checkout/admin/grammars' #12 9.626 [ ! -f config.log ] || mv -f config.log config.log~ #12 9.706 rm -rf ./info #12 9.710 rm -f ./etc/refcards/emacsver.tex #12 9.726 rm -rf native-lisp/ lisp/leim/ja-dic/ #12 9.737 rm -fr autom4te.cache config.cache #12 9.746 rm -f config.log ./doc/man/emacs.1 #12 9.775 make[2]: Leaving directory '/checkout' #12 9.775 cd . && ./autogen.sh autoconf #12 9.825 Checking whether you have the necessary tools... #12 9.825 (Read INSTALL.REPO for more details on building Emacs) #12 9.838 Checking for autoconf (need at least version 2.65) ... ok #12 9.983 Your system has the required tools. #12 10.04 Running 'autoreconf -fi -I m4' ... #12 46.64 Building 'aclocal.m4' in exec ... #12 46.64 Running 'autoreconf -fi' in exec ... #12 55.15 You can now run './autogen.sh git'. #12 55.15 make MAKEFILE_NAME=force-Makefile force-Makefile #12 55.16 make[2]: Entering directory '/checkout' #12 55.19 make[2]: *** No rule to make target 'echo-sources'. Stop. #12 55.52 if [ -x ./config.status ]; then \ #12 55.52 ./config.status --recheck; \ #12 55.52 else \ #12 55.52 ./configure --cache-file=/dev/null; \ #12 55.52 fi #12 55.93 running CONFIG_SHELL=/bin/bash /bin/bash ./configure --with-ns --no-create --no-recursion #12 56.55 checking for xcrun... no #12 56.56 checking for GNU Make... make #12 56.60 checking build system type... x86_64-pc-linux-gnu #12 57.23 checking host system type... x86_64-pc-linux-gnu #12 57.39 checking for gcc... gcc #12 57.65 checking whether the C compiler works... yes #12 57.95 checking for C compiler default output file name... a.out #12 57.95 checking for suffix of executables... #12 58.15 checking whether we are cross compiling... no #12 58.48 checking for suffix of object files... o #12 58.73 checking whether we are using the GNU C compiler... yes #12 58.92 checking whether gcc accepts -g... yes #12 59.13 checking for gcc option to enable C11 features... none needed #12 59.51 checking whether the compiler is clang... no #12 59.70 checking for compiler option needed when checking for declarations... none #12 59.70 checking whether gcc and cc understand -c and -o together... yes #12 60.44 checking how to run the C preprocessor... gcc -E #12 60.73 checking for grep that handles long lines and -e... /bin/grep #12 60.75 checking for egrep... /bin/grep -E #12 60.76 checking for ANSI C header files... yes #12 61.54 checking for sys/types.h... yes #12 62.05 checking for sys/stat.h... yes #12 62.31 checking for stdlib.h... yes #12 62.53 checking for string.h... yes #12 62.76 checking for memory.h... yes #12 63.06 checking for strings.h... yes #12 63.44 checking for inttypes.h... yes #12 63.84 checking for stdint.h... yes #12 64.22 checking for unistd.h... yes #12 64.56 checking for wchar.h... yes #12 65.31 checking for minix/config.h... no #12 65.45 checking for linux/fs.h... yes #12 65.81 checking for malloc.h... yes #12 66.08 checking for sys/systeminfo.h... no #12 66.30 checking for sys/sysinfo.h... yes #12 66.59 checking for coff.h... no #12 66.80 checking for pty.h... yes #12 67.20 checking for sys/resource.h... yes #12 67.65 checking for sys/utsname.h... yes #12 68.73 checking for pwd.h... yes #12 69.10 checking for util.h... no #12 69.31 checking for sanitizer/lsan_interface.h... yes #12 69.62 checking for sanitizer/asan_interface.h... yes #12 69.84 checking for sanitizer/common_interface_defs.h... yes #12 70.15 checking for sys/socket.h... yes #12 70.44 checking for stdlib.h... (cached) yes #12 70.48 checking for unistd.h... (cached) yes #12 70.53 checking for sys/param.h... yes #12 70.87 checking for pthread.h... yes #12 72.00 checking for malloc/malloc.h... no #12 72.27 checking for sys/un.h... yes #12 72.46 checking for utmp.h... yes #12 72.81 checking for utmpx.h... yes #12 73.14 checking for OS.h... no #12 73.43 checking for dirent.h... yes #12 73.77 checking for execinfo.h... yes #12 74.08 checking for linux/xattr.h... yes #12 74.44 checking for stdio_ext.h... yes #12 74.70 checking for sys/vfs.h... yes #12 74.88 checking for sys/fs_types.h... no #12 75.14 checking for getopt.h... yes #12 75.45 checking for sys/cdefs.h... yes #12 75.75 checking for sys/time.h... yes #12 76.14 checking for ieee754.h... yes #12 76.46 checking for limits.h... yes #12 76.90 checking for inttypes.h... (cached) yes #12 76.95 checking for sys/types.h... (cached) yes #12 77.01 checking for stdint.h... (cached) yes #12 77.16 checking for sys/select.h... yes #12 77.79 checking for stdbool.h... yes #12 78.41 checking for stdckdint.h... no #12 78.75 checking for sys/random.h... yes #12 79.07 checking for sys/stat.h... (cached) yes #12 79.09 checking whether it is safe to define __EXTENSIONS__... yes #12 79.50 checking whether _XOPEN_SOURCE should be defined... no #12 79.79 checking for Minix Amsterdam compiler... no #12 79.92 checking for ar... ar #12 79.92 checking for ranlib... ranlib #12 79.92 checking for gcc option to enable large file support... none needed #12 80.35 checking for gcc option for timestamps after 2038... none needed #12 80.57 checking for g++... g++ #12 80.76 checking whether we are using the GNU C++ compiler... yes #12 81.04 checking whether g++ accepts -g... yes #12 81.33 checking for g++ option to enable C++11 features... none needed #12 128.5 checking how to run the C++ preprocessor... g++ -E #12 129.2 checking whether gcc accepts -g3 -O2... yes #12 129.4 checking whether the compiler is clang... no #12 129.7 checking whether C compiler handles -Werror -Wunknown-warning-option... no #12 129.8 checking whether -Wno-missing-field-initializers is needed... yes #12 130.2 checking whether -Wuninitialized is supported... yes #12 130.5 checking whether C compiler handles -fstrict-flex-arrays... no #12 130.7 checking whether C compiler handles -Wall... yes #12 131.1 checking whether C compiler handles -Warith-conversion... yes #12 131.5 checking whether C compiler handles -Wdate-time... yes #12 131.8 checking whether C compiler handles -Wdisabled-optimization... yes #12 132.4 checking whether C compiler handles -Wdouble-promotion... yes #12 132.7 checking whether C compiler handles -Wduplicated-cond... yes #12 133.1 checking whether C compiler handles -Wextra... yes #12 133.5 checking whether C compiler handles -Wformat-signedness... yes #12 133.8 checking whether C compiler handles -Winit-self... yes #12 134.1 checking whether C compiler handles -Winvalid-pch... yes #12 134.5 checking whether C compiler handles -Wlogical-op... yes #12 134.8 checking whether C compiler handles -Wmissing-declarations... yes #12 135.1 checking whether C compiler handles -Wmissing-include-dirs... yes #12 135.5 checking whether C compiler handles -Wmissing-prototypes... yes #12 135.9 checking whether C compiler handles -Wnested-externs... yes #12 136.2 checking whether C compiler handles -Wnull-dereference... yes #12 136.8 checking whether C compiler handles -Wold-style-definition... yes #12 137.1 checking whether C compiler handles -Wopenmp-simd... yes #12 137.5 checking whether C compiler handles -Wpacked... yes #12 138.1 checking whether C compiler handles -Wpointer-arith... yes #12 138.5 checking whether C compiler handles -Wstrict-flex-arrays... no #12 138.6 checking whether C compiler handles -Wstrict-prototypes... yes #12 138.9 checking whether C compiler handles -Wsuggest-attribute=format... yes #12 139.4 checking whether C compiler handles -Wsuggest-attribute=noreturn... yes #12 139.8 checking whether C compiler handles -Wsuggest-final-methods... yes #12 140.2 checking whether C compiler handles -Wsuggest-final-types... yes #12 140.5 checking whether C compiler handles -Wtrampolines... yes #12 140.9 checking whether C compiler handles -Wuninitialized... yes #12 141.2 checking whether C compiler handles -Wunknown-pragmas... yes #12 141.5 checking whether C compiler handles -Wunused-macros... yes #12 141.9 checking whether C compiler handles -Wvariadic-macros... yes #12 142.1 checking whether C compiler handles -Wvector-operation-performance... yes #12 142.5 checking whether C compiler handles -Wwrite-strings... yes #12 142.9 checking whether C compiler handles -Warray-bounds=2... yes #12 143.2 checking whether C compiler handles -Wattribute-alias=2... yes #12 143.6 checking whether C compiler handles -Wformat=2... yes #12 144.1 checking whether C compiler handles -Wformat-truncation=2... yes #12 144.5 checking whether C compiler handles -Wimplicit-fallthrough=5... yes #12 145.1 checking whether C compiler handles -Wshift-overflow=2... yes #12 145.5 checking whether C compiler handles -Wuse-after-free=3... no #12 145.7 checking whether C compiler handles -Wvla-larger-than=4031... yes #12 146.3 checking whether C compiler handles -Wno-missing-field-initializers... yes #12 146.5 checking whether C compiler handles -Wredundant-decls... yes #12 146.9 checking whether C compiler handles -Wno-missing-field-initializers... (cached) yes #12 146.9 checking whether C compiler handles -Wno-override-init... yes #12 147.2 checking whether C compiler handles -Wno-sign-compare... yes #12 147.4 checking whether C compiler handles -Wno-type-limits... yes #12 147.6 checking whether C compiler handles -Wno-unused-parameter... yes #12 148.0 checking whether C compiler handles -Wno-format-nonliteral... yes #12 148.4 checking whether C compiler handles -Wno-bidi-chars... no #12 148.5 checking for a BSD-compatible install... /usr/bin/install -c #12 148.5 checking command to symlink files in the same directory... ln -s #12 148.5 checking for install-info... : #12 148.5 checking for gzip... /bin/gzip #12 148.6 checking for 'find' args to delete a file... -delete #12 148.6 checking for brew... no #12 149.4 checking for -znocombreloc... not needed #12 149.4 checking whether addresses are sanitized... no #12 149.5 checking for math library... -lm #12 150.8 checking for struct passwd.pw_gecos... yes #12 151.0 checking for pkg-config... /usr/bin/pkg-config #12 151.0 checking pkg-config is at least version 0.9.0... yes #12 151.0 checking for machine/soundcard.h... no #12 151.2 checking for sys/soundcard.h... yes #12 151.4 checking for soundcard.h... no #12 151.6 checking for mmsystem.h... no #12 151.7 checking for _oss_ioctl in -lossaudio... no #12 152.2 checking for alsa >= 1.0.0... no #12 152.2 checking for ADDR_NO_RANDOMIZE... yes #12 152.6 checking if Linux sysinfo may be used... yes #12 153.1 checking for sys/wait.h that is POSIX.1 compatible... yes #12 153.3 checking for net/if.h... yes #12 153.6 checking for ifaddrs.h... yes #12 154.0 checking for net/if_dl.h... no #12 154.3 checking for struct ifreq.ifr_flags... yes #12 154.7 checking for struct ifreq.ifr_hwaddr... yes #12 155.5 checking for struct ifreq.ifr_netmask... yes #12 155.9 checking for struct ifreq.ifr_broadaddr... yes #12 156.4 checking for struct ifreq.ifr_addr... yes #12 156.9 checking for struct ifreq.ifr_addr.sa_len... no #12 157.5 checking whether gcc understands -MMD -MF... yes #12 157.7 checking for X... no #12 158.1 checking AppKit/AppKit.h usability... yes #12 160.2 checking AppKit/AppKit.h presence... yes #12 161.2 checking for AppKit/AppKit.h... yes #12 161.2 checking for Mac OS X 12.0 or later... yes #12 161.3 checking for gcc... gcc #12 161.5 checking whether we are using the GNU Objective C compiler... yes #12 161.7 checking whether gcc accepts -g... yes #12 161.8 checking if the Objective C compiler supports instancetype... yes #12 162.0 checking if the Objective C compiler defaults to C99... no #12 162.2 checking whether malloc is Doug Lea style... no #12 162.5 checking for sbrk... yes #12 162.8 checking for __lsan_ignore_object... no #12 163.0 checking for fchmod... yes #12 163.2 checking for utmpname... yes #12 163.4 checking for utmpxname... yes #12 163.7 checking for canonicalize_file_name... yes #12 164.1 checking for realpath... yes #12 164.5 checking for lstat... yes #12 165.0 checking for fchmodat... yes #12 165.4 checking for lchmod... no #12 165.6 checking for fcntl... yes #12 165.9 checking for fdopendir... yes #12 166.3 checking for listxattr... yes #12 167.0 checking for fstatat... yes #12 167.4 checking for fsync... yes #12 167.8 checking for gettimeofday... yes #12 168.1 checking for memset_explicit... no #12 168.5 checking for memset_s... no #12 168.9 checking for pselect... yes #12 169.3 checking for readlink... yes #12 169.7 checking for isblank... yes #12 170.1 checking for iswctype... yes #12 170.5 checking for strtoimax... yes #12 170.9 checking for symlink... yes #12 171.4 checking for localtime_r... yes #12 171.9 checking for getdtablesize... yes #12 172.2 checking for getpagesize... yes #12 172.6 checking for working mmap... yes #12 173.5 checking for main in -lXbsd... no #12 174.1 checking for pthread library... -lpthread #12 175.2 checking for thread support... yes #12 175.2 checking for librsvg-2.0 >= 2.14.0... no #12 175.3 checking for libwebpdemux >= 0.6.0... no #12 175.3 checking for WebPGetInfo... no #12 175.8 checking for libwebpdemux >= 0.6.0 libwebpdecoder >= 0.6.0... no #12 175.9 checking for sqlite3_open_v2 in -lsqlite3... no #12 176.2 checking for getaddrinfo_a in -lanl... yes #12 176.6 checking for malloc_trim... yes #12 176.9 checking for dbus-1 >= 1.0... yes #12 177.0 checking for dbus_watch_get_unix_fd... yes #12 177.5 checking for dbus_type_is_valid... yes #12 178.0 checking for dbus_validate_bus_name... yes #12 178.5 checking for dbus_validate_path... yes #12 179.1 checking for dbus_validate_interface... yes #12 179.6 checking for dbus_validate_member... yes #12 180.1 checking for lgetfilecon in -lselinux... no #12 180.3 checking for gnutls >= 2.12.2... yes #12 180.4 checking for libsystemd >= 222... no #12 180.5 checking for jansson >= 2.7... no #12 180.6 checking for tree-sitter >= 0.20.2... no #12 180.6 checking for tree-sitter >= 0.6.3... no #12 180.7 checking sys/inotify.h usability... yes #12 181.1 checking sys/inotify.h presence... yes #12 181.1 checking for sys/inotify.h... yes #12 181.1 checking for inotify_init1... yes #12 182.0 checking for jpeglib 6b or later... no #12 182.3 checking for lcms2... no #12 182.3 checking for library containing inflateEnd... -lz #12 183.2 checking for dladdr... yes #12 183.6 checking for dlfunc... no #12 184.3 checking for libpng >= 1.0.0... no #12 184.3 checking for libpng not configured by pkg-config... no #12 184.6 checking tiffio.h usability... no #12 184.8 checking tiffio.h presence... no #12 184.9 checking for tiffio.h... no #12 184.9 checking gif_lib.h usability... no #12 185.2 checking gif_lib.h presence... no #12 185.3 checking for gif_lib.h... no #12 185.3 checking gpm.h usability... no #12 185.6 checking gpm.h presence... no #12 185.7 checking for gpm.h... no #12 185.7 checking for libxml-2.0 > 2.6.17... no #12 185.8 checking for maillock in -lmail... no #12 186.0 checking for maillock in -llockfile... no #12 186.3 checking for liblockfile.so... no #12 186.3 checking maillock.h usability... no #12 186.5 checking maillock.h presence... no #12 186.6 checking for maillock.h... no #12 186.6 checking linux/seccomp.h usability... yes #12 186.9 checking linux/seccomp.h presence... yes #12 186.9 checking for linux/seccomp.h... yes #12 187.0 checking whether SECCOMP_SET_MODE_FILTER is declared... yes #12 187.3 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... yes #12 187.5 checking linux/filter.h usability... yes #12 187.7 checking linux/filter.h presence... yes #12 187.8 checking for linux/filter.h... yes #12 187.9 checking whether SECCOMP_SET_MODE_FILTER is declared... (cached) yes #12 187.9 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... (cached) yes #12 188.0 checking for libseccomp >= 2.5.2... no #12 188.0 checking size of long... 8 #12 188.5 checking for accept4... yes #12 189.1 checking for fchdir... yes #12 189.5 checking for gethostname... yes #12 189.9 checking for getrusage... yes #12 190.6 checking for get_current_dir_name... yes #12 191.2 checking for lrand48... yes #12 191.6 checking for random... yes #12 192.1 checking for rint... yes #12 192.6 checking for tcdrain... yes #12 193.1 checking for trunc... yes #12 193.7 checking for select... yes #12 194.4 checking for getpagesize... (cached) yes #12 194.5 checking for setlocale... yes #12 194.8 checking for newlocale... yes #12 195.4 checking for getrlimit... yes #12 195.7 checking for setrlimit... yes #12 196.1 checking for shutdown... yes #12 196.9 checking for pthread_sigmask... (cached) yes #12 197.0 checking for strsignal... yes #12 197.5 checking for setitimer... yes #12 198.0 checking for sendto... yes #12 198.4 checking for recvfrom... yes #12 198.8 checking for getsockname... yes #12 199.3 checking for getifaddrs... yes #12 199.8 checking for freeifaddrs... yes #12 200.3 checking for gai_strerror... yes #12 200.8 checking for sync... yes #12 201.3 checking for endpwent... yes #12 201.7 checking for getgrent... yes #12 202.1 checking for endgrent... yes #12 202.9 checking for renameat2... yes #12 203.5 checking for cfmakeraw... yes #12 204.0 checking for cfsetspeed... yes #12 204.5 checking for __executable_start... yes #12 205.0 checking for log2... yes #12 205.6 checking for pthread_setname_np... yes #12 206.4 checking for pthread_set_name_np... no #12 207.2 checking for getpwent... yes #12 207.7 checking whether pthread_setname_np takes a single argument... no #12 207.9 checking whether pthread_setname_np takes three arguments... no #12 208.1 checking for aligned_alloc... yes #12 208.6 checking whether aligned_alloc is declared... yes #12 208.9 checking for posix_madvise... yes #12 209.3 checking for madvise... yes #12 209.7 checking for __builtin_frame_address... yes #12 210.1 checking for __builtin_unwind_init... yes #12 210.4 checking for _LARGEFILE_SOURCE value needed for large files... no #12 210.8 checking for grantpt... yes #12 211.2 checking for getpt... yes #12 211.8 checking for posix_openpt... yes #12 212.3 checking for library containing tputs... -ltinfo #12 213.2 checking whether -ltinfo library defines BC... yes #12 213.6 checking for timerfd interface... yes #12 213.8 checking whether signals can be handled on alternate stack... yes #12 214.1 checking valgrind/valgrind.h usability... no #12 214.3 checking valgrind/valgrind.h presence... no #12 214.4 checking for valgrind/valgrind.h... no #12 214.4 checking for struct unipair.unicode... yes #12 214.7 checking for pid_t... yes #12 215.2 checking vfork.h usability... no #12 215.3 checking vfork.h presence... no #12 215.4 checking for vfork.h... no #12 215.5 checking for fork... yes #12 216.0 checking for vfork... yes #12 216.4 checking for working fork... yes #12 217.0 checking for working vfork... (cached) yes #12 217.0 checking for snprintf... yes #12 217.4 checking for open_memstream... yes #12 217.9 checking spawn.h usability... yes #12 218.2 checking spawn.h presence... yes #12 218.3 checking for spawn.h... yes #12 218.3 checking for posix_spawn... yes #12 218.9 checking for posix_spawn_file_actions_addchdir... no #12 219.4 checking for posix_spawn_file_actions_addchdir_np... yes #12 219.7 checking for posix_spawnattr_setflags... yes #12 220.2 checking whether POSIX_SPAWN_SETSID is declared... yes #12 220.5 checking whether GLib is linked in... no #12 220.6 checking for nl_langinfo and CODESET... yes #12 221.2 checking for nl_langinfo and _NL_PAPER_WIDTH... yes #12 221.7 checking for mbstate_t... yes #12 222.3 checking for signals via characters... yes #12 222.7 checking for _setjmp... yes #12 223.0 checking for sigsetjmp... yes #12 223.5 checking POSIX termios... yes #12 224.0 checking size of speed_t... 4 #12 224.5 checking for usable FIONREAD... yes #12 224.7 checking for usable SIGIO... yes #12 224.9 checking for struct alignment... yes #12 225.0 checking for C/C++ restrict keyword... __restrict__ #12 225.3 checking for typeof syntax and keyword spelling... typeof #12 225.6 checking for statement expressions... yes #12 225.8 checking whether malloc (0) returns nonnull... yes #12 226.2 checking sys/acl.h usability... yes #12 226.6 checking sys/acl.h presence... yes #12 226.8 checking for sys/acl.h... yes #12 226.8 checking for library containing acl_get_file... -lacl #12 227.6 checking for acl_get_file... yes #12 228.0 checking for acl_get_fd... yes #12 228.4 checking for acl_set_file... yes #12 228.8 checking for acl_set_fd... yes #12 229.2 checking for acl_free... yes #12 229.7 checking for acl_from_mode... yes #12 230.0 checking for acl_from_text... yes #12 230.5 checking for acl_delete_def_file... yes #12 230.9 checking for acl_extended_file... yes #12 231.3 checking for acl_delete_fd_np... no #12 231.6 checking for acl_delete_file_np... no #12 232.0 checking for acl_copy_ext_native... no #12 232.4 checking for acl_create_entry_np... no #12 232.8 checking for acl_to_short_text... no #12 233.1 checking for acl_free_text... no #12 233.5 checking for working acl_get_file... yes #12 234.1 checking acl/libacl.h usability... yes #12 234.4 checking acl/libacl.h presence... yes #12 234.5 checking for acl/libacl.h... yes #12 234.5 checking for acl_entries... yes #12 234.9 checking for ACL_FIRST_ENTRY... yes #12 235.1 checking for ACL_TYPE_EXTENDED... no #12 235.4 checking for working alloca.h... yes #12 235.8 checking for alloca... yes #12 236.3 checking for a thread-safe mkdir -p... /bin/mkdir -p #12 236.4 checking whether the preprocessor supports include_next... yes #12 236.6 checking whether source code line length is unlimited... yes #12 236.8 checking whether endutent is declared... yes #12 237.2 checking for struct utmpx.ut_user... yes #12 237.7 checking for struct utmp.ut_user... yes #12 238.3 checking for struct utmpx.ut_name... yes #12 238.9 checking for struct utmp.ut_name... yes #12 239.2 checking for struct utmpx.ut_type... yes #12 239.7 checking for struct utmp.ut_type... yes #12 240.1 checking for struct utmpx.ut_pid... yes #12 240.5 checking for struct utmp.ut_pid... yes #12 240.9 checking for struct utmp.ut_tv... yes #12 241.8 checking for struct utmpx.ut_host... yes #12 242.3 checking for struct utmp.ut_host... yes #12 242.7 checking for struct utmpx.ut_id... yes #12 243.0 checking for struct utmp.ut_id... yes #12 243.4 checking for struct utmpx.ut_session... yes #12 243.7 checking for struct utmp.ut_session... yes #12 244.2 checking for struct utmpx.ut_exit... yes #12 244.9 checking for struct utmp.ut_exit... yes #12 245.3 checking for struct utmpx.ut_exit.ut_exit... no #12 245.8 checking for struct utmpx.ut_exit.e_exit... yes #12 246.2 checking for struct utmp.ut_exit.e_exit... yes #12 246.4 checking for struct utmpx.ut_exit.ut_termination... no #12 246.8 checking for struct utmpx.ut_exit.e_termination... yes #12 247.2 checking for struct utmp.ut_exit.e_termination... yes #12 247.7 checking whether sysinfo is declared... yes #12 248.0 checking for sys/sysctl.h... yes #12 248.5 checking for sysctl... yes #12 249.0 checking whether lstat correctly handles trailing slash... yes #12 249.6 checking whether // is distinct from /... no #12 249.6 checking whether realpath works... yes #12 250.2 checking for faccessat... yes #12 250.6 checking for getcwd... yes #12 251.2 checking whether byte ordering is bigendian... no #12 251.6 checking if environ is properly declared... yes #12 251.8 checking for complete errno.h... yes #12 252.0 checking whether ctype.h defines __header_inline... no #12 252.2 checking for mode_t... yes #12 252.9 checking whether strmode is declared... no #12 253.1 checking whether getline is declared... yes #12 253.5 checking for gawk... no #12 253.5 checking for mawk... mawk #12 253.5 checking for getopt.h... (cached) yes #12 253.5 checking for getopt_long_only... yes #12 254.1 checking whether getopt is POSIX compatible... yes #12 256.2 checking for working GNU getopt function... yes #12 257.4 checking for working GNU getopt_long function... yes #12 258.1 checking whether timespec_get is declared... yes #12 258.4 checking for timespec_get... yes #12 259.3 checking for struct timeval... yes #12 259.6 checking for wide-enough struct timeval.tv_sec member... yes #12 260.0 checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... no #12 260.2 checking whether the compiler produces multi-arch binaries... no #12 260.4 checking whether stdint.h conforms to C99... yes #12 261.4 checking whether stdint.h works without ISO C predefines... yes #12 261.8 checking whether stdint.h has UINTMAX_WIDTH etc.... yes #12 262.2 checking whether memmem is declared... yes #12 262.9 checking whether memrchr is declared... yes #12 263.3 checking whether defines MIN and MAX... no #12 263.5 checking whether defines MIN and MAX... yes #12 264.0 checking whether time_t is signed... yes #12 264.3 checking whether alarm is declared... yes #12 264.6 checking for working mktime... no #12 265.9 checking whether struct tm is in sys/time.h or time.h... time.h #12 266.3 checking for struct tm.tm_zone... yes #12 266.5 checking for struct tm.tm_gmtoff... yes #12 266.9 checking whether is self-contained... yes #12 268.0 checking for inline... inline #12 268.1 checking for sigset_t... yes #12 268.6 checking for volatile sig_atomic_t... yes #12 269.0 checking for sighandler_t... yes #12 269.4 checking for wchar_t... yes #12 269.6 checking for good max_align_t... yes #12 269.9 checking whether NULL can be used in arbitrary expressions... yes #12 270.0 checking for unreachable... no #12 270.5 checking whether fcloseall is declared... yes #12 270.9 checking whether getw is declared... yes #12 271.2 checking whether putw is declared... yes #12 271.7 checking which flavor of printf attribute matches inttypes macros... system #12 272.0 checking whether strnlen is declared... yes #12 272.4 checking whether strtoimax is declared... yes #12 272.8 checking whether stat file-mode macros are broken... no #12 273.3 checking for nlink_t... yes #12 273.9 checking for struct timespec in ... yes #12 274.2 checking for TIME_UTC in ... yes #12 274.4 checking whether execvpe is declared... yes #12 274.8 checking whether clearerr_unlocked is declared... yes #12 275.1 checking whether feof_unlocked is declared... yes #12 275.5 checking whether ferror_unlocked is declared... yes #12 275.8 checking whether fflush_unlocked is declared... yes #12 276.1 checking whether fgets_unlocked is declared... yes #12 276.6 checking whether fputc_unlocked is declared... yes #12 277.1 checking whether fputs_unlocked is declared... yes #12 277.6 checking whether fread_unlocked is declared... yes #12 278.0 checking whether fwrite_unlocked is declared... yes #12 278.5 checking whether getc_unlocked is declared... yes #12 279.1 checking whether getchar_unlocked is declared... yes #12 279.6 checking whether putc_unlocked is declared... yes #12 280.2 checking whether putchar_unlocked is declared... yes #12 280.7 checking type of array argument to getgroups... gid_t #12 281.4 checking whether getdelim is declared... yes #12 281.9 checking whether getdtablesize is declared... yes #12 282.7 checking whether malloc is ptrdiff_t safe... yes #12 283.0 checking whether malloc, realloc, calloc set errno on failure... yes #12 283.0 checking for O_CLOEXEC... yes #12 283.4 checking for promoted mode_t type... mode_t #12 283.7 checking whether the utimes function works... yes #12 284.9 checking for C compiler option to allow warnings... -Wno-error #12 285.5 checking for alignas and alignof... yes, macros #12 286.0 checking for alloca as a compiler built-in... yes #12 286.1 checking for static_assert... yes, an macro #12 286.4 checking for __builtin_expect... yes #12 286.9 checking byteswap.h usability... yes #12 287.3 checking byteswap.h presence... yes #12 287.5 checking for byteswap.h... yes #12 287.5 checking for readlinkat... yes #12 287.9 checking for library containing clock_gettime... none required #12 288.2 checking for clock_getres... yes #12 288.7 checking for clock_gettime... yes #12 289.2 checking for clock_settime... yes #12 289.7 checking for copy_file_range... yes #12 290.0 checking for d_type member in directory struct... yes #12 290.3 checking whether // is distinct from /... (cached) no #12 290.3 checking whether dup2 works... yes #12 290.8 checking for library containing backtrace_symbols_fd... none required #12 291.2 checking for faccessat... (cached) yes #12 291.2 checking whether fchmodat works... no #12 291.8 checking for readlinkat... (cached) yes #12 291.8 checking whether fcntl handles F_DUPFD correctly... yes #12 292.3 checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check #12 292.8 checking whether fdopendir is declared... yes #12 292.9 checking whether fdopendir works... yes #12 293.2 checking for flexible array member... yes #12 293.4 checking for __fpending... yes #12 293.9 checking whether __fpending is declared... yes #12 294.2 checking whether free is known to preserve errno... no #12 294.4 checking whether fstatat (..., 0) works... yes #12 294.8 checking for sys/mount.h... yes #12 295.0 checking for statvfs function (SVR4)... yes #12 295.5 checking whether to use statvfs64... no #12 295.7 checking for two-argument statfs with statfs.f_frsize member... yes #12 296.4 checking sys/fs/s5param.h usability... no #12 296.9 checking sys/fs/s5param.h presence... no #12 297.1 checking for sys/fs/s5param.h... no #12 297.1 checking sys/statfs.h usability... yes #12 297.6 checking sys/statfs.h presence... yes #12 297.8 checking for sys/statfs.h... yes #12 297.9 checking for statfs that truncates block counts... no #12 298.1 checking for futimens... yes #12 298.4 checking whether futimens works... yes #12 299.9 checking for getline... yes #12 300.4 checking for working getline function... yes #12 301.0 checking for getloadavg... yes #12 301.5 checking sys/loadavg.h usability... no #12 302.0 checking sys/loadavg.h presence... no #12 302.2 checking for sys/loadavg.h... no #12 302.2 checking whether getloadavg is declared... yes #12 302.5 checking for getrandom... yes #12 302.9 checking whether getrandom is compatible with its GNU+BSD signature... yes #12 303.2 checking for gettimeofday with POSIX signature... yes #12 303.5 checking whether the compiler supports the __inline keyword... yes #12 303.7 checking gmp.h usability... yes #12 304.2 checking gmp.h presence... yes #12 304.4 checking for gmp.h... yes #12 304.4 checking for library containing __gmpz_roinit_n... -lgmp #12 305.6 checking for memmem... yes #12 307.1 checking whether memmem works... yes #12 307.8 checking for mempcpy... yes #12 309.3 checking for memrchr... yes #12 309.7 checking for explicit_memset... no #12 310.1 checking for mkostemp... yes #12 310.6 checking for library containing nanosleep... none required #12 311.2 checking for working nanosleep... no (mishandles large arguments) #12 312.9 checking for sys/pstat.h... no #12 313.1 checking for sys/sysmp.h... no #12 313.4 checking for sys/param.h... (cached) yes #12 313.5 checking for sys/sysctl.h... (cached) yes #12 313.5 checking for sched_getaffinity_np... no #12 314.0 checking for pstat_getdynamic... no #12 314.7 checking for sysmp... no #12 315.1 checking for sysctl... (cached) yes #12 315.2 checking for sched_getaffinity... yes #12 315.6 checking for glibc compatible sched_getaffinity... yes #12 315.8 checking for pipe2... yes #12 316.2 checking whether signature of pselect conforms to POSIX... yes #12 316.4 checking whether pselect detects invalid fds... yes #12 317.1 checking whether pthread_sigmask is a macro... no #12 317.2 checking whether pthread_sigmask returns error numbers... yes #12 317.9 checking whether pthread_sigmask unblocks signals correctly... guessing yes #12 320.8 checking for xattr library with ATTR_ACTION_PERMISSIONS... -lattr #12 321.9 checking whether readlink signature is correct... yes #12 322.2 checking whether readlink handles trailing slash correctly... yes #12 322.7 checking whether readlink truncates results correctly... yes #12 323.4 checking for readlinkat... (cached) yes #12 323.4 checking whether readlinkat signature is correct... yes #12 323.6 checking for working re_compile_pattern... no #12 324.6 checking libintl.h usability... yes #12 325.0 checking libintl.h presence... yes #12 325.2 checking for libintl.h... yes #12 325.2 checking whether isblank is declared... yes #12 325.5 checking for sig2str... no #12 326.2 checking for sigdescr_np... no #12 326.8 checking for socklen_t... yes #12 327.5 checking for ssize_t... yes #12 327.8 checking for struct stat.st_atim.tv_nsec... yes #12 328.1 checking whether struct stat.st_atim is of type struct timespec... yes #12 328.4 checking for struct stat.st_birthtimespec.tv_nsec... no #12 328.7 checking for struct stat.st_birthtimensec... no #12 329.1 checking for struct stat.st_birthtim.tv_nsec... no #12 329.5 checking for bool, true, false... no #12 329.7 checking for stpcpy... yes #12 330.1 checking for working strnlen... yes #12 330.8 checking whether strtoimax works... yes #12 331.2 checking whether symlink handles trailing slash correctly... yes #12 332.0 checking whether localtime_r is declared... yes #12 332.2 checking whether localtime_r is compatible with its POSIX signature... yes #12 332.5 checking whether localtime works even near extrema... yes #12 333.0 checking for timezone_t... no #12 333.2 checking for timegm... yes #12 333.5 checking whether timer_settime is declared... yes #12 333.8 checking for library containing timer_settime... -lrt #12 334.6 checking for timer_settime... yes #12 335.0 checking for utimensat... yes #12 335.4 checking whether utimensat works... yes #12 337.0 checking for variable-length arrays... yes #12 337.2 checking whether getdtablesize works... yes #12 337.8 checking for __mktime_internal... no #12 338.2 checking for timer_getoverrun... yes #12 338.5 checking for gcc option to disable position independent executables... not needed #12 338.6 checking for __ctype_get_mb_cur_max... yes #12 339.0 checking whether MB_CUR_MAX is defined to function that won't link... no #12 339.2 #12 339.2 Configured for 'x86_64-pc-linux-gnu'. #12 339.2 #12 339.2 Where should the build process find the source code? . #12 339.2 What compiler should emacs be built with? gcc -g3 -O2 -DHAVE_CONFIG_H #12 339.2 Should Emacs use the GNU version of malloc? no #12 339.2 (The GNU allocators don't work with this system configuration.) #12 339.2 Should Emacs use a relocating allocator for buffers? no #12 339.2 Should Emacs use mmap(2) for buffer allocation? no #12 339.2 What window system should Emacs use? nextstep #12 339.2 What toolkit should Emacs use? none #12 339.2 Where do we find X Windows header files? NONE #12 339.2 Where do we find X Windows libraries? NONE #12 339.2 Does Emacs use -lXaw3d? no #12 339.2 Is Emacs being built for Android? no #12 339.2 Does Emacs use the X Double Buffer Extension? no #12 339.2 Does Emacs use -lXpm? no #12 339.2 Does Emacs use -ljpeg? no #12 339.2 Does Emacs use -ltiff? no #12 339.2 Does Emacs use a gif library? no #12 339.2 Does Emacs use a png library? no #12 339.2 Does Emacs use -lrsvg-2? no #12 339.2 Does Emacs use -lwebp? no #12 339.2 Does Emacs use -lsqlite3? no #12 339.2 Does Emacs use cairo? no #12 339.2 Does Emacs use -llcms2? no #12 339.2 Does Emacs use imagemagick? no #12 339.2 Does Emacs use native APIs for images? yes (ns) #12 339.2 Does Emacs support sound? yes #12 339.2 Does Emacs use -lgpm? no #12 339.2 Does Emacs use -ldbus? yes #12 339.2 Does Emacs use -lgconf? no #12 339.2 Does Emacs use GSettings? no #12 339.2 Does Emacs use a file notification library? yes -lglibc (inotify) #12 339.2 Does Emacs use access control lists? yes -lacl -lattr #12 339.2 Does Emacs use -lselinux? no #12 339.2 Does Emacs use -lgnutls? yes #12 339.2 Does Emacs use -lxml2? no #12 339.2 Does Emacs use -lfreetype? no #12 339.2 Does Emacs use HarfBuzz? no #12 339.2 Does Emacs use -lm17n-flt? no #12 339.2 Does Emacs use -lotf? no #12 339.2 Does Emacs use -lxft? no #12 339.2 Does Emacs use -lsystemd? no #12 339.2 Does Emacs use -ljansson? no #12 339.2 Does Emacs use -ltree-sitter? no #12 339.2 Does Emacs use the GMP library? yes #12 339.2 Does Emacs directly use zlib? yes #12 339.2 Does Emacs have dynamic modules support? yes #12 339.2 Does Emacs use toolkit scroll bars? yes #12 339.2 Does Emacs support Xwidgets? no #12 339.2 Does Emacs have threading support in lisp? yes #12 339.2 Does Emacs support the portable dumper? yes #12 339.2 Does Emacs support legacy unexec dumping? no #12 339.2 Which dumping strategy does Emacs use? pdumper #12 339.2 Does Emacs have native lisp compiler? no #12 339.2 Does Emacs use version 2 of the X Input Extension? no #12 339.2 Does Emacs generate a smaller-size Japanese dictionary? no #12 339.2 #12 339.2 #12 339.2 #12 339.2 Run 'make' to build Emacs, then run 'src/emacs' to test it. #12 339.2 Run 'make install' in order to build an application bundle. #12 339.2 The application will go to nextstep/Emacs.app and can be run or moved #12 339.2 from there. #12 339.2 The application will be fully self-contained. #12 339.2 #12 340.3 configure: creating ./config.status #12 341.2 configure: WARNING: This configuration installs a 'movemail' program #12 341.2 that does not retrieve POP3 email. By default, Emacs 25 and earlier #12 341.2 installed a 'movemail' program that retrieved POP3 email via only #12 341.2 insecure channels, a practice that is no longer recommended but that #12 341.2 you can continue to support by using './configure --with-pop'. #12 341.2 configure: You might want to install GNU Mailutils #12 341.2 and use './configure --with-mailutils'. #12 342.7 MAKE='make' ./config.status #12 343.0 config.status: creating src/verbose.mk #12 343.2 config.status: creating src/emacs-module.h #12 343.3 config.status: creating nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist #12 343.5 config.status: creating nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop #12 343.6 config.status: creating Makefile #12 343.7 config.status: creating lib/gnulib.mk #12 343.9 config.status: creating ./doc/man/emacs.1 #12 344.1 config.status: creating lib/Makefile #12 344.3 config.status: creating lib-src/Makefile #12 344.6 config.status: creating oldXMenu/Makefile #12 344.8 config.status: creating src/Makefile #12 344.9 config.status: creating lwlib/Makefile #12 345.1 config.status: creating nextstep/Makefile #12 345.2 config.status: creating nt/Makefile #12 345.4 config.status: creating doc/emacs/Makefile #12 345.5 config.status: creating doc/misc/Makefile #12 345.6 config.status: creating doc/lispintro/Makefile #12 345.8 config.status: creating doc/lispref/Makefile #12 345.9 config.status: creating lisp/Makefile #12 346.1 config.status: creating leim/Makefile #12 346.3 config.status: creating test/Makefile #12 346.4 config.status: creating test/manual/noverlay/Makefile #12 346.7 config.status: creating test/infra/Makefile #12 347.0 config.status: creating admin/charsets/Makefile #12 347.2 config.status: creating admin/unidata/Makefile #12 347.5 config.status: creating admin/grammars/Makefile #12 347.6 config.status: creating java/Makefile #12 347.7 config.status: creating cross/Makefile #12 347.8 config.status: creating java/AndroidManifest.xml #12 347.9 config.status: creating src/config.h #12 348.1 config.status: executing src/epaths.h commands #12 348.1 make[3]: Entering directory '/checkout' #12 348.3 make[3]: Leaving directory '/checkout' #12 348.3 config.status: executing src/.gdbinit commands #12 348.4 config.status: executing doc/emacs/emacsver.texi commands #12 348.5 config.status: executing etc-refcards-emacsver.tex commands #12 348.5 make[3]: Entering directory '/checkout' #12 348.6 make[3]: Leaving directory '/checkout' #12 348.6 make[2]: Leaving directory '/checkout' #12 348.6 make actual-all #12 348.6 make[2]: Entering directory '/checkout' #12 349.0 make -C lib all #12 349.3 make[3]: Entering directory '/checkout/lib' #12 349.3 GEN alloca.h #12 349.4 GEN dirent.h #12 349.5 GEN fcntl.h #12 349.5 GEN malloc/dynarray.gl.h #12 349.6 GEN malloc/dynarray-skeleton.gl.h #12 349.6 GEN inttypes.h #12 349.7 GEN limits.h #12 349.7 GEN signal.h #12 349.8 GEN stdckdint.h #12 349.9 GEN stddef.h #12 349.9 GEN stdio.h #12 350.2 GEN stdlib.h #12 350.6 GEN string.h #12 350.9 GEN sys/random.h #12 350.9 GEN sys/select.h #12 351.0 GEN sys/stat.h #12 351.1 GEN sys/time.h #12 351.2 GEN sys/types.h #12 351.3 GEN time.h #12 351.4 GEN unistd.h #12 351.9 CC fingerprint.o #12 352.1 CC mktime.o #12 352.9 CC acl-errno-valid.o #12 353.3 CC acl-internal.o #12 354.0 CC get-permissions.o #12 354.4 CC set-permissions.o #12 354.9 CC allocator.o #12 355.1 CC binary-io.o #12 355.4 CC boot-time.o #12 356.3 CC c-ctype.o #12 356.7 CC c-strcasecmp.o #12 357.2 CC c-strncasecmp.o #12 357.5 CC careadlinkat.o #12 358.0 CC close-stream.o #12 358.2 CC copy-file-range.o #12 358.4 CC count-leading-zeros.o #12 358.8 CC count-one-bits.o #12 359.1 CC count-trailing-zeros.o #12 359.5 CC md5-stream.o #12 359.9 CC md5.o #12 361.0 CC sha1.o #12 363.2 CC sha256.o #12 367.6 CC sha512.o #12 374.0 CC dtoastr.o #12 374.4 CC dtotimespec.o #12 374.7 CC fchmodat.o #12 375.1 CC fcntl.o #12 375.8 CC file-has-acl.o #12 377.2 CC filemode.o #12 377.8 CC filevercmp.o #12 378.8 CC free.o #12 379.1 CC fsusage.o #12 379.6 CC gettime.o #12 379.9 CC malloc/dynarray_at_failure.o #12 380.2 CC malloc/dynarray_emplace_enlarge.o #12 380.5 CC malloc/dynarray_finalize.o #12 380.9 CC malloc/dynarray_resize.o #12 381.3 CC malloc/dynarray_resize_clear.o #12 381.6 CC memset_explicit.o #12 381.9 CC nanosleep.o #12 382.2 CC nproc.o #12 382.8 CC nstrftime.o #12 387.6 CC pipe2.o #12 388.0 CC qcopy-acl.o #12 388.6 CC regex.o #12 406.2 CC sig2str.o #12 406.9 CC sigdescr_np.o #12 407.4 CC stat-time.o #12 407.8 CC tempname.o #12 408.5 CC time_rz.o #12 409.3 CC timegm.o #12 409.5 CC timespec.o #12 409.8 CC timespec-add.o #12 410.3 CC timespec-sub.o #12 410.8 CC u64.o #12 411.0 CC unistd.o #12 411.2 CC openat-die.o #12 411.5 CC save-cwd.o #12 411.8 AR libgnu.a #12 412.3 make[3]: Leaving directory '/checkout/lib' #12 412.3 make -C lib-src all #12 412.3 make[3]: Entering directory '/checkout/lib-src' #12 412.3 CCLD etags #12 429.9 CCLD ctags #12 448.5 CCLD emacsclient #12 451.5 CCLD ebrowse #12 458.5 CCLD hexl #12 460.0 CC pop.o #12 460.3 CCLD movemail #12 461.7 CCLD make-docfile #12 467.5 CCLD make-fingerprint #12 468.6 make[3]: Leaving directory '/checkout/lib-src' #12 468.6 make -C src BIN_DESTDIR=''/checkout/nextstep/Emacs.app/'' \ #12 468.6 ELN_DESTDIR='/checkout/nextstep/Emacs.app/Frameworks/' all #12 469.5 make[3]: Entering directory '/checkout/src' #12 469.5 GEN globals.h #12 470.1 CC dispnew.o #12 488.0 CC frame.o #12 509.2 CC scroll.o #12 512.0 CC xdisp.o #12 640.3 CC menu.o #12 647.0 CC window.o #12 675.4 CC charset.o #12 688.0 CC coding.o #12 735.7 CC category.o #12 739.4 CC ccl.o #12 751.6 CC character.o #12 756.9 CC chartab.o #12 764.3 CC bidi.o #12 771.3 CC cm.o #12 773.0 CC term.o #12 784.6 CC terminal.o #12 788.3 CC xfaces.o #12 809.2 CC dbusbind.o #12 820.9 CC emacs.o #12 827.7 CC keyboard.o #12 866.8 CC macros.o #12 869.0 CC keymap.o #12 884.8 CC sysdep.o #12 892.8 CC bignum.o #12 895.3 CC buffer.o #12 907.5 CC filelock.o #12 910.4 CC insdel.o #12 915.9 CC marker.o #12 919.5 CC minibuf.o #12 928.9 CC fileio.o #12 944.7 CC dired.o #12 948.2 CC cmds.o #12 951.1 CC casetab.o #12 952.7 CC casefiddle.o #12 956.2 CC indent.o #12 964.9 CC search.o #12 975.1 CC regex-emacs.o #12 1000. CC undo.o #12 1004. CC alloc.o #12 1020. CC pdumper.o #12 1032. CC data.o #12 1048. GEN buildobj.h #12 1050. CC doc.o #12 1053. CC editfns.o #12 1068. CC callint.o #12 1072. CC eval.o #12 1088. CC floatfns.o #12 1092. CC fns.o #12 1117. CC sort.o #12 1119. CC font.o #12 1141. CC print.o #12 1152. CC lread.o #12 1170. CC emacs-module.o #12 1179. CC syntax.o #12 1197. CC bytecode.o #12 1207. CC comp.o #12 1208. CC dynlib.o #12 1208. CC process.o #12 1231. CC gnutls.o #12 1239. CC callproc.o #12 1245. CC region-cache.o #12 1247. CC sound.o #12 1249. CC timefns.o #12 1254. CC atimer.o #12 1256. CC doprnt.o #12 1259. CC intervals.o #12 1267. CC textprop.o #12 1276. CC composite.o #12 1288. CC xml.o #12 1289. CC lcms.o #12 1289. CC inotify.o #12 1292. CC profiler.o #12 1295. CC decompress.o #12 1296. CC thread.o #12 1301. CC systhread.o #12 1303. CC sqlite.o #12 1305. CC treesit.o #12 1306. CC itree.o #12 1310. CC fontset.o #12 1321. CC fringe.o #12 1328. CC image.o #12 1339. image.c:143: warning: macro "PIX_MASK_DRAW" is not used [-Wunused-macros] #12 1339. 143 | #define PIX_MASK_DRAW 1 #12 1339. | #12 1340. CC nsterm.o #12 1340. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #12 1340. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #12 1341. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #12 1341. from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1341. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1341. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1341. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1341. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #12 1341. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1341. | ^~~~~~~~~~~~~~~~~~~~ #12 1341. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #12 1341. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1341. | ^~~~~~~~~~~~~~~~~~~~ #12 1341. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #12 1341. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1341. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1341. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #12 1341. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1341. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1341. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #12 1341. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1341. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1341. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1341. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 88 | #if GS_API_VERSION(0,011500) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #12 1341. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1341. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1341. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1341. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #12 1341. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1341. | ^~~~~~~~~~ #12 1341. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1341. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1341. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #12 1341. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1341. | ^~~~~~~~~~ #12 1341. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #12 1341. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1341. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1341. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1341. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1341. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #12 1341. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1341. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1341. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #12 1341. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1341. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1341. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1341. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 46 | #if GS_EXPOSE(NSAffineTransform) #12 1341. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #12 1341. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1341. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1341. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 45 | #if GS_EXPOSE(NSArchiver) #12 1341. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1341. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 164 | #if GS_EXPOSE(NSUnarchiver) #12 1341. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1341. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #12 1341. from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #12 1341. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #12 1341. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #12 1341. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1341. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 114 | #if GS_EXPOSE(NSBundle) #12 1341. | ^~~~~~~~~~~~~~~~~~~~~ #12 1341. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #12 1341. from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 43 | #if GS_EXPOSE(NSCache) #12 1341. | ^~~~~~~~~~~~~~~~~~~~ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 37 | #if GS_EXPOSE(NSCalendarDate) #12 1341. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1341. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #12 1341. from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #12 1341. from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 113 | #if GS_EXPOSE(NSException) #12 1341. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1341. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1341. 303 | NSGetUncaughtExceptionHandler(); #12 1341. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #12 1341. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 53 | #if GS_EXPOSE(NSExpression) #12 1341. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1341. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #12 1341. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 74 | #if GS_EXPOSE(NSComparisonPredicate) #12 1341. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 47 | #if GS_EXPOSE(NSCompoundPredicate) #12 1341. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1341. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #12 1341. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 47 | #if GS_EXPOSE(NSTimer) #12 1341. | ^~~~~~~~~~~~~~~~~~~~ #12 1341. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #12 1341. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #12 1341. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1341. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1341. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 46 | #if GS_EXPOSE(NSRunLoop) #12 1341. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1341. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #12 1341. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #12 1341. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #12 1341. from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 127 | #if GS_EXPOSE(NSDateFormatter) #12 1341. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1341. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #12 1341. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1341. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #12 1341. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1341. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #12 1341. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1341. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 192 | #if GS_EXPOSE(NSDecimalNumber) #12 1341. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 40 | #if GS_EXPOSE(NSDistantObject) #12 1341. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 41 | #if GS_EXPOSE(NSDistributedLock) #12 1341. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1341. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 74 | #if GS_EXPOSE(NSLock) #12 1341. | ^~~~~~~~~~~~~~~~~~~ #12 1341. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 125 | #if GS_EXPOSE(NSCondition) #12 1341. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1341. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 175 | #if GS_EXPOSE(NSConditionLock) #12 1341. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1341. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 275 | #if GS_EXPOSE(NSRecursiveLock) #12 1341. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1341. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #12 1341. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1341. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #12 1341. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 71 | #if GS_EXPOSE(NSNotificationCenter) #12 1341. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1341. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #12 1341. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 134 | #if GS_EXPOSE(NSError) #12 1341. | ^~~~~~~~~~~~~~~~~~~~ #12 1341. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #12 1341. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1341. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 182 | #if GS_EXPOSE(NSURLHandle) #12 1341. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1341. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1341. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 73 | #if GS_EXPOSE(NSURL) #12 1341. | ^~~~~~~~~~~~~~~~~~ #12 1341. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #12 1341. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1341. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1341. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 599 | #if GS_EXPOSE(NSURLQueryItem) #12 1341. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1341. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 633 | #if GS_EXPOSE(NSURLComponents) #12 1341. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1341. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 160 | #if GS_EXPOSE(NSPipe) #12 1341. | ^~~~~~~~~~~~~~~~~~~ #12 1341. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #12 1341. from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #12 1341. from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 215 | #if GS_EXPOSE(NSFileManager) #12 1341. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1341. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #12 1341. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1341. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 42 | #if GS_EXPOSE(NSHost) #12 1341. | ^~~~~~~~~~~~~~~~~~~ #12 1341. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 68 | #if GS_EXPOSE(NSHTTPCookie) #12 1341. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1341. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #12 1341. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 47 | #if GS_EXPOSE(NSIndexPath) #12 1341. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 49 | #if GS_EXPOSE(NSIndexSet) #12 1341. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1341. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #12 1341. from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 52 | #if GS_EXPOSE(NSMethodSignature) #12 1341. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 38 | #if GS_EXPOSE(NSInvocation) #12 1341. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1341. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #12 1341. from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:99, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSItemProviderReadingWriting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1341. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSPropertyList.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSPropertyList.h:68:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1341. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSPropertyList.h:268:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 268 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 55 | #if GS_EXPOSE(NSKeyedArchiver) #12 1341. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1341. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:230:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 230 | #if GS_EXPOSE(NSKeyedUnarchiver) #12 1341. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:102, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSKeyValueCoding.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:103, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:45:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:183:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:104, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSLengthFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:105, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSLinguisticTagger.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:107, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSLocale.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSLocale.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSLocale.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSLocale.h:103:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 103 | #if GS_EXPOSE(NSLocale) #12 1341. | ^~~~~~~~~~~~~~~~~~~~~ #12 1341. /usr/include/GNUstep/Foundation/NSLocale.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSLocale.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSLocale.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSLocale.h:190:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 190 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSLocale.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 196 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSLocale.h:207:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSLocale.h:236:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:109, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSMeasurement.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:110, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #12 1341. from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 40 | #if GS_EXPOSE(NSMetadataItem) #12 1341. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1341. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 66 | #if GS_EXPOSE(NSMetadataQuery) #12 1341. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1341. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #12 1341. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1341. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #12 1341. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 112 | #if GS_EXPOSE(NSNotificationQueue) #12 1341. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 361 | #if GS_EXPOSE(NSNetService) #12 1341. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1341. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #12 1341. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 123 | #if GS_EXPOSE(NSNumberFormatter) #12 1341. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1341. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 53 | #if GS_EXPOSE(NSPortCoder) #12 1341. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1341. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #12 1341. from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 77 | #if GS_EXPOSE(NSPort) #12 1341. | ^~~~~~~~~~~~~~~~~~~ #12 1341. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 202 | #if GS_EXPOSE(NSSocketPort) #12 1341. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1341. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 284 | #if GS_EXPOSE(NSMessagePort) #12 1341. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 47 | #if GS_EXPOSE(NSPortMessage) #12 1341. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #12 1341. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 53 | #if GS_EXPOSE(NSProgress) #12 1341. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 40 | #if GS_EXPOSE(NSProtocolChecker) #12 1341. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 91 | #if GS_EXPOSE(NSRegularExpression) #12 1341. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 42 | #if GS_EXPOSE(NSScanner) #12 1341. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1341. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 48 | #if GS_EXPOSE(NSSortDescriptor) #12 1341. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1341. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 58 | #if GS_EXPOSE(NSSpellServer) #12 1341. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1341. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #12 1341. from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 51 | #if GS_EXPOSE(NSTask) #12 1341. | ^~~~~~~~~~~~~~~~~~~ #12 1341. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #12 1341. from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 59 | #if GS_EXPOSE(NSThread) #12 1341. | ^~~~~~~~~~~~~~~~~~~~~ #12 1341. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #12 1341. from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 87 | #if GS_EXPOSE(NSUndoManager) #12 1341. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #12 1341. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 59 | #if GS_EXPOSE(NSCachedURLResponse) #12 1341. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1341. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 105 | #if GS_EXPOSE(NSURLCache) #12 1341. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 48 | #if GS_EXPOSE(NSURLConnection) #12 1341. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1341. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 56 | #if GS_EXPOSE(NSURLCredential) #12 1341. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #12 1341. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 49 | #if GS_EXPOSE(NSURLDownload) #12 1341. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1341. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #12 1341. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1341. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 121 | #if GS_EXPOSE(NSURLProtocol) #12 1341. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 92 | #if GS_EXPOSE(NSURLRequest) #12 1341. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1341. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 49 | #if GS_EXPOSE(NSURLResponse) #12 1341. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1341. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 217 | #if GS_EXPOSE(NSUserDefaults) #12 1341. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1341. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #12 1341. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #12 1341. from /usr/include/GNUstep/Foundation/Foundation.h:184, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 72 | #if GS_EXPOSE(NSXMLParser) #12 1341. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1341. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #12 1341. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1341. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1341. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1341. | ^ #12 1341. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1341. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1341. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1341. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1341. | ^ #12 1341. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1341. | ^ #12 1341. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1341. from nsgui.h:34, #12 1341. from dispextern.h:137, #12 1341. from nsterm.h:22, #12 1341. from nsterm.m:48: #12 1341. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1341. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1341. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #12 1342. from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1342. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1342. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1342. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1342. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1342. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1342. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1342. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1342. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1342. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1342. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #12 1342. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1342. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1342. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1342. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1342. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1342. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1342. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1342. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1342. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1342. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1342. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1342. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1342. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1342. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1342. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #12 1342. from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #12 1342. 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1342. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1342. /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #12 1342. 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1342. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1342. /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #12 1342. 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1342. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1342. /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #12 1342. 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1342. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1342. /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #12 1342. 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1342. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1342. /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #12 1342. 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1342. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1342. /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #12 1342. 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1342. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1342. /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #12 1342. 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1342. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1342. /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #12 1342. 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1342. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1342. /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #12 1342. 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1342. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1342. /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #12 1342. 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1342. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1342. /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #12 1342. 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1342. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1342. /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #12 1342. 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1342. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1342. /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #12 1342. 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1342. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1342. /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #12 1342. 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1342. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1342. /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #12 1342. 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1342. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1342. /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #12 1342. 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1342. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1342. /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #12 1342. 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1342. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1342. /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #12 1342. from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #12 1342. from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #12 1342. from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #12 1342. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #12 1342. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #12 1342. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #12 1342. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1342. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1342. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #12 1342. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #12 1342. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1342. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1342. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #12 1342. 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1342. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1342. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #12 1342. 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1342. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1342. In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #12 1342. from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #12 1342. from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #12 1342. 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1342. | ^~~~~~~~~~~~~~~~~~~~ #12 1342. In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #12 1342. 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1342. | ^~~~~~~~~~~~~~~~~~~~ #12 1342. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #12 1342. from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #12 1342. from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #12 1342. from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #12 1342. from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1342. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1342. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #12 1342. from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #12 1342. from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #12 1342. from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #12 1342. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #12 1342. from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1342. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1342. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #12 1342. from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1342. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #12 1342. from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #12 1342. from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #12 1342. 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1342. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1342. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1342. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #12 1342. 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1342. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1342. In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1342. | ^ #12 1342. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1342. 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1342. | ^ #12 1342. /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1342. 125 | __attribute__((unused)); #12 1342. | ^~~~~~~~~~~~~ #12 1342. /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1342. 129 | __attribute__((unused)); #12 1342. | ^~~~~~~~~~~~~ #12 1342. /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1342. 133 | __attribute__((unused)); #12 1342. | ^~~~~~~~~~~~~ #12 1342. /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1342. 214 | __attribute__((unused)); #12 1342. | ^~~~~~~~~~~~~ #12 1342. /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1342. 247 | __attribute__((unused)); #12 1342. | ^~~~~~~~~~~~~ #12 1342. /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1342. 251 | __attribute__((unused)); #12 1342. | ^~~~~~~~~~~~~ #12 1342. /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1342. 259 | __attribute__((unused)); #12 1342. | ^~~~~~~~~~~~~ #12 1342. /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1342. 263 | __attribute__((unused)); #12 1342. | ^~~~~~~~~~~~~ #12 1342. /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1342. 267 | __attribute__((unused)); #12 1342. | ^~~~~~~~~~~~~ #12 1342. /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1342. 271 | __attribute__((unused)); #12 1342. | ^~~~~~~~~~~~~ #12 1342. /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1342. 275 | __attribute__((unused)); #12 1342. | ^~~~~~~~~~~~~ #12 1342. /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1342. 287 | __attribute__((unused)); #12 1342. | ^~~~~~~~~~~~~ #12 1342. /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1342. 311 | __attribute__((unused)); #12 1342. | ^~~~~~~~~~~~~ #12 1342. /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1342. 323 | __attribute__((unused)); #12 1342. | ^~~~~~~~~~~~~ #12 1342. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1342. from nsgui.h:34, #12 1342. from dispextern.h:137, #12 1342. from nsterm.h:22, #12 1342. from nsterm.m:48: #12 1342. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1342. 493 | PSgsave() #12 1342. | ^~~~~~~ #12 1342. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #12 1342. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #12 1342. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1342. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1342. 499 | PSgrestore() #12 1342. | ^~~~~~~~~~ #12 1342. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #12 1342. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #12 1342. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1342. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1342. 505 | PSinitgraphics() #12 1342. | ^~~~~~~~~~~~~~ #12 1342. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #12 1342. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #12 1342. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1342. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1342. 622 | PSinitmatrix() #12 1342. | ^~~~~~~~~~~~ #12 1342. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #12 1342. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #12 1342. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1342. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1342. 669 | PSclip() #12 1342. | ^~~~~~ #12 1342. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #12 1342. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #12 1342. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1342. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1342. 675 | PSclosepath() #12 1342. | ^~~~~~~~~~~ #12 1342. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #12 1342. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #12 1342. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1342. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1342. 687 | PSeoclip() #12 1342. | ^~~~~~~~ #12 1342. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #12 1342. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #12 1342. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1342. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1342. 693 | PSeofill() #12 1342. | ^~~~~~~~ #12 1342. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #12 1342. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #12 1342. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1342. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1342. 699 | PSfill() #12 1342. | ^~~~~~ #12 1342. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #12 1342. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #12 1342. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1342. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1342. 705 | PSflattenpath() #12 1342. | ^~~~~~~~~~~~~ #12 1342. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #12 1342. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #12 1342. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1342. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1342. 711 | PSinitclip() #12 1342. | ^~~~~~~~~~ #12 1342. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #12 1342. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #12 1342. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1342. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1342. 729 | PSnewpath() #12 1342. | ^~~~~~~~~ #12 1342. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #12 1342. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #12 1342. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1342. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1342. 765 | PSreversepath() #12 1342. | ^~~~~~~~~~~~~ #12 1342. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #12 1342. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #12 1342. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1342. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1342. 783 | PSstroke() #12 1342. | ^~~~~~~~ #12 1342. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #12 1342. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #12 1342. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1342. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1342. 835 | PSWait() #12 1342. | ^~~~~~ #12 1343. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #12 1343. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #12 1343. nsterm.m: In function 'ns_set_undecorated': #12 1343. nsterm.m:1791:7: warning: 'NSWindow' may not respond to '-setIsVisible:' #12 1343. 1791 | [newWindow setIsVisible:[oldWindow isVisible]]; #12 1343. | ^ #12 1343. nsterm.m:1791:7: warning: (messages without a matching method signature will be assumed to return 'id' and accept '...' as arguments) #12 1343. nsterm.m: In function '-[EmacsView showFontPanel]': #12 1343. nsterm.m:6679:3: warning: 'NSFontPanel' may not respond to '-setIsVisible:' #12 1343. 6679 | [[fm fontPanel: YES] setIsVisible: NO]; #12 1343. | ^ #12 1370. CC nsfns.o #12 1370. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #12 1370. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #12 1371. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #12 1371. from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1371. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1371. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from nsterm.h:22, #12 1371. from nsfns.m:38: #12 1371. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1371. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1371. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from nsterm.h:22, #12 1371. from nsfns.m:38: #12 1371. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #12 1371. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1371. | ^~~~~~~~~~~~~~~~~~~~ #12 1371. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #12 1371. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1371. | ^~~~~~~~~~~~~~~~~~~~ #12 1371. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #12 1371. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1371. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from nsterm.h:22, #12 1371. from nsfns.m:38: #12 1371. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1371. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from nsterm.h:22, #12 1371. from nsfns.m:38: #12 1371. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #12 1371. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1371. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from nsterm.h:22, #12 1371. from nsfns.m:38: #12 1371. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1371. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from nsterm.h:22, #12 1371. from nsfns.m:38: #12 1371. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #12 1371. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1371. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from nsterm.h:22, #12 1371. from nsfns.m:38: #12 1371. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from nsterm.h:22, #12 1371. from nsfns.m:38: #12 1371. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1371. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1371. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from nsterm.h:22, #12 1371. from nsfns.m:38: #12 1371. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 88 | #if GS_API_VERSION(0,011500) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #12 1371. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1371. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1371. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from nsterm.h:22, #12 1371. from nsfns.m:38: #12 1371. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1371. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from nsterm.h:22, #12 1371. from nsfns.m:38: #12 1371. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #12 1371. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1371. | ^~~~~~~~~~ #12 1371. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1371. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1371. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from nsterm.h:22, #12 1371. from nsfns.m:38: #12 1371. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #12 1371. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1371. | ^~~~~~~~~~ #12 1371. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #12 1371. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1371. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1371. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from nsterm.h:22, #12 1371. from nsfns.m:38: #12 1371. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1371. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1371. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from nsterm.h:22, #12 1371. from nsfns.m:38: #12 1371. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #12 1371. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1371. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1371. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from nsterm.h:22, #12 1371. from nsfns.m:38: #12 1371. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #12 1371. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1371. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1371. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from nsterm.h:22, #12 1371. from nsfns.m:38: #12 1371. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1371. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from nsterm.h:22, #12 1371. from nsfns.m:38: #12 1371. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from nsterm.h:22, #12 1371. from nsfns.m:38: #12 1371. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 46 | #if GS_EXPOSE(NSAffineTransform) #12 1371. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from nsterm.h:22, #12 1371. from nsfns.m:38: #12 1371. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from nsterm.h:22, #12 1371. from nsfns.m:38: #12 1371. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from nsterm.h:22, #12 1371. from nsfns.m:38: #12 1371. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #12 1371. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1371. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from nsterm.h:22, #12 1371. from nsfns.m:38: #12 1371. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1371. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from nsterm.h:22, #12 1371. from nsfns.m:38: #12 1371. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1371. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 45 | #if GS_EXPOSE(NSArchiver) #12 1372. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1372. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 164 | #if GS_EXPOSE(NSUnarchiver) #12 1372. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1372. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #12 1372. from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #12 1372. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #12 1372. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #12 1372. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1372. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 114 | #if GS_EXPOSE(NSBundle) #12 1372. | ^~~~~~~~~~~~~~~~~~~~~ #12 1372. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #12 1372. from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 43 | #if GS_EXPOSE(NSCache) #12 1372. | ^~~~~~~~~~~~~~~~~~~~ #12 1372. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 37 | #if GS_EXPOSE(NSCalendarDate) #12 1372. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1372. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #12 1372. from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #12 1372. from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 113 | #if GS_EXPOSE(NSException) #12 1372. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1372. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1372. 303 | NSGetUncaughtExceptionHandler(); #12 1372. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1372. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #12 1372. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 53 | #if GS_EXPOSE(NSExpression) #12 1372. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1372. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #12 1372. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 74 | #if GS_EXPOSE(NSComparisonPredicate) #12 1372. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1372. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 47 | #if GS_EXPOSE(NSCompoundPredicate) #12 1372. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1372. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #12 1372. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 47 | #if GS_EXPOSE(NSTimer) #12 1372. | ^~~~~~~~~~~~~~~~~~~~ #12 1372. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #12 1372. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #12 1372. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1372. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1372. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 46 | #if GS_EXPOSE(NSRunLoop) #12 1372. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1372. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #12 1372. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #12 1372. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #12 1372. from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 127 | #if GS_EXPOSE(NSDateFormatter) #12 1372. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1372. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #12 1372. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1372. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #12 1372. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1372. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #12 1372. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1372. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 192 | #if GS_EXPOSE(NSDecimalNumber) #12 1372. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1372. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 40 | #if GS_EXPOSE(NSDistantObject) #12 1372. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1372. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 41 | #if GS_EXPOSE(NSDistributedLock) #12 1372. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1372. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1372. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 74 | #if GS_EXPOSE(NSLock) #12 1372. | ^~~~~~~~~~~~~~~~~~~ #12 1372. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 125 | #if GS_EXPOSE(NSCondition) #12 1372. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1372. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 175 | #if GS_EXPOSE(NSConditionLock) #12 1372. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1372. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 275 | #if GS_EXPOSE(NSRecursiveLock) #12 1372. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1372. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #12 1372. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1372. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #12 1372. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 71 | #if GS_EXPOSE(NSNotificationCenter) #12 1372. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1372. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #12 1372. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1372. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 134 | #if GS_EXPOSE(NSError) #12 1372. | ^~~~~~~~~~~~~~~~~~~~ #12 1372. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #12 1372. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1372. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 182 | #if GS_EXPOSE(NSURLHandle) #12 1372. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1372. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1372. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 73 | #if GS_EXPOSE(NSURL) #12 1372. | ^~~~~~~~~~~~~~~~~~ #12 1372. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #12 1372. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1372. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1372. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 599 | #if GS_EXPOSE(NSURLQueryItem) #12 1372. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1372. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 633 | #if GS_EXPOSE(NSURLComponents) #12 1372. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1372. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 160 | #if GS_EXPOSE(NSPipe) #12 1372. | ^~~~~~~~~~~~~~~~~~~ #12 1372. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #12 1372. from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #12 1372. from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 215 | #if GS_EXPOSE(NSFileManager) #12 1372. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1372. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #12 1372. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1372. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 42 | #if GS_EXPOSE(NSHost) #12 1372. | ^~~~~~~~~~~~~~~~~~~ #12 1372. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 68 | #if GS_EXPOSE(NSHTTPCookie) #12 1372. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1372. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #12 1372. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1372. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 47 | #if GS_EXPOSE(NSIndexPath) #12 1372. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1372. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 49 | #if GS_EXPOSE(NSIndexSet) #12 1372. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1372. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #12 1372. from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 52 | #if GS_EXPOSE(NSMethodSignature) #12 1372. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1372. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 38 | #if GS_EXPOSE(NSInvocation) #12 1372. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1372. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #12 1372. from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/Foundation.h:99, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSItemProviderReadingWriting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1372. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSPropertyList.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSPropertyList.h:68:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1372. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSPropertyList.h:268:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 268 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 55 | #if GS_EXPOSE(NSKeyedArchiver) #12 1372. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1372. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:230:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 230 | #if GS_EXPOSE(NSKeyedUnarchiver) #12 1372. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1372. In file included from /usr/include/GNUstep/Foundation/Foundation.h:102, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSKeyValueCoding.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/Foundation.h:103, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:45:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:183:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/Foundation.h:104, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSLengthFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/Foundation.h:105, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSLinguisticTagger.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/Foundation.h:107, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSLocale.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSLocale.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSLocale.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSLocale.h:103:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 103 | #if GS_EXPOSE(NSLocale) #12 1372. | ^~~~~~~~~~~~~~~~~~~~~ #12 1372. /usr/include/GNUstep/Foundation/NSLocale.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSLocale.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSLocale.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSLocale.h:190:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 190 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSLocale.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 196 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSLocale.h:207:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSLocale.h:236:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/Foundation.h:109, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSMeasurement.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/Foundation.h:110, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #12 1372. from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 40 | #if GS_EXPOSE(NSMetadataItem) #12 1372. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1372. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 66 | #if GS_EXPOSE(NSMetadataQuery) #12 1372. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1372. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #12 1372. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1372. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #12 1372. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1372. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 112 | #if GS_EXPOSE(NSNotificationQueue) #12 1372. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1372. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 361 | #if GS_EXPOSE(NSNetService) #12 1372. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1372. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #12 1372. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1372. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 123 | #if GS_EXPOSE(NSNumberFormatter) #12 1372. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1372. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 53 | #if GS_EXPOSE(NSPortCoder) #12 1372. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1372. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #12 1372. from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 77 | #if GS_EXPOSE(NSPort) #12 1372. | ^~~~~~~~~~~~~~~~~~~ #12 1372. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 202 | #if GS_EXPOSE(NSSocketPort) #12 1372. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1372. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 284 | #if GS_EXPOSE(NSMessagePort) #12 1372. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1372. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 47 | #if GS_EXPOSE(NSPortMessage) #12 1372. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1372. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #12 1372. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1372. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 53 | #if GS_EXPOSE(NSProgress) #12 1372. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1372. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 40 | #if GS_EXPOSE(NSProtocolChecker) #12 1372. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1372. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 91 | #if GS_EXPOSE(NSRegularExpression) #12 1372. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1372. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 42 | #if GS_EXPOSE(NSScanner) #12 1372. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1372. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 48 | #if GS_EXPOSE(NSSortDescriptor) #12 1372. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1372. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 58 | #if GS_EXPOSE(NSSpellServer) #12 1372. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1372. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #12 1372. from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 51 | #if GS_EXPOSE(NSTask) #12 1372. | ^~~~~~~~~~~~~~~~~~~ #12 1372. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #12 1372. from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 59 | #if GS_EXPOSE(NSThread) #12 1372. | ^~~~~~~~~~~~~~~~~~~~~ #12 1372. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #12 1372. from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 87 | #if GS_EXPOSE(NSUndoManager) #12 1372. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1372. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #12 1372. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1372. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 59 | #if GS_EXPOSE(NSCachedURLResponse) #12 1372. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1372. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 105 | #if GS_EXPOSE(NSURLCache) #12 1372. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1372. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 48 | #if GS_EXPOSE(NSURLConnection) #12 1372. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1372. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 56 | #if GS_EXPOSE(NSURLCredential) #12 1372. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1372. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #12 1372. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1372. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 49 | #if GS_EXPOSE(NSURLDownload) #12 1372. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1372. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #12 1372. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1372. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 121 | #if GS_EXPOSE(NSURLProtocol) #12 1372. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1372. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 92 | #if GS_EXPOSE(NSURLRequest) #12 1372. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1372. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 49 | #if GS_EXPOSE(NSURLResponse) #12 1372. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1372. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 217 | #if GS_EXPOSE(NSUserDefaults) #12 1372. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1372. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #12 1372. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #12 1372. from /usr/include/GNUstep/Foundation/Foundation.h:184, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 72 | #if GS_EXPOSE(NSXMLParser) #12 1372. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1372. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #12 1372. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1372. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1372. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1372. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1372. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #12 1372. from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1372. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1372. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1372. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1372. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1372. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1372. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1372. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1372. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #12 1372. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1372. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1372. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1372. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1372. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1372. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1372. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1372. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1372. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1372. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #12 1372. 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1372. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1372. /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #12 1372. 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1372. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1372. /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #12 1372. 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1372. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1372. /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #12 1372. 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1372. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1372. /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #12 1372. 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1372. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1372. /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #12 1372. 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1372. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1372. /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #12 1372. 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1372. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1372. /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #12 1372. 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1372. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1372. /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #12 1372. 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1372. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1372. /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #12 1372. 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1372. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1372. /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #12 1372. 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1372. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1372. /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #12 1372. 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1372. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1372. /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #12 1372. 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1372. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1372. /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #12 1372. 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1372. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1372. /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #12 1372. 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1372. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1372. /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #12 1372. 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1372. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1372. /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #12 1372. 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1372. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1372. /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #12 1372. 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1372. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1372. /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #12 1372. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #12 1372. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from nsterm.h:22, #12 1372. from nsfns.m:38: #12 1372. /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1373. | ^ #12 1373. In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #12 1373. from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1373. | ^ #12 1373. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1373. from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1373. | ^ #12 1373. In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #12 1373. from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #12 1373. 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1373. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1373. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1373. from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #12 1373. 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1373. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1373. In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #12 1373. from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1373. | ^ #12 1373. In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #12 1373. from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1373. | ^ #12 1373. In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #12 1373. from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1373. from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1373. | ^ #12 1373. In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1373. from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1373. | ^ #12 1373. In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #12 1373. from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1373. | ^ #12 1373. In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #12 1373. from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1373. from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1373. | ^ #12 1373. In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1373. from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1373. | ^ #12 1373. In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #12 1373. from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1373. | ^ #12 1373. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1373. from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #12 1373. 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1373. | ^~~~~~~~~~~~~~~~~~~~ #12 1373. In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #12 1373. from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #12 1373. 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1373. | ^~~~~~~~~~~~~~~~~~~~ #12 1373. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1373. from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1373. | ^ #12 1373. In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #12 1373. from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1373. | ^ #12 1373. In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #12 1373. from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1373. from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1373. | ^ #12 1373. In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1373. from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1373. | ^ #12 1373. In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #12 1373. from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1373. | ^ #12 1373. In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #12 1373. from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1373. | ^ #12 1373. In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #12 1373. from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1373. | ^ #12 1373. In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #12 1373. from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1373. | ^ #12 1373. In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #12 1373. from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1373. | ^ #12 1373. In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #12 1373. from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1373. | ^ #12 1373. In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #12 1373. from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1373. | ^ #12 1373. In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #12 1373. from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1373. from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1373. | ^ #12 1373. In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1373. from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1373. | ^ #12 1373. In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #12 1373. from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1373. | ^ #12 1373. In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #12 1373. from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1373. | ^ #12 1373. In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #12 1373. from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1373. | ^ #12 1373. In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #12 1373. from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1373. from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1373. | ^ #12 1373. In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1373. from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1373. | ^ #12 1373. In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #12 1373. from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1373. | ^ #12 1373. In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #12 1373. from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1373. | ^ #12 1373. In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #12 1373. from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1373. | ^ #12 1373. In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #12 1373. from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1373. | ^ #12 1373. In file included from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1373. | ^ #12 1373. In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #12 1373. from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1373. | ^ #12 1373. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1373. from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1373. | ^ #12 1373. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1373. from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1373. | ^ #12 1373. In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #12 1373. from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #12 1373. | ^ #12 1373. In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #12 1373. from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1373. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1373. from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1373. | ^ #12 1373. In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1373. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1373. from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1373. | ^ #12 1373. In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1373. from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1373. | ^ #12 1373. In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #12 1373. from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1373. | ^ #12 1373. In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #12 1373. from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1373. from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1373. | ^ #12 1373. In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1373. from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1373. | ^ #12 1373. In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #12 1373. from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1373. | ^ #12 1373. In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #12 1373. from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1373. | ^ #12 1373. In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #12 1373. from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1373. | ^ #12 1373. In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #12 1373. from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1373. | ^ #12 1373. In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #12 1373. from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1373. | ^ #12 1373. In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #12 1373. from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1373. from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1373. | ^ #12 1373. In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1373. from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1373. | ^ #12 1373. In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #12 1373. from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1373. | ^ #12 1373. In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #12 1373. from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1373. | ^ #12 1373. In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #12 1373. from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1373. from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1373. | ^ #12 1373. In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1373. from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1373. | ^ #12 1373. In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #12 1373. from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1373. | ^ #12 1373. In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #12 1373. from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1373. | ^ #12 1373. In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #12 1373. from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1373. | ^ #12 1373. In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #12 1373. from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1373. | ^ #12 1373. In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #12 1373. from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1373. | ^ #12 1373. In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #12 1373. from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1373. | ^ #12 1373. In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #12 1373. from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1373. | ^ #12 1373. In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #12 1373. from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1373. | ^ #12 1373. In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #12 1373. from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1373. | ^ #12 1373. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #12 1373. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1373. from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1373. | ^ #12 1373. In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #12 1373. from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1373. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1373. from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1373. | ^ #12 1373. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1373. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1373. from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1373. | ^ #12 1373. In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1373. from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1373. | ^ #12 1373. In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #12 1373. from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1373. from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1373. | ^ #12 1373. In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1373. from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1373. | ^ #12 1373. In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #12 1373. from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1373. | ^ #12 1373. In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #12 1373. from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1373. | ^ #12 1373. In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #12 1373. from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1373. | ^ #12 1373. In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #12 1373. from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1373. | ^ #12 1373. In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #12 1373. from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1373. | ^ #12 1373. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1373. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1373. from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1373. | ^ #12 1373. In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1373. from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1373. | ^ #12 1373. In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #12 1373. from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1373. | ^ #12 1373. In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #12 1373. from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1373. from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1373. | ^ #12 1373. In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1373. from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1373. | ^ #12 1373. In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #12 1373. from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1373. | ^ #12 1373. In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #12 1373. from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1373. | ^ #12 1373. In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #12 1373. from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1373. | ^ #12 1373. In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #12 1373. from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1373. | ^ #12 1373. In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #12 1373. from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1373. | ^ #12 1373. In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #12 1373. from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1373. | ^ #12 1373. In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #12 1373. from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1373. from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1373. | ^ #12 1373. In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1373. from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1373. | ^ #12 1373. In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #12 1373. from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1373. | ^ #12 1373. In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #12 1373. from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1373. | ^ #12 1373. In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #12 1373. from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1373. | ^ #12 1373. In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #12 1373. from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1373. | ^ #12 1373. In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #12 1373. from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1373. | ^ #12 1373. In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #12 1373. from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1373. | ^ #12 1373. In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #12 1373. from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1373. | ^ #12 1373. In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #12 1373. from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #12 1373. 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1373. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1373. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1373. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1373. from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #12 1373. 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1373. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1373. In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #12 1373. from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1373. | ^ #12 1373. In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #12 1373. from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1373. | ^ #12 1373. In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #12 1373. from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1373. | ^ #12 1373. In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #12 1373. from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1373. | ^ #12 1373. In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #12 1373. from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1373. | ^ #12 1373. In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #12 1373. from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1373. | ^ #12 1373. In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #12 1373. from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1373. | ^ #12 1373. In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #12 1373. from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1373. | ^ #12 1373. In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #12 1373. from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1373. | ^ #12 1373. In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #12 1373. from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1373. | ^ #12 1373. In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #12 1373. from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1373. | ^ #12 1373. In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #12 1373. from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1373. | ^ #12 1373. In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #12 1373. from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1373. | ^ #12 1373. In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #12 1373. from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1373. | ^ #12 1373. In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #12 1373. from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1373. | ^ #12 1373. In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #12 1373. from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1373. | ^ #12 1373. In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #12 1373. from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1373. | ^ #12 1373. In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #12 1373. from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1373. | ^ #12 1373. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1373. from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1373. 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1373. | ^ #12 1373. /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1373. 125 | __attribute__((unused)); #12 1373. | ^~~~~~~~~~~~~ #12 1373. /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1373. 129 | __attribute__((unused)); #12 1373. | ^~~~~~~~~~~~~ #12 1373. /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1373. 133 | __attribute__((unused)); #12 1373. | ^~~~~~~~~~~~~ #12 1373. /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1373. 214 | __attribute__((unused)); #12 1373. | ^~~~~~~~~~~~~ #12 1373. /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1373. 247 | __attribute__((unused)); #12 1373. | ^~~~~~~~~~~~~ #12 1373. /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1373. 251 | __attribute__((unused)); #12 1373. | ^~~~~~~~~~~~~ #12 1373. /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1373. 259 | __attribute__((unused)); #12 1373. | ^~~~~~~~~~~~~ #12 1373. /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1373. 263 | __attribute__((unused)); #12 1373. | ^~~~~~~~~~~~~ #12 1373. /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1373. 267 | __attribute__((unused)); #12 1373. | ^~~~~~~~~~~~~ #12 1373. /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1373. 271 | __attribute__((unused)); #12 1373. | ^~~~~~~~~~~~~ #12 1373. /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1373. 275 | __attribute__((unused)); #12 1373. | ^~~~~~~~~~~~~ #12 1373. /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1373. 287 | __attribute__((unused)); #12 1373. | ^~~~~~~~~~~~~ #12 1373. /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1373. 311 | __attribute__((unused)); #12 1373. | ^~~~~~~~~~~~~ #12 1373. /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1373. 323 | __attribute__((unused)); #12 1373. | ^~~~~~~~~~~~~ #12 1373. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1373. from nsgui.h:34, #12 1373. from dispextern.h:137, #12 1373. from nsterm.h:22, #12 1373. from nsfns.m:38: #12 1373. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1373. 493 | PSgsave() #12 1373. | ^~~~~~~ #12 1373. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #12 1373. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #12 1373. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1373. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1373. 499 | PSgrestore() #12 1373. | ^~~~~~~~~~ #12 1373. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #12 1373. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #12 1373. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1373. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1373. 505 | PSinitgraphics() #12 1373. | ^~~~~~~~~~~~~~ #12 1373. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #12 1373. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #12 1373. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1373. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1373. 622 | PSinitmatrix() #12 1373. | ^~~~~~~~~~~~ #12 1373. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #12 1373. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #12 1373. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1373. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1373. 669 | PSclip() #12 1373. | ^~~~~~ #12 1373. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #12 1373. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #12 1373. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1373. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1373. 675 | PSclosepath() #12 1373. | ^~~~~~~~~~~ #12 1373. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #12 1373. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #12 1373. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1373. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1373. 687 | PSeoclip() #12 1373. | ^~~~~~~~ #12 1373. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #12 1373. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #12 1373. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1373. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1373. 693 | PSeofill() #12 1373. | ^~~~~~~~ #12 1373. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #12 1373. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #12 1373. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1373. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1373. 699 | PSfill() #12 1373. | ^~~~~~ #12 1373. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #12 1373. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #12 1373. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1373. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1373. 705 | PSflattenpath() #12 1373. | ^~~~~~~~~~~~~ #12 1373. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #12 1373. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #12 1373. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1373. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1373. 711 | PSinitclip() #12 1373. | ^~~~~~~~~~ #12 1373. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #12 1373. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #12 1373. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1373. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1373. 729 | PSnewpath() #12 1373. | ^~~~~~~~~ #12 1373. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #12 1373. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #12 1373. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1373. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1373. 765 | PSreversepath() #12 1373. | ^~~~~~~~~~~~~ #12 1373. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #12 1373. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #12 1373. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1373. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1373. 783 | PSstroke() #12 1373. | ^~~~~~~~ #12 1373. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #12 1373. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #12 1373. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1373. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1373. 835 | PSWait() #12 1373. | ^~~~~~ #12 1373. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #12 1373. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #12 1374. nsfns.m: At top level: #12 1374. nsfns.m:689:1: warning: no previous prototype for 'ns_make_frame_key_window' [-Wmissing-prototypes] #12 1374. 689 | ns_make_frame_key_window (struct frame *f) #12 1374. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1386. CC nsmenu.o #12 1386. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #12 1386. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #12 1387. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #12 1387. from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1387. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1387. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1387. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1387. from nsgui.h:34, #12 1387. from dispextern.h:137, #12 1387. from window.h:23, #12 1387. from nsmenu.m:29: #12 1387. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #12 1387. | ^ #12 1387. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1387. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1387. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1387. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1387. from nsgui.h:34, #12 1387. from dispextern.h:137, #12 1387. from window.h:23, #12 1387. from nsmenu.m:29: #12 1387. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #12 1387. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1387. | ^~~~~~~~~~~~~~~~~~~~ #12 1387. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #12 1387. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1387. | ^~~~~~~~~~~~~~~~~~~~ #12 1387. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1387. | ^ #12 1387. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #12 1387. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1387. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1387. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1387. from nsgui.h:34, #12 1387. from dispextern.h:137, #12 1387. from window.h:23, #12 1387. from nsmenu.m:29: #12 1387. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #12 1387. | ^ #12 1387. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1387. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1387. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1387. from nsgui.h:34, #12 1387. from dispextern.h:137, #12 1387. from window.h:23, #12 1387. from nsmenu.m:29: #12 1387. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1387. | ^ #12 1387. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #12 1387. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1387. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1387. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1387. from nsgui.h:34, #12 1387. from dispextern.h:137, #12 1387. from window.h:23, #12 1387. from nsmenu.m:29: #12 1387. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1387. | ^ #12 1387. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1387. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1387. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1387. from nsgui.h:34, #12 1387. from dispextern.h:137, #12 1387. from window.h:23, #12 1387. from nsmenu.m:29: #12 1387. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1387. | ^ #12 1387. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #12 1387. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1387. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1387. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1387. from nsgui.h:34, #12 1387. from dispextern.h:137, #12 1387. from window.h:23, #12 1387. from nsmenu.m:29: #12 1387. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1387. | ^ #12 1387. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1387. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1387. from nsgui.h:34, #12 1387. from dispextern.h:137, #12 1387. from window.h:23, #12 1387. from nsmenu.m:29: #12 1387. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1387. | ^ #12 1387. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1387. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1387. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1387. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1387. from nsgui.h:34, #12 1387. from dispextern.h:137, #12 1387. from window.h:23, #12 1387. from nsmenu.m:29: #12 1387. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 88 | #if GS_API_VERSION(0,011500) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1387. | ^ #12 1387. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #12 1387. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1387. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1387. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1387. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1387. from nsgui.h:34, #12 1387. from dispextern.h:137, #12 1387. from window.h:23, #12 1387. from nsmenu.m:29: #12 1387. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1387. | ^ #12 1387. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1387. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1387. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1387. from nsgui.h:34, #12 1387. from dispextern.h:137, #12 1387. from window.h:23, #12 1387. from nsmenu.m:29: #12 1387. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #12 1387. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1387. | ^~~~~~~~~~ #12 1387. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1387. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1387. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1387. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1387. from nsgui.h:34, #12 1387. from dispextern.h:137, #12 1387. from window.h:23, #12 1387. from nsmenu.m:29: #12 1387. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #12 1387. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1387. | ^~~~~~~~~~ #12 1387. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #12 1387. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1387. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1387. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1387. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1387. from nsgui.h:34, #12 1387. from dispextern.h:137, #12 1387. from window.h:23, #12 1387. from nsmenu.m:29: #12 1387. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1387. | ^ #12 1387. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1387. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1387. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1387. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1387. from nsgui.h:34, #12 1387. from dispextern.h:137, #12 1387. from window.h:23, #12 1387. from nsmenu.m:29: #12 1387. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1387. | ^ #12 1387. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #12 1387. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1387. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1387. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1387. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1387. from nsgui.h:34, #12 1387. from dispextern.h:137, #12 1387. from window.h:23, #12 1387. from nsmenu.m:29: #12 1387. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1387. | ^ #12 1387. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #12 1387. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1387. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1387. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1387. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1387. from nsgui.h:34, #12 1387. from dispextern.h:137, #12 1387. from window.h:23, #12 1387. from nsmenu.m:29: #12 1387. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1387. | ^ #12 1387. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1387. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1387. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1387. from nsgui.h:34, #12 1387. from dispextern.h:137, #12 1387. from window.h:23, #12 1387. from nsmenu.m:29: #12 1387. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1387. | ^ #12 1387. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1387. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1387. from nsgui.h:34, #12 1387. from dispextern.h:137, #12 1387. from window.h:23, #12 1387. from nsmenu.m:29: #12 1387. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 46 | #if GS_EXPOSE(NSAffineTransform) #12 1387. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1387. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #12 1387. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1387. from nsgui.h:34, #12 1387. from dispextern.h:137, #12 1387. from window.h:23, #12 1387. from nsmenu.m:29: #12 1387. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1387. | ^ #12 1387. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #12 1387. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1387. from nsgui.h:34, #12 1387. from dispextern.h:137, #12 1387. from window.h:23, #12 1387. from nsmenu.m:29: #12 1387. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1387. | ^ #12 1387. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #12 1387. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1387. from nsgui.h:34, #12 1387. from dispextern.h:137, #12 1387. from window.h:23, #12 1387. from nsmenu.m:29: #12 1387. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1387. | ^ #12 1387. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #12 1387. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1387. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1387. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1387. from nsgui.h:34, #12 1387. from dispextern.h:137, #12 1387. from window.h:23, #12 1387. from nsmenu.m:29: #12 1387. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1387. | ^ #12 1387. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1387. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1387. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1387. from nsgui.h:34, #12 1387. from dispextern.h:137, #12 1387. from window.h:23, #12 1387. from nsmenu.m:29: #12 1387. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1387. | ^ #12 1387. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1387. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1387. from nsgui.h:34, #12 1387. from dispextern.h:137, #12 1387. from window.h:23, #12 1387. from nsmenu.m:29: #12 1387. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 45 | #if GS_EXPOSE(NSArchiver) #12 1387. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1387. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 164 | #if GS_EXPOSE(NSUnarchiver) #12 1387. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1387. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1387. | ^ #12 1387. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1387. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1387. from nsgui.h:34, #12 1387. from dispextern.h:137, #12 1387. from window.h:23, #12 1387. from nsmenu.m:29: #12 1387. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1387. | ^ #12 1387. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #12 1387. from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1387. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1387. from nsgui.h:34, #12 1387. from dispextern.h:137, #12 1387. from window.h:23, #12 1387. from nsmenu.m:29: #12 1387. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1387. | ^ #12 1387. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1387. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1387. from nsgui.h:34, #12 1387. from dispextern.h:137, #12 1387. from window.h:23, #12 1387. from nsmenu.m:29: #12 1387. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1387. | ^ #12 1387. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #12 1387. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1387. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1387. from nsgui.h:34, #12 1387. from dispextern.h:137, #12 1387. from window.h:23, #12 1387. from nsmenu.m:29: #12 1387. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1387. | ^ #12 1387. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #12 1387. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1387. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1387. from nsgui.h:34, #12 1387. from dispextern.h:137, #12 1387. from window.h:23, #12 1387. from nsmenu.m:29: #12 1387. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1387. | ^ #12 1387. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #12 1387. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1387. from nsgui.h:34, #12 1387. from dispextern.h:137, #12 1387. from window.h:23, #12 1387. from nsmenu.m:29: #12 1387. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #12 1387. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1387. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1387. | ^ #12 1387. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #12 1387. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1387. from nsgui.h:34, #12 1387. from dispextern.h:137, #12 1387. from window.h:23, #12 1387. from nsmenu.m:29: #12 1387. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1387. | ^ #12 1387. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1387. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1387. from nsgui.h:34, #12 1387. from dispextern.h:137, #12 1387. from window.h:23, #12 1387. from nsmenu.m:29: #12 1387. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 114 | #if GS_EXPOSE(NSBundle) #12 1387. | ^~~~~~~~~~~~~~~~~~~~~ #12 1387. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1387. | ^ #12 1387. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #12 1387. from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1387. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1387. from nsgui.h:34, #12 1387. from dispextern.h:137, #12 1387. from window.h:23, #12 1387. from nsmenu.m:29: #12 1387. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1387. | ^ #12 1387. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #12 1387. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1387. from nsgui.h:34, #12 1387. from dispextern.h:137, #12 1387. from window.h:23, #12 1387. from nsmenu.m:29: #12 1387. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 43 | #if GS_EXPOSE(NSCache) #12 1387. | ^~~~~~~~~~~~~~~~~~~~ #12 1387. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #12 1387. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1387. from nsgui.h:34, #12 1387. from dispextern.h:137, #12 1387. from window.h:23, #12 1387. from nsmenu.m:29: #12 1387. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1387. | ^ #12 1387. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1387. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1387. from nsgui.h:34, #12 1387. from dispextern.h:137, #12 1387. from window.h:23, #12 1387. from nsmenu.m:29: #12 1387. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 37 | #if GS_EXPOSE(NSCalendarDate) #12 1387. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1387. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1387. | ^ #12 1387. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #12 1387. from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1387. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1387. from nsgui.h:34, #12 1387. from dispextern.h:137, #12 1387. from window.h:23, #12 1387. from nsmenu.m:29: #12 1387. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1387. | ^ #12 1387. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #12 1387. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1387. from nsgui.h:34, #12 1387. from dispextern.h:137, #12 1387. from window.h:23, #12 1387. from nsmenu.m:29: #12 1387. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1387. | ^ #12 1387. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #12 1387. from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1387. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1387. from nsgui.h:34, #12 1387. from dispextern.h:137, #12 1387. from window.h:23, #12 1387. from nsmenu.m:29: #12 1387. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 113 | #if GS_EXPOSE(NSException) #12 1387. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1387. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1387. 303 | NSGetUncaughtExceptionHandler(); #12 1387. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1387. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1387. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1387. from nsgui.h:34, #12 1387. from dispextern.h:137, #12 1387. from window.h:23, #12 1387. from nsmenu.m:29: #12 1387. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1387. | ^ #12 1387. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1387. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1387. from nsgui.h:34, #12 1387. from dispextern.h:137, #12 1387. from window.h:23, #12 1387. from nsmenu.m:29: #12 1387. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1387. | ^ #12 1387. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #12 1387. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1387. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1387. from nsgui.h:34, #12 1387. from dispextern.h:137, #12 1387. from window.h:23, #12 1387. from nsmenu.m:29: #12 1387. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 53 | #if GS_EXPOSE(NSExpression) #12 1387. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1387. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #12 1387. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1387. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1387. from nsgui.h:34, #12 1387. from dispextern.h:137, #12 1387. from window.h:23, #12 1387. from nsmenu.m:29: #12 1387. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1387. | ^ #12 1387. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1387. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1387. from nsgui.h:34, #12 1387. from dispextern.h:137, #12 1387. from window.h:23, #12 1387. from nsmenu.m:29: #12 1387. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 74 | #if GS_EXPOSE(NSComparisonPredicate) #12 1387. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1387. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #12 1387. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1387. from nsgui.h:34, #12 1387. from dispextern.h:137, #12 1387. from window.h:23, #12 1387. from nsmenu.m:29: #12 1387. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 47 | #if GS_EXPOSE(NSCompoundPredicate) #12 1387. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1387. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #12 1387. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1387. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1387. from nsgui.h:34, #12 1387. from dispextern.h:137, #12 1387. from window.h:23, #12 1387. from nsmenu.m:29: #12 1387. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 47 | #if GS_EXPOSE(NSTimer) #12 1387. | ^~~~~~~~~~~~~~~~~~~~ #12 1387. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1387. | ^ #12 1387. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #12 1387. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #12 1387. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1387. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1387. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1387. from nsgui.h:34, #12 1387. from dispextern.h:137, #12 1387. from window.h:23, #12 1387. from nsmenu.m:29: #12 1387. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1387. | ^ #12 1387. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1387. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1387. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1387. from nsgui.h:34, #12 1387. from dispextern.h:137, #12 1387. from window.h:23, #12 1387. from nsmenu.m:29: #12 1387. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 46 | #if GS_EXPOSE(NSRunLoop) #12 1387. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1387. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1387. | ^ #12 1387. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1387. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1387. from nsgui.h:34, #12 1387. from dispextern.h:137, #12 1387. from window.h:23, #12 1387. from nsmenu.m:29: #12 1387. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1387. | ^ #12 1387. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #12 1387. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1387. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1387. from nsgui.h:34, #12 1387. from dispextern.h:137, #12 1387. from window.h:23, #12 1387. from nsmenu.m:29: #12 1387. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1387. | ^ #12 1387. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1387. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1387. from nsgui.h:34, #12 1387. from dispextern.h:137, #12 1387. from window.h:23, #12 1387. from nsmenu.m:29: #12 1387. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1387. | ^ #12 1387. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #12 1387. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1387. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1387. from nsgui.h:34, #12 1387. from dispextern.h:137, #12 1387. from window.h:23, #12 1387. from nsmenu.m:29: #12 1387. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1387. | ^ #12 1387. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #12 1387. from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1387. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1387. from nsgui.h:34, #12 1387. from dispextern.h:137, #12 1387. from window.h:23, #12 1387. from nsmenu.m:29: #12 1387. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1387. | ^ #12 1387. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1387. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1387. from nsgui.h:34, #12 1387. from dispextern.h:137, #12 1387. from window.h:23, #12 1387. from nsmenu.m:29: #12 1387. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #12 1387. | ^ #12 1387. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #12 1387. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1387. from nsgui.h:34, #12 1387. from dispextern.h:137, #12 1387. from window.h:23, #12 1387. from nsmenu.m:29: #12 1387. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 127 | #if GS_EXPOSE(NSDateFormatter) #12 1387. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1387. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1387. | ^ #12 1387. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #12 1387. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1387. from nsgui.h:34, #12 1387. from dispextern.h:137, #12 1387. from window.h:23, #12 1387. from nsmenu.m:29: #12 1387. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1387. | ^ #12 1387. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #12 1387. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1387. from nsgui.h:34, #12 1387. from dispextern.h:137, #12 1387. from window.h:23, #12 1387. from nsmenu.m:29: #12 1387. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1387. | ^ #12 1387. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1387. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1387. from nsgui.h:34, #12 1387. from dispextern.h:137, #12 1387. from window.h:23, #12 1387. from nsmenu.m:29: #12 1387. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1387. | ^ #12 1387. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #12 1387. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1387. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1387. from nsgui.h:34, #12 1387. from dispextern.h:137, #12 1387. from window.h:23, #12 1387. from nsmenu.m:29: #12 1387. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1387. | ^ #12 1387. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1387. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1387. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1387. from nsgui.h:34, #12 1387. from dispextern.h:137, #12 1387. from window.h:23, #12 1387. from nsmenu.m:29: #12 1387. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1387. | ^ #12 1387. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #12 1387. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1387. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1387. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1387. from nsgui.h:34, #12 1387. from dispextern.h:137, #12 1387. from window.h:23, #12 1387. from nsmenu.m:29: #12 1387. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1387. | ^ #12 1387. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1387. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1387. from nsgui.h:34, #12 1387. from dispextern.h:137, #12 1387. from window.h:23, #12 1387. from nsmenu.m:29: #12 1387. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #12 1387. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1387. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 192 | #if GS_EXPOSE(NSDecimalNumber) #12 1387. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1387. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #12 1387. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1387. from nsgui.h:34, #12 1387. from dispextern.h:137, #12 1387. from window.h:23, #12 1387. from nsmenu.m:29: #12 1387. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 40 | #if GS_EXPOSE(NSDistantObject) #12 1387. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1387. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #12 1387. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1387. from nsgui.h:34, #12 1387. from dispextern.h:137, #12 1387. from window.h:23, #12 1387. from nsmenu.m:29: #12 1387. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 41 | #if GS_EXPOSE(NSDistributedLock) #12 1387. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1387. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1387. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1387. from nsgui.h:34, #12 1387. from dispextern.h:137, #12 1387. from window.h:23, #12 1387. from nsmenu.m:29: #12 1387. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1387. | ^ #12 1387. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1387. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1387. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1387. from nsgui.h:34, #12 1387. from dispextern.h:137, #12 1387. from window.h:23, #12 1387. from nsmenu.m:29: #12 1387. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 74 | #if GS_EXPOSE(NSLock) #12 1387. | ^~~~~~~~~~~~~~~~~~~ #12 1387. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 125 | #if GS_EXPOSE(NSCondition) #12 1387. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1387. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 175 | #if GS_EXPOSE(NSConditionLock) #12 1387. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1387. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 275 | #if GS_EXPOSE(NSRecursiveLock) #12 1387. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1387. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1387. | ^ #12 1387. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #12 1387. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1387. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1387. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1387. from nsgui.h:34, #12 1387. from dispextern.h:137, #12 1387. from window.h:23, #12 1387. from nsmenu.m:29: #12 1387. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1387. | ^ #12 1387. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #12 1387. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1387. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1387. from nsgui.h:34, #12 1387. from dispextern.h:137, #12 1387. from window.h:23, #12 1387. from nsmenu.m:29: #12 1387. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 71 | #if GS_EXPOSE(NSNotificationCenter) #12 1387. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1387. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1387. | ^ #12 1387. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1387. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1387. from nsgui.h:34, #12 1387. from dispextern.h:137, #12 1387. from window.h:23, #12 1387. from nsmenu.m:29: #12 1387. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #12 1387. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1387. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #12 1387. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1387. from nsgui.h:34, #12 1387. from dispextern.h:137, #12 1387. from window.h:23, #12 1387. from nsmenu.m:29: #12 1387. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1387. | ^ #12 1387. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #12 1387. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1387. from nsgui.h:34, #12 1387. from dispextern.h:137, #12 1387. from window.h:23, #12 1387. from nsmenu.m:29: #12 1387. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 134 | #if GS_EXPOSE(NSError) #12 1387. | ^~~~~~~~~~~~~~~~~~~~ #12 1387. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1387. | ^ #12 1387. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #12 1387. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1387. from nsgui.h:34, #12 1387. from dispextern.h:137, #12 1387. from window.h:23, #12 1387. from nsmenu.m:29: #12 1387. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1387. | ^ #12 1387. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #12 1387. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1387. from nsgui.h:34, #12 1387. from dispextern.h:137, #12 1387. from window.h:23, #12 1387. from nsmenu.m:29: #12 1387. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1387. | ^ #12 1387. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #12 1387. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1387. from nsgui.h:34, #12 1387. from dispextern.h:137, #12 1387. from window.h:23, #12 1387. from nsmenu.m:29: #12 1387. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1387. | ^ #12 1387. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #12 1387. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1387. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1387. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1387. from nsgui.h:34, #12 1387. from dispextern.h:137, #12 1387. from window.h:23, #12 1387. from nsmenu.m:29: #12 1387. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 182 | #if GS_EXPOSE(NSURLHandle) #12 1387. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1387. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1387. | ^ #12 1387. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1387. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1387. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1387. from nsgui.h:34, #12 1387. from dispextern.h:137, #12 1387. from window.h:23, #12 1387. from nsmenu.m:29: #12 1387. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 73 | #if GS_EXPOSE(NSURL) #12 1387. | ^~~~~~~~~~~~~~~~~~ #12 1387. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1387. | ^ #12 1387. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #12 1387. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1387. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1387. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1387. from nsgui.h:34, #12 1387. from dispextern.h:137, #12 1387. from window.h:23, #12 1387. from nsmenu.m:29: #12 1387. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1387. | ^ #12 1387. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1387. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1387. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1387. from nsgui.h:34, #12 1387. from dispextern.h:137, #12 1387. from window.h:23, #12 1387. from nsmenu.m:29: #12 1387. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 599 | #if GS_EXPOSE(NSURLQueryItem) #12 1387. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1387. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 633 | #if GS_EXPOSE(NSURLComponents) #12 1387. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1387. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1387. | ^ #12 1387. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1387. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1387. from nsgui.h:34, #12 1387. from dispextern.h:137, #12 1387. from window.h:23, #12 1387. from nsmenu.m:29: #12 1387. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1387. | ^ #12 1387. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1387. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1387. from nsgui.h:34, #12 1387. from dispextern.h:137, #12 1387. from window.h:23, #12 1387. from nsmenu.m:29: #12 1387. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 160 | #if GS_EXPOSE(NSPipe) #12 1387. | ^~~~~~~~~~~~~~~~~~~ #12 1387. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1387. | ^ #12 1387. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #12 1387. from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1387. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1387. from nsgui.h:34, #12 1387. from dispextern.h:137, #12 1387. from window.h:23, #12 1387. from nsmenu.m:29: #12 1387. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1387. | ^ #12 1387. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1387. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1387. from nsgui.h:34, #12 1387. from dispextern.h:137, #12 1387. from window.h:23, #12 1387. from nsmenu.m:29: #12 1387. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1387. | ^ #12 1387. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #12 1387. from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1387. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1387. from nsgui.h:34, #12 1387. from dispextern.h:137, #12 1387. from window.h:23, #12 1387. from nsmenu.m:29: #12 1387. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1387. | ^ #12 1387. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1387. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1387. from nsgui.h:34, #12 1387. from dispextern.h:137, #12 1387. from window.h:23, #12 1387. from nsmenu.m:29: #12 1387. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 215 | #if GS_EXPOSE(NSFileManager) #12 1387. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1387. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #12 1387. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1387. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1387. | ^ #12 1387. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #12 1387. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1387. from nsgui.h:34, #12 1387. from dispextern.h:137, #12 1387. from window.h:23, #12 1387. from nsmenu.m:29: #12 1387. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1387. | ^ #12 1387. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #12 1387. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1387. from nsgui.h:34, #12 1387. from dispextern.h:137, #12 1387. from window.h:23, #12 1387. from nsmenu.m:29: #12 1387. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1387. | ^ #12 1387. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #12 1387. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1387. from nsgui.h:34, #12 1387. from dispextern.h:137, #12 1387. from window.h:23, #12 1387. from nsmenu.m:29: #12 1387. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1387. | ^ #12 1387. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #12 1387. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1387. from nsgui.h:34, #12 1387. from dispextern.h:137, #12 1387. from window.h:23, #12 1387. from nsmenu.m:29: #12 1387. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1387. | ^ #12 1387. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #12 1387. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1387. from nsgui.h:34, #12 1387. from dispextern.h:137, #12 1387. from window.h:23, #12 1387. from nsmenu.m:29: #12 1387. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1387. | ^ #12 1387. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #12 1387. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1387. from nsgui.h:34, #12 1387. from dispextern.h:137, #12 1387. from window.h:23, #12 1387. from nsmenu.m:29: #12 1387. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 42 | #if GS_EXPOSE(NSHost) #12 1387. | ^~~~~~~~~~~~~~~~~~~ #12 1388. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #12 1388. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 68 | #if GS_EXPOSE(NSHTTPCookie) #12 1388. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1388. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #12 1388. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #12 1388. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1388. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #12 1388. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 47 | #if GS_EXPOSE(NSIndexPath) #12 1388. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1388. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #12 1388. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 49 | #if GS_EXPOSE(NSIndexSet) #12 1388. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1388. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #12 1388. from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1388. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 52 | #if GS_EXPOSE(NSMethodSignature) #12 1388. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1388. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1388. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 38 | #if GS_EXPOSE(NSInvocation) #12 1388. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1388. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #12 1388. from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1388. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1388. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #12 1388. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #12 1388. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/Foundation/Foundation.h:99, #12 1388. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/Foundation/NSItemProviderReadingWriting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1388. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1388. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1388. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/Foundation/NSPropertyList.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/Foundation/NSPropertyList.h:68:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1388. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1388. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/Foundation/NSPropertyList.h:268:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 268 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1388. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 55 | #if GS_EXPOSE(NSKeyedArchiver) #12 1388. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1388. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:230:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 230 | #if GS_EXPOSE(NSKeyedUnarchiver) #12 1388. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1388. In file included from /usr/include/GNUstep/Foundation/Foundation.h:102, #12 1388. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/Foundation/NSKeyValueCoding.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/Foundation/Foundation.h:103, #12 1388. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:45:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:183:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/Foundation/Foundation.h:104, #12 1388. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/Foundation/NSLengthFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/Foundation/Foundation.h:105, #12 1388. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/Foundation/NSLinguisticTagger.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/Foundation/Foundation.h:107, #12 1388. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/Foundation/NSLocale.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/Foundation/NSLocale.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/Foundation/NSLocale.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/Foundation/NSLocale.h:103:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 103 | #if GS_EXPOSE(NSLocale) #12 1388. | ^~~~~~~~~~~~~~~~~~~~~ #12 1388. /usr/include/GNUstep/Foundation/NSLocale.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/Foundation/NSLocale.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/Foundation/NSLocale.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/Foundation/NSLocale.h:190:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 190 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/Foundation/NSLocale.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 196 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/Foundation/NSLocale.h:207:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/Foundation/NSLocale.h:236:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/Foundation/Foundation.h:109, #12 1388. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/Foundation/NSMeasurement.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/Foundation/Foundation.h:110, #12 1388. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #12 1388. from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1388. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1388. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 40 | #if GS_EXPOSE(NSMetadataItem) #12 1388. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1388. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 66 | #if GS_EXPOSE(NSMetadataQuery) #12 1388. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1388. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1388. | ^ #12 1388. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #12 1388. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1388. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #12 1388. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1388. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #12 1388. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 112 | #if GS_EXPOSE(NSNotificationQueue) #12 1388. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1388. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #12 1388. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1388. | ^ #12 1388. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1388. | ^ #12 1388. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 361 | #if GS_EXPOSE(NSNetService) #12 1388. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1388. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #12 1388. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1388. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #12 1388. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #12 1388. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 123 | #if GS_EXPOSE(NSNumberFormatter) #12 1388. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1388. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #12 1388. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #12 1388. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #12 1388. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #12 1388. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #12 1388. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #12 1388. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #12 1388. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 53 | #if GS_EXPOSE(NSPortCoder) #12 1388. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1388. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #12 1388. from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1388. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 77 | #if GS_EXPOSE(NSPort) #12 1388. | ^~~~~~~~~~~~~~~~~~~ #12 1388. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 202 | #if GS_EXPOSE(NSSocketPort) #12 1388. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1388. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 284 | #if GS_EXPOSE(NSMessagePort) #12 1388. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1388. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1388. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 47 | #if GS_EXPOSE(NSPortMessage) #12 1388. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1388. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #12 1388. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #12 1388. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1388. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #12 1388. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 53 | #if GS_EXPOSE(NSProgress) #12 1388. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1388. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #12 1388. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 40 | #if GS_EXPOSE(NSProtocolChecker) #12 1388. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1388. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #12 1388. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 91 | #if GS_EXPOSE(NSRegularExpression) #12 1388. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1388. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #12 1388. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 42 | #if GS_EXPOSE(NSScanner) #12 1388. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1388. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1388. | ^ #12 1388. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #12 1388. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #12 1388. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #12 1388. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #12 1388. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #12 1388. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #12 1388. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #12 1388. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #12 1388. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #12 1388. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #12 1388. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 48 | #if GS_EXPOSE(NSSortDescriptor) #12 1388. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1388. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #12 1388. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 58 | #if GS_EXPOSE(NSSpellServer) #12 1388. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1388. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1388. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #12 1388. from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1388. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1388. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 51 | #if GS_EXPOSE(NSTask) #12 1388. | ^~~~~~~~~~~~~~~~~~~ #12 1388. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #12 1388. from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1388. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #12 1388. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1388. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 59 | #if GS_EXPOSE(NSThread) #12 1388. | ^~~~~~~~~~~~~~~~~~~~~ #12 1388. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #12 1388. | ^ #12 1388. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #12 1388. | ^ #12 1388. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1388. | ^ #12 1388. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #12 1388. from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1388. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #12 1388. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1388. | ^ #12 1388. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #12 1388. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #12 1388. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 87 | #if GS_EXPOSE(NSUndoManager) #12 1388. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1388. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #12 1388. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #12 1388. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #12 1388. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #12 1388. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1388. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #12 1388. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 59 | #if GS_EXPOSE(NSCachedURLResponse) #12 1388. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1388. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 105 | #if GS_EXPOSE(NSURLCache) #12 1388. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1388. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #12 1388. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 48 | #if GS_EXPOSE(NSURLConnection) #12 1388. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1388. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #12 1388. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 56 | #if GS_EXPOSE(NSURLCredential) #12 1388. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1388. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #12 1388. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #12 1388. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1388. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #12 1388. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 49 | #if GS_EXPOSE(NSURLDownload) #12 1388. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1388. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #12 1388. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #12 1388. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #12 1388. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1388. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #12 1388. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 121 | #if GS_EXPOSE(NSURLProtocol) #12 1388. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1388. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #12 1388. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 92 | #if GS_EXPOSE(NSURLRequest) #12 1388. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1388. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #12 1388. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 49 | #if GS_EXPOSE(NSURLResponse) #12 1388. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1388. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #12 1388. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #12 1388. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 217 | #if GS_EXPOSE(NSUserDefaults) #12 1388. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1388. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #12 1388. | ^ #12 1388. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #12 1388. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #12 1388. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #12 1388. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #12 1388. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #12 1388. from /usr/include/GNUstep/Foundation/Foundation.h:184, #12 1388. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #12 1388. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #12 1388. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 72 | #if GS_EXPOSE(NSXMLParser) #12 1388. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1388. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #12 1388. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1388. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #12 1388. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1388. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1388. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1388. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1388. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1388. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1388. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1388. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #12 1388. from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1388. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1388. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1388. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1388. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1388. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1388. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1388. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1388. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1388. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1388. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #12 1388. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1388. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1388. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1388. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1388. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1388. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1388. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1388. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1388. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1388. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1388. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1388. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1388. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1388. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1388. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #12 1388. from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #12 1388. 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1388. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1388. /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #12 1388. 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1388. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1388. /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #12 1388. 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1388. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1388. /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #12 1388. 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1388. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1388. /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #12 1388. 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1388. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1388. /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #12 1388. 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1388. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1388. /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #12 1388. 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1388. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1388. /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #12 1388. 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1388. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1388. /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #12 1388. 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1388. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1388. /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #12 1388. 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1388. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1388. /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #12 1388. 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1388. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1388. /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #12 1388. 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1388. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1388. /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #12 1388. 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1388. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1388. /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #12 1388. 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1388. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1388. /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #12 1388. 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1388. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1388. /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #12 1388. 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1388. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1388. /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #12 1388. 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1388. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1388. /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #12 1388. 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1388. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1388. /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #12 1388. from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #12 1388. from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #12 1388. from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #12 1388. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #12 1388. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #12 1388. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #12 1388. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1388. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1388. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #12 1388. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #12 1388. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1388. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1388. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #12 1388. 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1388. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1388. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #12 1388. 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1388. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1388. In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #12 1388. from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #12 1388. from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #12 1388. 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1388. | ^~~~~~~~~~~~~~~~~~~~ #12 1388. In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #12 1388. 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1388. | ^~~~~~~~~~~~~~~~~~~~ #12 1388. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #12 1388. from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #12 1388. from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1388. | ^ #12 1388. In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #12 1388. from nsgui.h:34, #12 1388. from dispextern.h:137, #12 1388. from window.h:23, #12 1388. from nsmenu.m:29: #12 1388. /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1388. | ^ #12 1388. /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1388. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1388. | ^ #12 1389. In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #12 1389. from nsgui.h:34, #12 1389. from dispextern.h:137, #12 1389. from window.h:23, #12 1389. from nsmenu.m:29: #12 1389. /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1389. | ^ #12 1389. In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #12 1389. from nsgui.h:34, #12 1389. from dispextern.h:137, #12 1389. from window.h:23, #12 1389. from nsmenu.m:29: #12 1389. /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1389. | ^ #12 1389. In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #12 1389. from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1389. from nsgui.h:34, #12 1389. from dispextern.h:137, #12 1389. from window.h:23, #12 1389. from nsmenu.m:29: #12 1389. /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1389. | ^ #12 1389. In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1389. from nsgui.h:34, #12 1389. from dispextern.h:137, #12 1389. from window.h:23, #12 1389. from nsmenu.m:29: #12 1389. /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1389. | ^ #12 1389. In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #12 1389. from nsgui.h:34, #12 1389. from dispextern.h:137, #12 1389. from window.h:23, #12 1389. from nsmenu.m:29: #12 1389. /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1389. | ^ #12 1389. In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #12 1389. from nsgui.h:34, #12 1389. from dispextern.h:137, #12 1389. from window.h:23, #12 1389. from nsmenu.m:29: #12 1389. /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1389. | ^ #12 1389. In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #12 1389. from nsgui.h:34, #12 1389. from dispextern.h:137, #12 1389. from window.h:23, #12 1389. from nsmenu.m:29: #12 1389. /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1389. | ^ #12 1389. In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #12 1389. from nsgui.h:34, #12 1389. from dispextern.h:137, #12 1389. from window.h:23, #12 1389. from nsmenu.m:29: #12 1389. /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1389. | ^ #12 1389. In file included from nsgui.h:34, #12 1389. from dispextern.h:137, #12 1389. from window.h:23, #12 1389. from nsmenu.m:29: #12 1389. /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1389. | ^ #12 1389. In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #12 1389. from nsgui.h:34, #12 1389. from dispextern.h:137, #12 1389. from window.h:23, #12 1389. from nsmenu.m:29: #12 1389. /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1389. | ^ #12 1389. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1389. from nsgui.h:34, #12 1389. from dispextern.h:137, #12 1389. from window.h:23, #12 1389. from nsmenu.m:29: #12 1389. /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1389. | ^ #12 1389. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1389. from nsgui.h:34, #12 1389. from dispextern.h:137, #12 1389. from window.h:23, #12 1389. from nsmenu.m:29: #12 1389. /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1389. | ^ #12 1389. In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #12 1389. from nsgui.h:34, #12 1389. from dispextern.h:137, #12 1389. from window.h:23, #12 1389. from nsmenu.m:29: #12 1389. /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #12 1389. | ^ #12 1389. In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #12 1389. from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1389. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1389. from nsgui.h:34, #12 1389. from dispextern.h:137, #12 1389. from window.h:23, #12 1389. from nsmenu.m:29: #12 1389. /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1389. | ^ #12 1389. In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1389. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1389. from nsgui.h:34, #12 1389. from dispextern.h:137, #12 1389. from window.h:23, #12 1389. from nsmenu.m:29: #12 1389. /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1389. | ^ #12 1389. In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1389. from nsgui.h:34, #12 1389. from dispextern.h:137, #12 1389. from window.h:23, #12 1389. from nsmenu.m:29: #12 1389. /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1389. | ^ #12 1389. In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #12 1389. from nsgui.h:34, #12 1389. from dispextern.h:137, #12 1389. from window.h:23, #12 1389. from nsmenu.m:29: #12 1389. /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1389. | ^ #12 1389. In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #12 1389. from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1389. from nsgui.h:34, #12 1389. from dispextern.h:137, #12 1389. from window.h:23, #12 1389. from nsmenu.m:29: #12 1389. /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1389. | ^ #12 1389. In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1389. from nsgui.h:34, #12 1389. from dispextern.h:137, #12 1389. from window.h:23, #12 1389. from nsmenu.m:29: #12 1389. /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1389. | ^ #12 1389. In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #12 1389. from nsgui.h:34, #12 1389. from dispextern.h:137, #12 1389. from window.h:23, #12 1389. from nsmenu.m:29: #12 1389. /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1389. | ^ #12 1389. In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #12 1389. from nsgui.h:34, #12 1389. from dispextern.h:137, #12 1389. from window.h:23, #12 1389. from nsmenu.m:29: #12 1389. /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1389. | ^ #12 1389. In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #12 1389. from nsgui.h:34, #12 1389. from dispextern.h:137, #12 1389. from window.h:23, #12 1389. from nsmenu.m:29: #12 1389. /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1389. | ^ #12 1389. In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #12 1389. from nsgui.h:34, #12 1389. from dispextern.h:137, #12 1389. from window.h:23, #12 1389. from nsmenu.m:29: #12 1389. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1389. | ^ #12 1389. In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #12 1389. from nsgui.h:34, #12 1389. from dispextern.h:137, #12 1389. from window.h:23, #12 1389. from nsmenu.m:29: #12 1389. /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1389. | ^ #12 1389. In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #12 1389. from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1389. from nsgui.h:34, #12 1389. from dispextern.h:137, #12 1389. from window.h:23, #12 1389. from nsmenu.m:29: #12 1389. /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1389. | ^ #12 1389. In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1389. from nsgui.h:34, #12 1389. from dispextern.h:137, #12 1389. from window.h:23, #12 1389. from nsmenu.m:29: #12 1389. /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1389. | ^ #12 1389. In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #12 1389. from nsgui.h:34, #12 1389. from dispextern.h:137, #12 1389. from window.h:23, #12 1389. from nsmenu.m:29: #12 1389. /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1389. | ^ #12 1389. In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #12 1389. from nsgui.h:34, #12 1389. from dispextern.h:137, #12 1389. from window.h:23, #12 1389. from nsmenu.m:29: #12 1389. /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1389. | ^ #12 1389. In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #12 1389. from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1389. from nsgui.h:34, #12 1389. from dispextern.h:137, #12 1389. from window.h:23, #12 1389. from nsmenu.m:29: #12 1389. /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1389. | ^ #12 1389. In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1389. from nsgui.h:34, #12 1389. from dispextern.h:137, #12 1389. from window.h:23, #12 1389. from nsmenu.m:29: #12 1389. /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1389. | ^ #12 1389. In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #12 1389. from nsgui.h:34, #12 1389. from dispextern.h:137, #12 1389. from window.h:23, #12 1389. from nsmenu.m:29: #12 1389. /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1389. | ^ #12 1389. In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #12 1389. from nsgui.h:34, #12 1389. from dispextern.h:137, #12 1389. from window.h:23, #12 1389. from nsmenu.m:29: #12 1389. /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1389. | ^ #12 1389. In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #12 1389. from nsgui.h:34, #12 1389. from dispextern.h:137, #12 1389. from window.h:23, #12 1389. from nsmenu.m:29: #12 1389. /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1389. | ^ #12 1389. In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #12 1389. from nsgui.h:34, #12 1389. from dispextern.h:137, #12 1389. from window.h:23, #12 1389. from nsmenu.m:29: #12 1389. /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1389. | ^ #12 1389. In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #12 1389. from nsgui.h:34, #12 1389. from dispextern.h:137, #12 1389. from window.h:23, #12 1389. from nsmenu.m:29: #12 1389. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1389. | ^ #12 1389. In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #12 1389. from nsgui.h:34, #12 1389. from dispextern.h:137, #12 1389. from window.h:23, #12 1389. from nsmenu.m:29: #12 1389. /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1389. | ^ #12 1389. In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #12 1389. from nsgui.h:34, #12 1389. from dispextern.h:137, #12 1389. from window.h:23, #12 1389. from nsmenu.m:29: #12 1389. /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1389. | ^ #12 1389. In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #12 1389. from nsgui.h:34, #12 1389. from dispextern.h:137, #12 1389. from window.h:23, #12 1389. from nsmenu.m:29: #12 1389. /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1389. | ^ #12 1389. In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #12 1389. from nsgui.h:34, #12 1389. from dispextern.h:137, #12 1389. from window.h:23, #12 1389. from nsmenu.m:29: #12 1389. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1389. | ^ #12 1389. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #12 1389. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1389. from nsgui.h:34, #12 1389. from dispextern.h:137, #12 1389. from window.h:23, #12 1389. from nsmenu.m:29: #12 1389. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1389. | ^ #12 1389. In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #12 1389. from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1389. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1389. from nsgui.h:34, #12 1389. from dispextern.h:137, #12 1389. from window.h:23, #12 1389. from nsmenu.m:29: #12 1389. /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1389. | ^ #12 1389. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1389. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1389. from nsgui.h:34, #12 1389. from dispextern.h:137, #12 1389. from window.h:23, #12 1389. from nsmenu.m:29: #12 1389. /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1389. | ^ #12 1389. In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1389. from nsgui.h:34, #12 1389. from dispextern.h:137, #12 1389. from window.h:23, #12 1389. from nsmenu.m:29: #12 1389. /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1389. | ^ #12 1389. In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #12 1389. from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1389. from nsgui.h:34, #12 1389. from dispextern.h:137, #12 1389. from window.h:23, #12 1389. from nsmenu.m:29: #12 1389. /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1389. | ^ #12 1389. In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1389. from nsgui.h:34, #12 1389. from dispextern.h:137, #12 1389. from window.h:23, #12 1389. from nsmenu.m:29: #12 1389. /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1389. | ^ #12 1389. In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #12 1389. from nsgui.h:34, #12 1389. from dispextern.h:137, #12 1389. from window.h:23, #12 1389. from nsmenu.m:29: #12 1389. /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1389. | ^ #12 1389. In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #12 1389. from nsgui.h:34, #12 1389. from dispextern.h:137, #12 1389. from window.h:23, #12 1389. from nsmenu.m:29: #12 1389. /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1389. | ^ #12 1389. In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #12 1389. from nsgui.h:34, #12 1389. from dispextern.h:137, #12 1389. from window.h:23, #12 1389. from nsmenu.m:29: #12 1389. /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1389. | ^ #12 1389. In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #12 1389. from nsgui.h:34, #12 1389. from dispextern.h:137, #12 1389. from window.h:23, #12 1389. from nsmenu.m:29: #12 1389. /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1389. | ^ #12 1389. In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #12 1389. from nsgui.h:34, #12 1389. from dispextern.h:137, #12 1389. from window.h:23, #12 1389. from nsmenu.m:29: #12 1389. /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1389. | ^ #12 1389. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1389. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1389. from nsgui.h:34, #12 1389. from dispextern.h:137, #12 1389. from window.h:23, #12 1389. from nsmenu.m:29: #12 1389. /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1389. | ^ #12 1389. In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1389. from nsgui.h:34, #12 1389. from dispextern.h:137, #12 1389. from window.h:23, #12 1389. from nsmenu.m:29: #12 1389. /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1389. | ^ #12 1389. In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #12 1389. from nsgui.h:34, #12 1389. from dispextern.h:137, #12 1389. from window.h:23, #12 1389. from nsmenu.m:29: #12 1389. /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1389. | ^ #12 1389. In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #12 1389. from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1389. from nsgui.h:34, #12 1389. from dispextern.h:137, #12 1389. from window.h:23, #12 1389. from nsmenu.m:29: #12 1389. /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1389. | ^ #12 1389. In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1389. from nsgui.h:34, #12 1389. from dispextern.h:137, #12 1389. from window.h:23, #12 1389. from nsmenu.m:29: #12 1389. /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1389. | ^ #12 1389. In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #12 1389. from nsgui.h:34, #12 1389. from dispextern.h:137, #12 1389. from window.h:23, #12 1389. from nsmenu.m:29: #12 1389. /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1389. | ^ #12 1389. In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #12 1389. from nsgui.h:34, #12 1389. from dispextern.h:137, #12 1389. from window.h:23, #12 1389. from nsmenu.m:29: #12 1389. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1389. | ^ #12 1389. In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #12 1389. from nsgui.h:34, #12 1389. from dispextern.h:137, #12 1389. from window.h:23, #12 1389. from nsmenu.m:29: #12 1389. /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1389. | ^ #12 1389. In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #12 1389. from nsgui.h:34, #12 1389. from dispextern.h:137, #12 1389. from window.h:23, #12 1389. from nsmenu.m:29: #12 1389. /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1389. | ^ #12 1389. In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #12 1389. from nsgui.h:34, #12 1389. from dispextern.h:137, #12 1389. from window.h:23, #12 1389. from nsmenu.m:29: #12 1389. /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1389. | ^ #12 1389. In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #12 1389. from nsgui.h:34, #12 1389. from dispextern.h:137, #12 1389. from window.h:23, #12 1389. from nsmenu.m:29: #12 1389. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1389. | ^ #12 1389. In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #12 1389. from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1389. from nsgui.h:34, #12 1389. from dispextern.h:137, #12 1389. from window.h:23, #12 1389. from nsmenu.m:29: #12 1389. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1389. | ^ #12 1389. In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1389. from nsgui.h:34, #12 1389. from dispextern.h:137, #12 1389. from window.h:23, #12 1389. from nsmenu.m:29: #12 1389. /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1389. | ^ #12 1389. In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #12 1389. from nsgui.h:34, #12 1389. from dispextern.h:137, #12 1389. from window.h:23, #12 1389. from nsmenu.m:29: #12 1389. /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1389. | ^ #12 1389. In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #12 1389. from nsgui.h:34, #12 1389. from dispextern.h:137, #12 1389. from window.h:23, #12 1389. from nsmenu.m:29: #12 1389. /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1389. | ^ #12 1389. In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #12 1389. from nsgui.h:34, #12 1389. from dispextern.h:137, #12 1389. from window.h:23, #12 1389. from nsmenu.m:29: #12 1389. /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1389. | ^ #12 1389. In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #12 1389. from nsgui.h:34, #12 1389. from dispextern.h:137, #12 1389. from window.h:23, #12 1389. from nsmenu.m:29: #12 1389. /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1389. | ^ #12 1389. In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #12 1389. from nsgui.h:34, #12 1389. from dispextern.h:137, #12 1389. from window.h:23, #12 1389. from nsmenu.m:29: #12 1389. /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1389. | ^ #12 1389. In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #12 1389. from nsgui.h:34, #12 1389. from dispextern.h:137, #12 1389. from window.h:23, #12 1389. from nsmenu.m:29: #12 1389. /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1389. | ^ #12 1389. In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #12 1389. from nsgui.h:34, #12 1389. from dispextern.h:137, #12 1389. from window.h:23, #12 1389. from nsmenu.m:29: #12 1389. /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1389. | ^ #12 1389. In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #12 1389. from nsgui.h:34, #12 1389. from dispextern.h:137, #12 1389. from window.h:23, #12 1389. from nsmenu.m:29: #12 1389. /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #12 1389. 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1389. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1389. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1389. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1389. from nsgui.h:34, #12 1389. from dispextern.h:137, #12 1389. from window.h:23, #12 1389. from nsmenu.m:29: #12 1389. /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #12 1389. 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1389. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1389. In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #12 1389. from nsgui.h:34, #12 1389. from dispextern.h:137, #12 1389. from window.h:23, #12 1389. from nsmenu.m:29: #12 1389. /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1389. | ^ #12 1389. In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #12 1389. from nsgui.h:34, #12 1389. from dispextern.h:137, #12 1389. from window.h:23, #12 1389. from nsmenu.m:29: #12 1389. /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1389. | ^ #12 1389. In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #12 1389. from nsgui.h:34, #12 1389. from dispextern.h:137, #12 1389. from window.h:23, #12 1389. from nsmenu.m:29: #12 1389. /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1389. | ^ #12 1389. In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #12 1389. from nsgui.h:34, #12 1389. from dispextern.h:137, #12 1389. from window.h:23, #12 1389. from nsmenu.m:29: #12 1389. /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1389. | ^ #12 1389. In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #12 1389. from nsgui.h:34, #12 1389. from dispextern.h:137, #12 1389. from window.h:23, #12 1389. from nsmenu.m:29: #12 1389. /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1389. | ^ #12 1389. In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #12 1389. from nsgui.h:34, #12 1389. from dispextern.h:137, #12 1389. from window.h:23, #12 1389. from nsmenu.m:29: #12 1389. /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1389. | ^ #12 1389. In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #12 1389. from nsgui.h:34, #12 1389. from dispextern.h:137, #12 1389. from window.h:23, #12 1389. from nsmenu.m:29: #12 1389. /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1389. | ^ #12 1389. In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #12 1389. from nsgui.h:34, #12 1389. from dispextern.h:137, #12 1389. from window.h:23, #12 1389. from nsmenu.m:29: #12 1389. /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1389. | ^ #12 1389. In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #12 1389. from nsgui.h:34, #12 1389. from dispextern.h:137, #12 1389. from window.h:23, #12 1389. from nsmenu.m:29: #12 1389. /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1389. | ^ #12 1389. In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #12 1389. from nsgui.h:34, #12 1389. from dispextern.h:137, #12 1389. from window.h:23, #12 1389. from nsmenu.m:29: #12 1389. /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1389. | ^ #12 1389. In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #12 1389. from nsgui.h:34, #12 1389. from dispextern.h:137, #12 1389. from window.h:23, #12 1389. from nsmenu.m:29: #12 1389. /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1389. | ^ #12 1389. In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #12 1389. from nsgui.h:34, #12 1389. from dispextern.h:137, #12 1389. from window.h:23, #12 1389. from nsmenu.m:29: #12 1389. /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1389. | ^ #12 1389. In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #12 1389. from nsgui.h:34, #12 1389. from dispextern.h:137, #12 1389. from window.h:23, #12 1389. from nsmenu.m:29: #12 1389. /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1389. | ^ #12 1389. In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #12 1389. from nsgui.h:34, #12 1389. from dispextern.h:137, #12 1389. from window.h:23, #12 1389. from nsmenu.m:29: #12 1389. /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1389. | ^ #12 1389. In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #12 1389. from nsgui.h:34, #12 1389. from dispextern.h:137, #12 1389. from window.h:23, #12 1389. from nsmenu.m:29: #12 1389. /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1389. | ^ #12 1389. In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #12 1389. from nsgui.h:34, #12 1389. from dispextern.h:137, #12 1389. from window.h:23, #12 1389. from nsmenu.m:29: #12 1389. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1389. | ^ #12 1389. In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #12 1389. from nsgui.h:34, #12 1389. from dispextern.h:137, #12 1389. from window.h:23, #12 1389. from nsmenu.m:29: #12 1389. /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1389. | ^ #12 1389. In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #12 1389. from nsgui.h:34, #12 1389. from dispextern.h:137, #12 1389. from window.h:23, #12 1389. from nsmenu.m:29: #12 1389. /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1389. | ^ #12 1389. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1389. from nsgui.h:34, #12 1389. from dispextern.h:137, #12 1389. from window.h:23, #12 1389. from nsmenu.m:29: #12 1389. /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1389. 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1389. | ^ #12 1389. /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1389. 125 | __attribute__((unused)); #12 1389. | ^~~~~~~~~~~~~ #12 1389. /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1389. 129 | __attribute__((unused)); #12 1389. | ^~~~~~~~~~~~~ #12 1389. /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1389. 133 | __attribute__((unused)); #12 1389. | ^~~~~~~~~~~~~ #12 1389. /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1389. 214 | __attribute__((unused)); #12 1389. | ^~~~~~~~~~~~~ #12 1389. /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1389. 247 | __attribute__((unused)); #12 1389. | ^~~~~~~~~~~~~ #12 1389. /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1389. 251 | __attribute__((unused)); #12 1389. | ^~~~~~~~~~~~~ #12 1389. /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1389. 259 | __attribute__((unused)); #12 1389. | ^~~~~~~~~~~~~ #12 1389. /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1389. 263 | __attribute__((unused)); #12 1389. | ^~~~~~~~~~~~~ #12 1389. /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1389. 267 | __attribute__((unused)); #12 1389. | ^~~~~~~~~~~~~ #12 1389. /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1389. 271 | __attribute__((unused)); #12 1389. | ^~~~~~~~~~~~~ #12 1389. /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1389. 275 | __attribute__((unused)); #12 1389. | ^~~~~~~~~~~~~ #12 1389. /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1389. 287 | __attribute__((unused)); #12 1389. | ^~~~~~~~~~~~~ #12 1389. /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1389. 311 | __attribute__((unused)); #12 1389. | ^~~~~~~~~~~~~ #12 1389. /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1389. 323 | __attribute__((unused)); #12 1389. | ^~~~~~~~~~~~~ #12 1389. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1389. from nsgui.h:34, #12 1389. from dispextern.h:137, #12 1389. from window.h:23, #12 1389. from nsmenu.m:29: #12 1389. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1389. 493 | PSgsave() #12 1389. | ^~~~~~~ #12 1389. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #12 1389. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #12 1389. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1389. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1389. 499 | PSgrestore() #12 1389. | ^~~~~~~~~~ #12 1389. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #12 1389. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #12 1389. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1389. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1389. 505 | PSinitgraphics() #12 1389. | ^~~~~~~~~~~~~~ #12 1389. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #12 1389. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #12 1389. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1389. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1389. 622 | PSinitmatrix() #12 1389. | ^~~~~~~~~~~~ #12 1389. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #12 1389. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #12 1389. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1389. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1389. 669 | PSclip() #12 1389. | ^~~~~~ #12 1389. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #12 1389. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #12 1389. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1389. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1389. 675 | PSclosepath() #12 1389. | ^~~~~~~~~~~ #12 1389. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #12 1389. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #12 1389. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1389. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1389. 687 | PSeoclip() #12 1389. | ^~~~~~~~ #12 1389. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #12 1389. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #12 1389. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1389. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1389. 693 | PSeofill() #12 1389. | ^~~~~~~~ #12 1389. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #12 1389. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #12 1389. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1389. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1389. 699 | PSfill() #12 1389. | ^~~~~~ #12 1389. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #12 1389. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #12 1389. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1389. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1389. 705 | PSflattenpath() #12 1389. | ^~~~~~~~~~~~~ #12 1389. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #12 1389. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #12 1389. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1389. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1389. 711 | PSinitclip() #12 1389. | ^~~~~~~~~~ #12 1389. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #12 1389. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #12 1389. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1389. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1389. 729 | PSnewpath() #12 1389. | ^~~~~~~~~ #12 1389. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #12 1389. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #12 1389. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1389. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1389. 765 | PSreversepath() #12 1389. | ^~~~~~~~~~~~~ #12 1389. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #12 1389. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #12 1389. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1389. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1389. 783 | PSstroke() #12 1389. | ^~~~~~~~ #12 1389. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #12 1389. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #12 1389. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1389. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1389. 835 | PSWait() #12 1389. | ^~~~~~ #12 1389. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #12 1389. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #12 1398. CC nsselect.o #12 1398. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #12 1398. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #12 1399. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #12 1399. from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1399. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1399. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1399. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1399. from nsgui.h:34, #12 1399. from dispextern.h:137, #12 1399. from nsterm.h:22, #12 1399. from nsselect.m:31: #12 1399. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #12 1399. | ^ #12 1399. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1399. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1399. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1399. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1399. from nsgui.h:34, #12 1399. from dispextern.h:137, #12 1399. from nsterm.h:22, #12 1399. from nsselect.m:31: #12 1399. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #12 1399. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1399. | ^~~~~~~~~~~~~~~~~~~~ #12 1399. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #12 1399. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1399. | ^~~~~~~~~~~~~~~~~~~~ #12 1399. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1399. | ^ #12 1399. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #12 1399. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1399. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1399. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1399. from nsgui.h:34, #12 1399. from dispextern.h:137, #12 1399. from nsterm.h:22, #12 1399. from nsselect.m:31: #12 1399. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #12 1399. | ^ #12 1399. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1399. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1399. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1399. from nsgui.h:34, #12 1399. from dispextern.h:137, #12 1399. from nsterm.h:22, #12 1399. from nsselect.m:31: #12 1399. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1399. | ^ #12 1399. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #12 1399. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1399. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1399. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1399. from nsgui.h:34, #12 1399. from dispextern.h:137, #12 1399. from nsterm.h:22, #12 1399. from nsselect.m:31: #12 1399. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1399. | ^ #12 1399. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1399. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1399. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1399. from nsgui.h:34, #12 1399. from dispextern.h:137, #12 1399. from nsterm.h:22, #12 1399. from nsselect.m:31: #12 1399. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1399. | ^ #12 1399. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #12 1399. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1399. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1399. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1399. from nsgui.h:34, #12 1399. from dispextern.h:137, #12 1399. from nsterm.h:22, #12 1399. from nsselect.m:31: #12 1399. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1399. | ^ #12 1399. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1399. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1399. from nsgui.h:34, #12 1399. from dispextern.h:137, #12 1399. from nsterm.h:22, #12 1399. from nsselect.m:31: #12 1399. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1399. | ^ #12 1399. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1399. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1399. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1399. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1399. from nsgui.h:34, #12 1399. from dispextern.h:137, #12 1399. from nsterm.h:22, #12 1399. from nsselect.m:31: #12 1399. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 88 | #if GS_API_VERSION(0,011500) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1399. | ^ #12 1399. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #12 1399. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1399. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1399. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1399. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1399. from nsgui.h:34, #12 1399. from dispextern.h:137, #12 1399. from nsterm.h:22, #12 1399. from nsselect.m:31: #12 1399. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1399. | ^ #12 1399. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1399. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1399. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1399. from nsgui.h:34, #12 1399. from dispextern.h:137, #12 1399. from nsterm.h:22, #12 1399. from nsselect.m:31: #12 1399. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #12 1399. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1399. | ^~~~~~~~~~ #12 1399. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1399. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1399. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1399. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1399. from nsgui.h:34, #12 1399. from dispextern.h:137, #12 1399. from nsterm.h:22, #12 1399. from nsselect.m:31: #12 1399. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #12 1399. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1399. | ^~~~~~~~~~ #12 1399. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #12 1399. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1399. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1399. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1399. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1399. from nsgui.h:34, #12 1399. from dispextern.h:137, #12 1399. from nsterm.h:22, #12 1399. from nsselect.m:31: #12 1399. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1399. | ^ #12 1399. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1399. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1399. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1399. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1399. from nsgui.h:34, #12 1399. from dispextern.h:137, #12 1399. from nsterm.h:22, #12 1399. from nsselect.m:31: #12 1399. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1399. | ^ #12 1399. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #12 1399. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1399. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1399. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1399. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1399. from nsgui.h:34, #12 1399. from dispextern.h:137, #12 1399. from nsterm.h:22, #12 1399. from nsselect.m:31: #12 1399. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1399. | ^ #12 1399. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #12 1399. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1399. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1399. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1399. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1399. from nsgui.h:34, #12 1399. from dispextern.h:137, #12 1399. from nsterm.h:22, #12 1399. from nsselect.m:31: #12 1399. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1399. | ^ #12 1399. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1399. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1399. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1399. from nsgui.h:34, #12 1399. from dispextern.h:137, #12 1399. from nsterm.h:22, #12 1399. from nsselect.m:31: #12 1399. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1399. | ^ #12 1399. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1399. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1399. from nsgui.h:34, #12 1399. from dispextern.h:137, #12 1399. from nsterm.h:22, #12 1399. from nsselect.m:31: #12 1399. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 46 | #if GS_EXPOSE(NSAffineTransform) #12 1399. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1399. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #12 1399. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1399. from nsgui.h:34, #12 1399. from dispextern.h:137, #12 1399. from nsterm.h:22, #12 1399. from nsselect.m:31: #12 1399. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1399. | ^ #12 1399. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #12 1399. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1399. from nsgui.h:34, #12 1399. from dispextern.h:137, #12 1399. from nsterm.h:22, #12 1399. from nsselect.m:31: #12 1399. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1399. | ^ #12 1399. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #12 1399. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1399. from nsgui.h:34, #12 1399. from dispextern.h:137, #12 1399. from nsterm.h:22, #12 1399. from nsselect.m:31: #12 1399. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1399. | ^ #12 1399. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #12 1399. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1399. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1399. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1399. from nsgui.h:34, #12 1399. from dispextern.h:137, #12 1399. from nsterm.h:22, #12 1399. from nsselect.m:31: #12 1399. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1399. | ^ #12 1399. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1399. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1399. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1399. from nsgui.h:34, #12 1399. from dispextern.h:137, #12 1399. from nsterm.h:22, #12 1399. from nsselect.m:31: #12 1399. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1399. | ^ #12 1399. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1399. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1399. from nsgui.h:34, #12 1399. from dispextern.h:137, #12 1399. from nsterm.h:22, #12 1399. from nsselect.m:31: #12 1399. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 45 | #if GS_EXPOSE(NSArchiver) #12 1399. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1399. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 164 | #if GS_EXPOSE(NSUnarchiver) #12 1399. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1399. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1399. | ^ #12 1399. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1399. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1399. from nsgui.h:34, #12 1399. from dispextern.h:137, #12 1399. from nsterm.h:22, #12 1399. from nsselect.m:31: #12 1399. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1399. | ^ #12 1399. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #12 1399. from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1399. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1399. from nsgui.h:34, #12 1399. from dispextern.h:137, #12 1399. from nsterm.h:22, #12 1399. from nsselect.m:31: #12 1399. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1399. | ^ #12 1399. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1399. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1399. from nsgui.h:34, #12 1399. from dispextern.h:137, #12 1399. from nsterm.h:22, #12 1399. from nsselect.m:31: #12 1399. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1399. | ^ #12 1399. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #12 1399. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1399. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1399. from nsgui.h:34, #12 1399. from dispextern.h:137, #12 1399. from nsterm.h:22, #12 1399. from nsselect.m:31: #12 1399. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1399. | ^ #12 1399. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #12 1399. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1399. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1399. from nsgui.h:34, #12 1399. from dispextern.h:137, #12 1399. from nsterm.h:22, #12 1399. from nsselect.m:31: #12 1399. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1399. | ^ #12 1399. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #12 1399. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1399. from nsgui.h:34, #12 1399. from dispextern.h:137, #12 1399. from nsterm.h:22, #12 1399. from nsselect.m:31: #12 1399. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #12 1399. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1399. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1399. | ^ #12 1399. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #12 1399. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1399. from nsgui.h:34, #12 1399. from dispextern.h:137, #12 1399. from nsterm.h:22, #12 1399. from nsselect.m:31: #12 1399. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1399. | ^ #12 1399. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1399. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1399. from nsgui.h:34, #12 1399. from dispextern.h:137, #12 1399. from nsterm.h:22, #12 1399. from nsselect.m:31: #12 1399. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 114 | #if GS_EXPOSE(NSBundle) #12 1399. | ^~~~~~~~~~~~~~~~~~~~~ #12 1399. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1399. | ^ #12 1399. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #12 1399. from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1399. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1399. from nsgui.h:34, #12 1399. from dispextern.h:137, #12 1399. from nsterm.h:22, #12 1399. from nsselect.m:31: #12 1399. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1399. | ^ #12 1399. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #12 1399. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1399. from nsgui.h:34, #12 1399. from dispextern.h:137, #12 1399. from nsterm.h:22, #12 1399. from nsselect.m:31: #12 1399. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 43 | #if GS_EXPOSE(NSCache) #12 1399. | ^~~~~~~~~~~~~~~~~~~~ #12 1399. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #12 1399. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1399. from nsgui.h:34, #12 1399. from dispextern.h:137, #12 1399. from nsterm.h:22, #12 1399. from nsselect.m:31: #12 1399. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1399. | ^ #12 1399. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1399. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1399. from nsgui.h:34, #12 1399. from dispextern.h:137, #12 1399. from nsterm.h:22, #12 1399. from nsselect.m:31: #12 1399. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 37 | #if GS_EXPOSE(NSCalendarDate) #12 1399. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1399. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1399. | ^ #12 1399. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #12 1399. from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1399. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1399. from nsgui.h:34, #12 1399. from dispextern.h:137, #12 1399. from nsterm.h:22, #12 1399. from nsselect.m:31: #12 1399. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1399. | ^ #12 1399. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #12 1399. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1399. from nsgui.h:34, #12 1399. from dispextern.h:137, #12 1399. from nsterm.h:22, #12 1399. from nsselect.m:31: #12 1399. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1399. | ^ #12 1399. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #12 1399. from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1399. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1399. from nsgui.h:34, #12 1399. from dispextern.h:137, #12 1399. from nsterm.h:22, #12 1399. from nsselect.m:31: #12 1399. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 113 | #if GS_EXPOSE(NSException) #12 1399. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1399. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1399. 303 | NSGetUncaughtExceptionHandler(); #12 1399. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1399. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1399. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1399. from nsgui.h:34, #12 1399. from dispextern.h:137, #12 1399. from nsterm.h:22, #12 1399. from nsselect.m:31: #12 1399. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1399. | ^ #12 1399. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1399. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1399. from nsgui.h:34, #12 1399. from dispextern.h:137, #12 1399. from nsterm.h:22, #12 1399. from nsselect.m:31: #12 1399. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1399. | ^ #12 1399. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #12 1399. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1399. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1399. from nsgui.h:34, #12 1399. from dispextern.h:137, #12 1399. from nsterm.h:22, #12 1399. from nsselect.m:31: #12 1399. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 53 | #if GS_EXPOSE(NSExpression) #12 1399. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1399. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #12 1399. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1399. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1399. from nsgui.h:34, #12 1399. from dispextern.h:137, #12 1399. from nsterm.h:22, #12 1399. from nsselect.m:31: #12 1399. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1399. | ^ #12 1399. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1399. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1399. from nsgui.h:34, #12 1399. from dispextern.h:137, #12 1399. from nsterm.h:22, #12 1399. from nsselect.m:31: #12 1399. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 74 | #if GS_EXPOSE(NSComparisonPredicate) #12 1399. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1399. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #12 1399. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1399. from nsgui.h:34, #12 1399. from dispextern.h:137, #12 1399. from nsterm.h:22, #12 1399. from nsselect.m:31: #12 1399. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 47 | #if GS_EXPOSE(NSCompoundPredicate) #12 1399. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1399. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #12 1399. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1399. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1399. from nsgui.h:34, #12 1399. from dispextern.h:137, #12 1399. from nsterm.h:22, #12 1399. from nsselect.m:31: #12 1399. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 47 | #if GS_EXPOSE(NSTimer) #12 1399. | ^~~~~~~~~~~~~~~~~~~~ #12 1399. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1399. | ^ #12 1399. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #12 1399. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #12 1399. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1399. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1399. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1399. from nsgui.h:34, #12 1399. from dispextern.h:137, #12 1399. from nsterm.h:22, #12 1399. from nsselect.m:31: #12 1399. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1399. | ^ #12 1399. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1399. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1399. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1399. from nsgui.h:34, #12 1399. from dispextern.h:137, #12 1399. from nsterm.h:22, #12 1399. from nsselect.m:31: #12 1399. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 46 | #if GS_EXPOSE(NSRunLoop) #12 1399. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1399. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1399. | ^ #12 1399. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1399. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1399. from nsgui.h:34, #12 1399. from dispextern.h:137, #12 1399. from nsterm.h:22, #12 1399. from nsselect.m:31: #12 1399. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1399. | ^ #12 1399. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #12 1399. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1399. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1399. from nsgui.h:34, #12 1399. from dispextern.h:137, #12 1399. from nsterm.h:22, #12 1399. from nsselect.m:31: #12 1399. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1399. | ^ #12 1399. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1399. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1399. from nsgui.h:34, #12 1399. from dispextern.h:137, #12 1399. from nsterm.h:22, #12 1399. from nsselect.m:31: #12 1399. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1399. | ^ #12 1399. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #12 1399. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1399. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1399. from nsgui.h:34, #12 1399. from dispextern.h:137, #12 1399. from nsterm.h:22, #12 1399. from nsselect.m:31: #12 1399. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1399. | ^ #12 1399. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #12 1399. from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1399. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1399. from nsgui.h:34, #12 1399. from dispextern.h:137, #12 1399. from nsterm.h:22, #12 1399. from nsselect.m:31: #12 1399. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1399. | ^ #12 1399. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1399. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1399. from nsgui.h:34, #12 1399. from dispextern.h:137, #12 1399. from nsterm.h:22, #12 1399. from nsselect.m:31: #12 1399. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #12 1399. | ^ #12 1399. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #12 1399. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1399. from nsgui.h:34, #12 1399. from dispextern.h:137, #12 1399. from nsterm.h:22, #12 1399. from nsselect.m:31: #12 1399. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 127 | #if GS_EXPOSE(NSDateFormatter) #12 1399. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1399. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1399. | ^ #12 1399. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #12 1399. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1399. from nsgui.h:34, #12 1399. from dispextern.h:137, #12 1399. from nsterm.h:22, #12 1399. from nsselect.m:31: #12 1399. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1399. | ^ #12 1399. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #12 1399. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1399. from nsgui.h:34, #12 1399. from dispextern.h:137, #12 1399. from nsterm.h:22, #12 1399. from nsselect.m:31: #12 1399. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1399. | ^ #12 1399. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1399. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1399. from nsgui.h:34, #12 1399. from dispextern.h:137, #12 1399. from nsterm.h:22, #12 1399. from nsselect.m:31: #12 1399. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1399. | ^ #12 1399. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #12 1399. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1399. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1399. from nsgui.h:34, #12 1399. from dispextern.h:137, #12 1399. from nsterm.h:22, #12 1399. from nsselect.m:31: #12 1399. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1399. | ^ #12 1399. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1399. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1399. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1399. from nsgui.h:34, #12 1399. from dispextern.h:137, #12 1399. from nsterm.h:22, #12 1399. from nsselect.m:31: #12 1399. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1399. | ^ #12 1399. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #12 1399. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1399. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1399. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1399. from nsgui.h:34, #12 1399. from dispextern.h:137, #12 1399. from nsterm.h:22, #12 1399. from nsselect.m:31: #12 1399. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1399. | ^ #12 1399. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1399. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1399. from nsgui.h:34, #12 1399. from dispextern.h:137, #12 1399. from nsterm.h:22, #12 1399. from nsselect.m:31: #12 1399. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #12 1399. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1399. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 192 | #if GS_EXPOSE(NSDecimalNumber) #12 1399. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1399. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #12 1399. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1399. from nsgui.h:34, #12 1399. from dispextern.h:137, #12 1399. from nsterm.h:22, #12 1399. from nsselect.m:31: #12 1399. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 40 | #if GS_EXPOSE(NSDistantObject) #12 1399. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1399. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #12 1399. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1399. from nsgui.h:34, #12 1399. from dispextern.h:137, #12 1399. from nsterm.h:22, #12 1399. from nsselect.m:31: #12 1399. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 41 | #if GS_EXPOSE(NSDistributedLock) #12 1399. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1399. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1399. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1399. from nsgui.h:34, #12 1399. from dispextern.h:137, #12 1399. from nsterm.h:22, #12 1399. from nsselect.m:31: #12 1399. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1399. | ^ #12 1399. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1399. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1399. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1399. from nsgui.h:34, #12 1399. from dispextern.h:137, #12 1399. from nsterm.h:22, #12 1399. from nsselect.m:31: #12 1399. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 74 | #if GS_EXPOSE(NSLock) #12 1399. | ^~~~~~~~~~~~~~~~~~~ #12 1399. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 125 | #if GS_EXPOSE(NSCondition) #12 1399. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1399. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 175 | #if GS_EXPOSE(NSConditionLock) #12 1399. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1399. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 275 | #if GS_EXPOSE(NSRecursiveLock) #12 1399. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1399. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1399. | ^ #12 1399. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #12 1399. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1399. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1399. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1399. from nsgui.h:34, #12 1399. from dispextern.h:137, #12 1399. from nsterm.h:22, #12 1399. from nsselect.m:31: #12 1399. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1399. | ^ #12 1399. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #12 1399. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1399. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1399. from nsgui.h:34, #12 1399. from dispextern.h:137, #12 1399. from nsterm.h:22, #12 1399. from nsselect.m:31: #12 1399. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 71 | #if GS_EXPOSE(NSNotificationCenter) #12 1399. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1399. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1399. | ^ #12 1399. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1399. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1399. from nsgui.h:34, #12 1399. from dispextern.h:137, #12 1399. from nsterm.h:22, #12 1399. from nsselect.m:31: #12 1399. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #12 1399. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1399. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #12 1399. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1399. from nsgui.h:34, #12 1399. from dispextern.h:137, #12 1399. from nsterm.h:22, #12 1399. from nsselect.m:31: #12 1399. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1399. | ^ #12 1399. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #12 1399. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1399. from nsgui.h:34, #12 1399. from dispextern.h:137, #12 1399. from nsterm.h:22, #12 1399. from nsselect.m:31: #12 1399. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 134 | #if GS_EXPOSE(NSError) #12 1399. | ^~~~~~~~~~~~~~~~~~~~ #12 1399. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1399. | ^ #12 1399. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #12 1399. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1399. from nsgui.h:34, #12 1399. from dispextern.h:137, #12 1399. from nsterm.h:22, #12 1399. from nsselect.m:31: #12 1399. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1399. | ^ #12 1399. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #12 1399. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1399. from nsgui.h:34, #12 1399. from dispextern.h:137, #12 1399. from nsterm.h:22, #12 1399. from nsselect.m:31: #12 1399. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1399. | ^ #12 1399. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #12 1399. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1399. from nsgui.h:34, #12 1399. from dispextern.h:137, #12 1399. from nsterm.h:22, #12 1399. from nsselect.m:31: #12 1399. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1399. | ^ #12 1399. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #12 1399. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1399. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1399. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1399. from nsgui.h:34, #12 1399. from dispextern.h:137, #12 1399. from nsterm.h:22, #12 1399. from nsselect.m:31: #12 1399. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 182 | #if GS_EXPOSE(NSURLHandle) #12 1399. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1399. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1399. | ^ #12 1399. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1399. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1399. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1399. from nsgui.h:34, #12 1399. from dispextern.h:137, #12 1399. from nsterm.h:22, #12 1399. from nsselect.m:31: #12 1399. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 73 | #if GS_EXPOSE(NSURL) #12 1399. | ^~~~~~~~~~~~~~~~~~ #12 1399. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1399. | ^ #12 1399. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #12 1399. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1399. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1399. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1399. from nsgui.h:34, #12 1399. from dispextern.h:137, #12 1399. from nsterm.h:22, #12 1399. from nsselect.m:31: #12 1399. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1399. | ^ #12 1399. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1399. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1399. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1399. from nsgui.h:34, #12 1399. from dispextern.h:137, #12 1399. from nsterm.h:22, #12 1399. from nsselect.m:31: #12 1399. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 599 | #if GS_EXPOSE(NSURLQueryItem) #12 1399. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1399. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 633 | #if GS_EXPOSE(NSURLComponents) #12 1399. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1399. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1399. | ^ #12 1399. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1399. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1399. from nsgui.h:34, #12 1399. from dispextern.h:137, #12 1399. from nsterm.h:22, #12 1399. from nsselect.m:31: #12 1399. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1399. | ^ #12 1399. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1399. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1399. from nsgui.h:34, #12 1399. from dispextern.h:137, #12 1399. from nsterm.h:22, #12 1399. from nsselect.m:31: #12 1399. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 160 | #if GS_EXPOSE(NSPipe) #12 1399. | ^~~~~~~~~~~~~~~~~~~ #12 1399. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1399. | ^ #12 1399. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #12 1399. from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1399. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1399. from nsgui.h:34, #12 1399. from dispextern.h:137, #12 1399. from nsterm.h:22, #12 1399. from nsselect.m:31: #12 1399. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1399. | ^ #12 1399. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1399. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1399. from nsgui.h:34, #12 1399. from dispextern.h:137, #12 1399. from nsterm.h:22, #12 1399. from nsselect.m:31: #12 1399. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1399. | ^ #12 1399. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #12 1399. from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1399. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1399. from nsgui.h:34, #12 1399. from dispextern.h:137, #12 1399. from nsterm.h:22, #12 1399. from nsselect.m:31: #12 1399. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1399. | ^ #12 1399. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1399. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1399. from nsgui.h:34, #12 1399. from dispextern.h:137, #12 1399. from nsterm.h:22, #12 1399. from nsselect.m:31: #12 1399. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 215 | #if GS_EXPOSE(NSFileManager) #12 1399. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1399. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #12 1399. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1399. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1399. | ^ #12 1399. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #12 1399. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1399. from nsgui.h:34, #12 1399. from dispextern.h:137, #12 1399. from nsterm.h:22, #12 1399. from nsselect.m:31: #12 1399. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1399. | ^ #12 1399. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #12 1399. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1399. from nsgui.h:34, #12 1399. from dispextern.h:137, #12 1399. from nsterm.h:22, #12 1399. from nsselect.m:31: #12 1399. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1399. | ^ #12 1399. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #12 1399. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1399. from nsgui.h:34, #12 1399. from dispextern.h:137, #12 1399. from nsterm.h:22, #12 1399. from nsselect.m:31: #12 1399. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1399. | ^ #12 1399. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #12 1399. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1399. from nsgui.h:34, #12 1399. from dispextern.h:137, #12 1399. from nsterm.h:22, #12 1399. from nsselect.m:31: #12 1399. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1399. | ^ #12 1399. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #12 1399. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1399. from nsgui.h:34, #12 1399. from dispextern.h:137, #12 1399. from nsterm.h:22, #12 1399. from nsselect.m:31: #12 1399. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1399. | ^ #12 1399. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #12 1399. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1399. from nsgui.h:34, #12 1399. from dispextern.h:137, #12 1399. from nsterm.h:22, #12 1399. from nsselect.m:31: #12 1399. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 42 | #if GS_EXPOSE(NSHost) #12 1399. | ^~~~~~~~~~~~~~~~~~~ #12 1399. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1399. | ^ #12 1399. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #12 1399. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1399. from nsgui.h:34, #12 1399. from dispextern.h:137, #12 1399. from nsterm.h:22, #12 1399. from nsselect.m:31: #12 1399. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 68 | #if GS_EXPOSE(NSHTTPCookie) #12 1399. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1399. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1399. | ^ #12 1399. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #12 1399. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1399. from nsgui.h:34, #12 1399. from dispextern.h:137, #12 1399. from nsterm.h:22, #12 1399. from nsselect.m:31: #12 1399. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #12 1399. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1399. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #12 1399. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1399. from nsgui.h:34, #12 1399. from dispextern.h:137, #12 1399. from nsterm.h:22, #12 1399. from nsselect.m:31: #12 1399. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 47 | #if GS_EXPOSE(NSIndexPath) #12 1399. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1399. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #12 1399. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1399. from nsgui.h:34, #12 1399. from dispextern.h:137, #12 1399. from nsterm.h:22, #12 1399. from nsselect.m:31: #12 1399. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 49 | #if GS_EXPOSE(NSIndexSet) #12 1399. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1399. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1399. | ^ #12 1399. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #12 1399. from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1399. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1399. from nsgui.h:34, #12 1399. from dispextern.h:137, #12 1399. from nsterm.h:22, #12 1399. from nsselect.m:31: #12 1399. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 52 | #if GS_EXPOSE(NSMethodSignature) #12 1399. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1399. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1399. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1399. from nsgui.h:34, #12 1399. from dispextern.h:137, #12 1399. from nsterm.h:22, #12 1399. from nsselect.m:31: #12 1399. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 38 | #if GS_EXPOSE(NSInvocation) #12 1399. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1399. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1399. | ^ #12 1399. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #12 1399. from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1399. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1399. from nsgui.h:34, #12 1399. from dispextern.h:137, #12 1399. from nsterm.h:22, #12 1399. from nsselect.m:31: #12 1399. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1399. | ^ #12 1399. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1399. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1399. from nsgui.h:34, #12 1399. from dispextern.h:137, #12 1399. from nsterm.h:22, #12 1399. from nsselect.m:31: #12 1399. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1399. | ^ #12 1399. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #12 1399. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1399. from nsgui.h:34, #12 1399. from dispextern.h:137, #12 1399. from nsterm.h:22, #12 1399. from nsselect.m:31: #12 1399. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1399. | ^ #12 1399. In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #12 1399. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1399. from nsgui.h:34, #12 1399. from dispextern.h:137, #12 1399. from nsterm.h:22, #12 1399. from nsselect.m:31: #12 1399. /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1399. | ^ #12 1399. In file included from /usr/include/GNUstep/Foundation/Foundation.h:99, #12 1399. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1399. from nsgui.h:34, #12 1399. from dispextern.h:137, #12 1399. from nsterm.h:22, #12 1399. from nsselect.m:31: #12 1399. /usr/include/GNUstep/Foundation/NSItemProviderReadingWriting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1399. | ^ #12 1399. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1399. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1399. from nsgui.h:34, #12 1399. from dispextern.h:137, #12 1399. from nsterm.h:22, #12 1399. from nsselect.m:31: #12 1399. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1399. | ^ #12 1399. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1399. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1399. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1399. from nsgui.h:34, #12 1399. from dispextern.h:137, #12 1399. from nsterm.h:22, #12 1399. from nsselect.m:31: #12 1399. /usr/include/GNUstep/Foundation/NSPropertyList.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSPropertyList.h:68:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1399. | ^ #12 1399. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1399. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1399. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1399. from nsgui.h:34, #12 1399. from dispextern.h:137, #12 1399. from nsterm.h:22, #12 1399. from nsselect.m:31: #12 1399. /usr/include/GNUstep/Foundation/NSPropertyList.h:268:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 268 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1399. | ^ #12 1399. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1399. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1399. from nsgui.h:34, #12 1399. from dispextern.h:137, #12 1399. from nsterm.h:22, #12 1399. from nsselect.m:31: #12 1399. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 55 | #if GS_EXPOSE(NSKeyedArchiver) #12 1399. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1399. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:230:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 230 | #if GS_EXPOSE(NSKeyedUnarchiver) #12 1399. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1399. In file included from /usr/include/GNUstep/Foundation/Foundation.h:102, #12 1399. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1399. from nsgui.h:34, #12 1399. from dispextern.h:137, #12 1399. from nsterm.h:22, #12 1399. from nsselect.m:31: #12 1399. /usr/include/GNUstep/Foundation/NSKeyValueCoding.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1399. | ^ #12 1399. In file included from /usr/include/GNUstep/Foundation/Foundation.h:103, #12 1399. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1399. from nsgui.h:34, #12 1399. from dispextern.h:137, #12 1399. from nsterm.h:22, #12 1399. from nsselect.m:31: #12 1399. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:45:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:183:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1399. | ^ #12 1399. In file included from /usr/include/GNUstep/Foundation/Foundation.h:104, #12 1399. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1399. from nsgui.h:34, #12 1399. from dispextern.h:137, #12 1399. from nsterm.h:22, #12 1399. from nsselect.m:31: #12 1399. /usr/include/GNUstep/Foundation/NSLengthFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1399. | ^ #12 1399. In file included from /usr/include/GNUstep/Foundation/Foundation.h:105, #12 1399. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1399. from nsgui.h:34, #12 1399. from dispextern.h:137, #12 1399. from nsterm.h:22, #12 1399. from nsselect.m:31: #12 1399. /usr/include/GNUstep/Foundation/NSLinguisticTagger.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1399. | ^ #12 1399. In file included from /usr/include/GNUstep/Foundation/Foundation.h:107, #12 1399. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1399. from nsgui.h:34, #12 1399. from dispextern.h:137, #12 1399. from nsterm.h:22, #12 1399. from nsselect.m:31: #12 1399. /usr/include/GNUstep/Foundation/NSLocale.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSLocale.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSLocale.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSLocale.h:103:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 103 | #if GS_EXPOSE(NSLocale) #12 1399. | ^~~~~~~~~~~~~~~~~~~~~ #12 1399. /usr/include/GNUstep/Foundation/NSLocale.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSLocale.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSLocale.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSLocale.h:190:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 190 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSLocale.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 196 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSLocale.h:207:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSLocale.h:236:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1399. | ^ #12 1399. In file included from /usr/include/GNUstep/Foundation/Foundation.h:109, #12 1399. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1399. from nsgui.h:34, #12 1399. from dispextern.h:137, #12 1399. from nsterm.h:22, #12 1399. from nsselect.m:31: #12 1399. /usr/include/GNUstep/Foundation/NSMeasurement.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1399. | ^ #12 1399. In file included from /usr/include/GNUstep/Foundation/Foundation.h:110, #12 1399. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1399. from nsgui.h:34, #12 1399. from dispextern.h:137, #12 1399. from nsterm.h:22, #12 1399. from nsselect.m:31: #12 1399. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1399. | ^ #12 1399. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #12 1399. from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1399. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1399. from nsgui.h:34, #12 1399. from dispextern.h:137, #12 1399. from nsterm.h:22, #12 1399. from nsselect.m:31: #12 1399. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1399. | ^ #12 1399. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1399. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1399. from nsgui.h:34, #12 1399. from dispextern.h:137, #12 1399. from nsterm.h:22, #12 1399. from nsselect.m:31: #12 1399. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 40 | #if GS_EXPOSE(NSMetadataItem) #12 1399. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1399. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 66 | #if GS_EXPOSE(NSMetadataQuery) #12 1399. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1399. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #12 1399. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1399. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #12 1399. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1399. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #12 1399. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1399. from nsgui.h:34, #12 1399. from dispextern.h:137, #12 1399. from nsterm.h:22, #12 1399. from nsselect.m:31: #12 1399. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 112 | #if GS_EXPOSE(NSNotificationQueue) #12 1399. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1399. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #12 1399. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1399. from nsgui.h:34, #12 1399. from dispextern.h:137, #12 1399. from nsterm.h:22, #12 1399. from nsselect.m:31: #12 1399. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 361 | #if GS_EXPOSE(NSNetService) #12 1399. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1399. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #12 1399. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1399. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #12 1399. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1399. from nsgui.h:34, #12 1399. from dispextern.h:137, #12 1399. from nsterm.h:22, #12 1399. from nsselect.m:31: #12 1399. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1399. | ^ #12 1399. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #12 1399. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1399. from nsgui.h:34, #12 1399. from dispextern.h:137, #12 1399. from nsterm.h:22, #12 1399. from nsselect.m:31: #12 1399. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1399. | ^ #12 1399. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1399. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1399. | ^ #12 1400. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 123 | #if GS_EXPOSE(NSNumberFormatter) #12 1400. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1400. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1400. | ^ #12 1400. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #12 1400. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1400. from nsgui.h:34, #12 1400. from dispextern.h:137, #12 1400. from nsterm.h:22, #12 1400. from nsselect.m:31: #12 1400. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1400. | ^ #12 1400. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #12 1400. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1400. from nsgui.h:34, #12 1400. from dispextern.h:137, #12 1400. from nsterm.h:22, #12 1400. from nsselect.m:31: #12 1400. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1400. | ^ #12 1400. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #12 1400. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1400. from nsgui.h:34, #12 1400. from dispextern.h:137, #12 1400. from nsterm.h:22, #12 1400. from nsselect.m:31: #12 1400. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1400. | ^ #12 1400. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #12 1400. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1400. from nsgui.h:34, #12 1400. from dispextern.h:137, #12 1400. from nsterm.h:22, #12 1400. from nsselect.m:31: #12 1400. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1400. | ^ #12 1400. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #12 1400. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1400. from nsgui.h:34, #12 1400. from dispextern.h:137, #12 1400. from nsterm.h:22, #12 1400. from nsselect.m:31: #12 1400. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1400. | ^ #12 1400. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #12 1400. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1400. from nsgui.h:34, #12 1400. from dispextern.h:137, #12 1400. from nsterm.h:22, #12 1400. from nsselect.m:31: #12 1400. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1400. | ^ #12 1400. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #12 1400. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1400. from nsgui.h:34, #12 1400. from dispextern.h:137, #12 1400. from nsterm.h:22, #12 1400. from nsselect.m:31: #12 1400. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 53 | #if GS_EXPOSE(NSPortCoder) #12 1400. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1400. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #12 1400. from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1400. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1400. from nsgui.h:34, #12 1400. from dispextern.h:137, #12 1400. from nsterm.h:22, #12 1400. from nsselect.m:31: #12 1400. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 77 | #if GS_EXPOSE(NSPort) #12 1400. | ^~~~~~~~~~~~~~~~~~~ #12 1400. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 202 | #if GS_EXPOSE(NSSocketPort) #12 1400. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1400. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 284 | #if GS_EXPOSE(NSMessagePort) #12 1400. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1400. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1400. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1400. from nsgui.h:34, #12 1400. from dispextern.h:137, #12 1400. from nsterm.h:22, #12 1400. from nsselect.m:31: #12 1400. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 47 | #if GS_EXPOSE(NSPortMessage) #12 1400. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1400. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #12 1400. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1400. from nsgui.h:34, #12 1400. from dispextern.h:137, #12 1400. from nsterm.h:22, #12 1400. from nsselect.m:31: #12 1400. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #12 1400. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1400. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #12 1400. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1400. from nsgui.h:34, #12 1400. from dispextern.h:137, #12 1400. from nsterm.h:22, #12 1400. from nsselect.m:31: #12 1400. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 53 | #if GS_EXPOSE(NSProgress) #12 1400. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1400. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #12 1400. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1400. from nsgui.h:34, #12 1400. from dispextern.h:137, #12 1400. from nsterm.h:22, #12 1400. from nsselect.m:31: #12 1400. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 40 | #if GS_EXPOSE(NSProtocolChecker) #12 1400. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1400. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #12 1400. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1400. from nsgui.h:34, #12 1400. from dispextern.h:137, #12 1400. from nsterm.h:22, #12 1400. from nsselect.m:31: #12 1400. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 91 | #if GS_EXPOSE(NSRegularExpression) #12 1400. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1400. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #12 1400. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1400. from nsgui.h:34, #12 1400. from dispextern.h:137, #12 1400. from nsterm.h:22, #12 1400. from nsselect.m:31: #12 1400. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 42 | #if GS_EXPOSE(NSScanner) #12 1400. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1400. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1400. | ^ #12 1400. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1400. | ^ #12 1400. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #12 1400. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1400. from nsgui.h:34, #12 1400. from dispextern.h:137, #12 1400. from nsterm.h:22, #12 1400. from nsselect.m:31: #12 1400. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1400. | ^ #12 1400. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #12 1400. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1400. from nsgui.h:34, #12 1400. from dispextern.h:137, #12 1400. from nsterm.h:22, #12 1400. from nsselect.m:31: #12 1400. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1400. | ^ #12 1400. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #12 1400. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1400. from nsgui.h:34, #12 1400. from dispextern.h:137, #12 1400. from nsterm.h:22, #12 1400. from nsselect.m:31: #12 1400. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1400. | ^ #12 1400. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #12 1400. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1400. from nsgui.h:34, #12 1400. from dispextern.h:137, #12 1400. from nsterm.h:22, #12 1400. from nsselect.m:31: #12 1400. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1400. | ^ #12 1400. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #12 1400. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1400. from nsgui.h:34, #12 1400. from dispextern.h:137, #12 1400. from nsterm.h:22, #12 1400. from nsselect.m:31: #12 1400. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1400. | ^ #12 1400. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #12 1400. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1400. from nsgui.h:34, #12 1400. from dispextern.h:137, #12 1400. from nsterm.h:22, #12 1400. from nsselect.m:31: #12 1400. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1400. | ^ #12 1400. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #12 1400. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1400. from nsgui.h:34, #12 1400. from dispextern.h:137, #12 1400. from nsterm.h:22, #12 1400. from nsselect.m:31: #12 1400. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1400. | ^ #12 1400. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #12 1400. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1400. from nsgui.h:34, #12 1400. from dispextern.h:137, #12 1400. from nsterm.h:22, #12 1400. from nsselect.m:31: #12 1400. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1400. | ^ #12 1400. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #12 1400. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1400. from nsgui.h:34, #12 1400. from dispextern.h:137, #12 1400. from nsterm.h:22, #12 1400. from nsselect.m:31: #12 1400. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1400. | ^ #12 1400. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #12 1400. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1400. from nsgui.h:34, #12 1400. from dispextern.h:137, #12 1400. from nsterm.h:22, #12 1400. from nsselect.m:31: #12 1400. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 48 | #if GS_EXPOSE(NSSortDescriptor) #12 1400. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1400. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1400. | ^ #12 1400. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #12 1400. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1400. from nsgui.h:34, #12 1400. from dispextern.h:137, #12 1400. from nsterm.h:22, #12 1400. from nsselect.m:31: #12 1400. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 58 | #if GS_EXPOSE(NSSpellServer) #12 1400. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1400. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1400. | ^ #12 1400. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1400. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1400. from nsgui.h:34, #12 1400. from dispextern.h:137, #12 1400. from nsterm.h:22, #12 1400. from nsselect.m:31: #12 1400. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1400. | ^ #12 1400. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #12 1400. from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1400. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1400. from nsgui.h:34, #12 1400. from dispextern.h:137, #12 1400. from nsterm.h:22, #12 1400. from nsselect.m:31: #12 1400. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1400. | ^ #12 1400. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1400. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1400. from nsgui.h:34, #12 1400. from dispextern.h:137, #12 1400. from nsterm.h:22, #12 1400. from nsselect.m:31: #12 1400. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 51 | #if GS_EXPOSE(NSTask) #12 1400. | ^~~~~~~~~~~~~~~~~~~ #12 1400. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1400. | ^ #12 1400. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #12 1400. from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1400. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1400. from nsgui.h:34, #12 1400. from dispextern.h:137, #12 1400. from nsterm.h:22, #12 1400. from nsselect.m:31: #12 1400. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1400. | ^ #12 1400. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #12 1400. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1400. from nsgui.h:34, #12 1400. from dispextern.h:137, #12 1400. from nsterm.h:22, #12 1400. from nsselect.m:31: #12 1400. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1400. | ^ #12 1400. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1400. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1400. from nsgui.h:34, #12 1400. from dispextern.h:137, #12 1400. from nsterm.h:22, #12 1400. from nsselect.m:31: #12 1400. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 59 | #if GS_EXPOSE(NSThread) #12 1400. | ^~~~~~~~~~~~~~~~~~~~~ #12 1400. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #12 1400. | ^ #12 1400. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #12 1400. | ^ #12 1400. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1400. | ^ #12 1400. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1400. | ^ #12 1400. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #12 1400. from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1400. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1400. from nsgui.h:34, #12 1400. from dispextern.h:137, #12 1400. from nsterm.h:22, #12 1400. from nsselect.m:31: #12 1400. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1400. | ^ #12 1400. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #12 1400. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1400. from nsgui.h:34, #12 1400. from dispextern.h:137, #12 1400. from nsterm.h:22, #12 1400. from nsselect.m:31: #12 1400. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1400. | ^ #12 1400. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1400. | ^ #12 1400. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #12 1400. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1400. from nsgui.h:34, #12 1400. from dispextern.h:137, #12 1400. from nsterm.h:22, #12 1400. from nsselect.m:31: #12 1400. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1400. | ^ #12 1400. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #12 1400. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1400. from nsgui.h:34, #12 1400. from dispextern.h:137, #12 1400. from nsterm.h:22, #12 1400. from nsselect.m:31: #12 1400. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 87 | #if GS_EXPOSE(NSUndoManager) #12 1400. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1400. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #12 1400. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1400. from nsgui.h:34, #12 1400. from dispextern.h:137, #12 1400. from nsterm.h:22, #12 1400. from nsselect.m:31: #12 1400. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1400. | ^ #12 1400. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #12 1400. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1400. from nsgui.h:34, #12 1400. from dispextern.h:137, #12 1400. from nsterm.h:22, #12 1400. from nsselect.m:31: #12 1400. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1400. | ^ #12 1400. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #12 1400. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1400. from nsgui.h:34, #12 1400. from dispextern.h:137, #12 1400. from nsterm.h:22, #12 1400. from nsselect.m:31: #12 1400. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #12 1400. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1400. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #12 1400. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1400. from nsgui.h:34, #12 1400. from dispextern.h:137, #12 1400. from nsterm.h:22, #12 1400. from nsselect.m:31: #12 1400. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 59 | #if GS_EXPOSE(NSCachedURLResponse) #12 1400. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1400. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 105 | #if GS_EXPOSE(NSURLCache) #12 1400. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1400. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #12 1400. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1400. from nsgui.h:34, #12 1400. from dispextern.h:137, #12 1400. from nsterm.h:22, #12 1400. from nsselect.m:31: #12 1400. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 48 | #if GS_EXPOSE(NSURLConnection) #12 1400. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1400. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1400. | ^ #12 1400. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #12 1400. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1400. from nsgui.h:34, #12 1400. from dispextern.h:137, #12 1400. from nsterm.h:22, #12 1400. from nsselect.m:31: #12 1400. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 56 | #if GS_EXPOSE(NSURLCredential) #12 1400. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1400. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #12 1400. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1400. from nsgui.h:34, #12 1400. from dispextern.h:137, #12 1400. from nsterm.h:22, #12 1400. from nsselect.m:31: #12 1400. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #12 1400. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1400. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #12 1400. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1400. from nsgui.h:34, #12 1400. from dispextern.h:137, #12 1400. from nsterm.h:22, #12 1400. from nsselect.m:31: #12 1400. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 49 | #if GS_EXPOSE(NSURLDownload) #12 1400. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1400. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1400. | ^ #12 1400. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #12 1400. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1400. from nsgui.h:34, #12 1400. from dispextern.h:137, #12 1400. from nsterm.h:22, #12 1400. from nsselect.m:31: #12 1400. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1400. | ^ #12 1400. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #12 1400. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1400. from nsgui.h:34, #12 1400. from dispextern.h:137, #12 1400. from nsterm.h:22, #12 1400. from nsselect.m:31: #12 1400. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #12 1400. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1400. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1400. | ^ #12 1400. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #12 1400. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1400. from nsgui.h:34, #12 1400. from dispextern.h:137, #12 1400. from nsterm.h:22, #12 1400. from nsselect.m:31: #12 1400. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 121 | #if GS_EXPOSE(NSURLProtocol) #12 1400. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1400. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #12 1400. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1400. from nsgui.h:34, #12 1400. from dispextern.h:137, #12 1400. from nsterm.h:22, #12 1400. from nsselect.m:31: #12 1400. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 92 | #if GS_EXPOSE(NSURLRequest) #12 1400. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1400. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1400. | ^ #12 1400. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #12 1400. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1400. from nsgui.h:34, #12 1400. from dispextern.h:137, #12 1400. from nsterm.h:22, #12 1400. from nsselect.m:31: #12 1400. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 49 | #if GS_EXPOSE(NSURLResponse) #12 1400. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1400. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1400. | ^ #12 1400. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #12 1400. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1400. from nsgui.h:34, #12 1400. from dispextern.h:137, #12 1400. from nsterm.h:22, #12 1400. from nsselect.m:31: #12 1400. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1400. | ^ #12 1400. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #12 1400. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1400. from nsgui.h:34, #12 1400. from dispextern.h:137, #12 1400. from nsterm.h:22, #12 1400. from nsselect.m:31: #12 1400. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 217 | #if GS_EXPOSE(NSUserDefaults) #12 1400. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1400. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #12 1400. | ^ #12 1400. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1400. | ^ #12 1400. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #12 1400. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1400. from nsgui.h:34, #12 1400. from dispextern.h:137, #12 1400. from nsterm.h:22, #12 1400. from nsselect.m:31: #12 1400. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1400. | ^ #12 1400. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #12 1400. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1400. from nsgui.h:34, #12 1400. from dispextern.h:137, #12 1400. from nsterm.h:22, #12 1400. from nsselect.m:31: #12 1400. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1400. | ^ #12 1400. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #12 1400. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1400. from nsgui.h:34, #12 1400. from dispextern.h:137, #12 1400. from nsterm.h:22, #12 1400. from nsselect.m:31: #12 1400. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1400. | ^ #12 1400. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #12 1400. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #12 1400. from /usr/include/GNUstep/Foundation/Foundation.h:184, #12 1400. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1400. from nsgui.h:34, #12 1400. from dispextern.h:137, #12 1400. from nsterm.h:22, #12 1400. from nsselect.m:31: #12 1400. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1400. | ^ #12 1400. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #12 1400. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1400. from nsgui.h:34, #12 1400. from dispextern.h:137, #12 1400. from nsterm.h:22, #12 1400. from nsselect.m:31: #12 1400. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1400. | ^ #12 1400. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #12 1400. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1400. from nsgui.h:34, #12 1400. from dispextern.h:137, #12 1400. from nsterm.h:22, #12 1400. from nsselect.m:31: #12 1400. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 72 | #if GS_EXPOSE(NSXMLParser) #12 1400. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1400. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1400. | ^ #12 1400. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #12 1400. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1400. from nsgui.h:34, #12 1400. from dispextern.h:137, #12 1400. from nsterm.h:22, #12 1400. from nsselect.m:31: #12 1400. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1400. | ^ #12 1400. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1400. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1400. from nsgui.h:34, #12 1400. from dispextern.h:137, #12 1400. from nsterm.h:22, #12 1400. from nsselect.m:31: #12 1400. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1400. | ^ #12 1400. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #12 1400. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1400. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1400. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1400. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1400. from nsgui.h:34, #12 1400. from dispextern.h:137, #12 1400. from nsterm.h:22, #12 1400. from nsselect.m:31: #12 1400. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1400. | ^ #12 1400. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1400. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1400. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1400. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1400. from nsgui.h:34, #12 1400. from dispextern.h:137, #12 1400. from nsterm.h:22, #12 1400. from nsselect.m:31: #12 1400. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1400. | ^ #12 1400. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1400. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1400. from nsgui.h:34, #12 1400. from dispextern.h:137, #12 1400. from nsterm.h:22, #12 1400. from nsselect.m:31: #12 1400. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1400. | ^ #12 1400. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1400. from nsgui.h:34, #12 1400. from dispextern.h:137, #12 1400. from nsterm.h:22, #12 1400. from nsselect.m:31: #12 1400. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1400. | ^ #12 1400. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #12 1400. from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1400. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1400. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1400. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1400. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1400. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1400. from nsgui.h:34, #12 1400. from dispextern.h:137, #12 1400. from nsterm.h:22, #12 1400. from nsselect.m:31: #12 1400. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1400. | ^ #12 1400. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1400. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1400. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1400. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1400. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1400. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1400. from nsgui.h:34, #12 1400. from dispextern.h:137, #12 1400. from nsterm.h:22, #12 1400. from nsselect.m:31: #12 1400. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1400. | ^ #12 1400. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #12 1400. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1400. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1400. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1400. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1400. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1400. from nsgui.h:34, #12 1400. from dispextern.h:137, #12 1400. from nsterm.h:22, #12 1400. from nsselect.m:31: #12 1400. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1400. | ^ #12 1400. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1400. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1400. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1400. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1400. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1400. from nsgui.h:34, #12 1400. from dispextern.h:137, #12 1400. from nsterm.h:22, #12 1400. from nsselect.m:31: #12 1400. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1400. | ^ #12 1400. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1400. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1400. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1400. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1400. from nsgui.h:34, #12 1400. from dispextern.h:137, #12 1400. from nsterm.h:22, #12 1400. from nsselect.m:31: #12 1400. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1400. | ^ #12 1400. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1400. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1400. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1400. from nsgui.h:34, #12 1400. from dispextern.h:137, #12 1400. from nsterm.h:22, #12 1400. from nsselect.m:31: #12 1400. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1400. | ^ #12 1400. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1400. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1400. from nsgui.h:34, #12 1400. from dispextern.h:137, #12 1400. from nsterm.h:22, #12 1400. from nsselect.m:31: #12 1400. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1400. | ^ #12 1400. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #12 1400. from nsgui.h:34, #12 1400. from dispextern.h:137, #12 1400. from nsterm.h:22, #12 1400. from nsselect.m:31: #12 1400. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1400. | ^ #12 1400. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #12 1400. from nsgui.h:34, #12 1400. from dispextern.h:137, #12 1400. from nsterm.h:22, #12 1400. from nsselect.m:31: #12 1400. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1400. | ^ #12 1400. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1400. from nsgui.h:34, #12 1400. from dispextern.h:137, #12 1400. from nsterm.h:22, #12 1400. from nsselect.m:31: #12 1400. /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1400. | ^ #12 1400. In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #12 1400. from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1400. from nsgui.h:34, #12 1400. from dispextern.h:137, #12 1400. from nsterm.h:22, #12 1400. from nsselect.m:31: #12 1400. /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1400. | ^ #12 1400. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1400. from nsgui.h:34, #12 1400. from dispextern.h:137, #12 1400. from nsterm.h:22, #12 1400. from nsselect.m:31: #12 1400. /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #12 1400. 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1400. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1400. /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #12 1400. 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1400. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1400. /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #12 1400. 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1400. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1400. /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #12 1400. 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1400. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1400. /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #12 1400. 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1400. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1400. /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #12 1400. 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1400. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1400. /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #12 1400. 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1400. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1400. /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #12 1400. 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1400. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1400. /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #12 1400. 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1400. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1400. /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #12 1400. 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1400. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1400. /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #12 1400. 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1400. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1400. /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #12 1400. 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1400. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1400. /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #12 1400. 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1400. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1400. /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #12 1400. 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1400. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1400. /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #12 1400. 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1400. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1400. /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #12 1400. 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1400. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1400. /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #12 1400. 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1400. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1400. /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #12 1400. 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1400. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1400. /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1400. | ^ #12 1400. In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #12 1400. from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1400. from nsgui.h:34, #12 1400. from dispextern.h:137, #12 1400. from nsterm.h:22, #12 1400. from nsselect.m:31: #12 1400. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1400. | ^ #12 1400. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1400. from nsgui.h:34, #12 1400. from dispextern.h:137, #12 1400. from nsterm.h:22, #12 1400. from nsselect.m:31: #12 1400. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1400. | ^ #12 1400. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1400. from nsgui.h:34, #12 1400. from dispextern.h:137, #12 1400. from nsterm.h:22, #12 1400. from nsselect.m:31: #12 1400. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1400. | ^ #12 1400. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #12 1400. from nsgui.h:34, #12 1400. from dispextern.h:137, #12 1400. from nsterm.h:22, #12 1400. from nsselect.m:31: #12 1400. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1400. | ^ #12 1400. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #12 1400. from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1400. from nsgui.h:34, #12 1400. from dispextern.h:137, #12 1400. from nsterm.h:22, #12 1400. from nsselect.m:31: #12 1400. /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1400. | ^ #12 1400. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1400. from nsgui.h:34, #12 1400. from dispextern.h:137, #12 1400. from nsterm.h:22, #12 1400. from nsselect.m:31: #12 1400. /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1400. | ^ #12 1400. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #12 1400. from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1400. from nsgui.h:34, #12 1400. from dispextern.h:137, #12 1400. from nsterm.h:22, #12 1400. from nsselect.m:31: #12 1400. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1400. | ^ #12 1400. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1400. from nsgui.h:34, #12 1400. from dispextern.h:137, #12 1400. from nsterm.h:22, #12 1400. from nsselect.m:31: #12 1400. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1400. | ^ #12 1400. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #12 1400. from nsgui.h:34, #12 1400. from dispextern.h:137, #12 1400. from nsterm.h:22, #12 1400. from nsselect.m:31: #12 1400. /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1400. | ^ #12 1400. In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #12 1400. from nsgui.h:34, #12 1400. from dispextern.h:137, #12 1400. from nsterm.h:22, #12 1400. from nsselect.m:31: #12 1400. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1400. | ^ #12 1400. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #12 1400. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1400. from nsgui.h:34, #12 1400. from dispextern.h:137, #12 1400. from nsterm.h:22, #12 1400. from nsselect.m:31: #12 1400. /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1400. | ^ #12 1400. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #12 1400. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1400. from nsgui.h:34, #12 1400. from dispextern.h:137, #12 1400. from nsterm.h:22, #12 1400. from nsselect.m:31: #12 1400. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1400. | ^ #12 1400. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #12 1400. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1400. from nsgui.h:34, #12 1400. from dispextern.h:137, #12 1400. from nsterm.h:22, #12 1400. from nsselect.m:31: #12 1400. /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1400. | ^ #12 1400. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #12 1400. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1400. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1400. from nsgui.h:34, #12 1400. from dispextern.h:137, #12 1400. from nsterm.h:22, #12 1400. from nsselect.m:31: #12 1400. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1400. | ^ #12 1400. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1400. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1400. from nsgui.h:34, #12 1400. from dispextern.h:137, #12 1400. from nsterm.h:22, #12 1400. from nsselect.m:31: #12 1400. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1400. | ^ #12 1400. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #12 1400. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1400. from nsgui.h:34, #12 1400. from dispextern.h:137, #12 1400. from nsterm.h:22, #12 1400. from nsselect.m:31: #12 1400. /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1400. | ^ #12 1400. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #12 1400. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1400. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1400. from nsgui.h:34, #12 1400. from dispextern.h:137, #12 1400. from nsterm.h:22, #12 1400. from nsselect.m:31: #12 1400. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1400. | ^ #12 1400. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1400. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1400. from nsgui.h:34, #12 1400. from dispextern.h:137, #12 1400. from nsterm.h:22, #12 1400. from nsselect.m:31: #12 1400. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #12 1400. | ^ #12 1400. /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1400. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1400. | ^ #12 1401. In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1401. | ^ #12 1401. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1401. | ^ #12 1401. In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1401. | ^ #12 1401. In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1401. | ^ #12 1401. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1401. | ^ #12 1401. In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #12 1401. 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1401. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1401. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #12 1401. 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1401. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1401. In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1401. | ^ #12 1401. In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1401. | ^ #12 1401. In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #12 1401. from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1401. | ^ #12 1401. In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1401. | ^ #12 1401. In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1401. | ^ #12 1401. In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #12 1401. from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1401. | ^ #12 1401. In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1401. | ^ #12 1401. In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1401. | ^ #12 1401. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #12 1401. 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1401. | ^~~~~~~~~~~~~~~~~~~~ #12 1401. In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #12 1401. 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1401. | ^~~~~~~~~~~~~~~~~~~~ #12 1401. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1401. | ^ #12 1401. In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1401. | ^ #12 1401. In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #12 1401. from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1401. | ^ #12 1401. In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1401. | ^ #12 1401. In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1401. | ^ #12 1401. In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1401. | ^ #12 1401. In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1401. | ^ #12 1401. In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1401. | ^ #12 1401. In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1401. | ^ #12 1401. In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1401. | ^ #12 1401. In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1401. | ^ #12 1401. In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #12 1401. from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1401. | ^ #12 1401. In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1401. | ^ #12 1401. In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1401. | ^ #12 1401. In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1401. | ^ #12 1401. In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1401. | ^ #12 1401. In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #12 1401. from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1401. | ^ #12 1401. In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1401. | ^ #12 1401. In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1401. | ^ #12 1401. In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1401. | ^ #12 1401. In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1401. | ^ #12 1401. In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1401. | ^ #12 1401. In file included from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1401. | ^ #12 1401. In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1401. | ^ #12 1401. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1401. | ^ #12 1401. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1401. | ^ #12 1401. In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #12 1401. | ^ #12 1401. In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #12 1401. from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1401. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1401. | ^ #12 1401. In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1401. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1401. | ^ #12 1401. In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1401. | ^ #12 1401. In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1401. | ^ #12 1401. In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #12 1401. from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1401. | ^ #12 1401. In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1401. | ^ #12 1401. In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1401. | ^ #12 1401. In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1401. | ^ #12 1401. In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1401. | ^ #12 1401. In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1401. | ^ #12 1401. In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1401. | ^ #12 1401. In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #12 1401. from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1401. | ^ #12 1401. In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1401. | ^ #12 1401. In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1401. | ^ #12 1401. In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1401. | ^ #12 1401. In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #12 1401. from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1401. | ^ #12 1401. In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1401. | ^ #12 1401. In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1401. | ^ #12 1401. In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1401. | ^ #12 1401. In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1401. | ^ #12 1401. In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1401. | ^ #12 1401. In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1401. | ^ #12 1401. In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1401. | ^ #12 1401. In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1401. | ^ #12 1401. In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1401. | ^ #12 1401. In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1401. | ^ #12 1401. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #12 1401. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1401. | ^ #12 1401. In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #12 1401. from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1401. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1401. | ^ #12 1401. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1401. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1401. | ^ #12 1401. In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1401. | ^ #12 1401. In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #12 1401. from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1401. | ^ #12 1401. In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1401. | ^ #12 1401. In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1401. | ^ #12 1401. In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1401. | ^ #12 1401. In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1401. | ^ #12 1401. In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1401. | ^ #12 1401. In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1401. | ^ #12 1401. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1401. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1401. | ^ #12 1401. In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1401. | ^ #12 1401. In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1401. | ^ #12 1401. In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #12 1401. from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1401. | ^ #12 1401. In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1401. | ^ #12 1401. In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1401. | ^ #12 1401. In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1401. | ^ #12 1401. In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1401. | ^ #12 1401. In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1401. | ^ #12 1401. In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1401. | ^ #12 1401. In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1401. | ^ #12 1401. In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #12 1401. from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1401. | ^ #12 1401. In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1401. | ^ #12 1401. In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1401. | ^ #12 1401. In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1401. | ^ #12 1401. In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1401. | ^ #12 1401. In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1401. | ^ #12 1401. In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1401. | ^ #12 1401. In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1401. | ^ #12 1401. In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1401. | ^ #12 1401. In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #12 1401. 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1401. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1401. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1401. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #12 1401. 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1401. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1401. In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1401. | ^ #12 1401. In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1401. | ^ #12 1401. In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1401. | ^ #12 1401. In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1401. | ^ #12 1401. In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1401. | ^ #12 1401. In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1401. | ^ #12 1401. In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1401. | ^ #12 1401. In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1401. | ^ #12 1401. In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1401. | ^ #12 1401. In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1401. | ^ #12 1401. In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1401. | ^ #12 1401. In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1401. | ^ #12 1401. In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1401. | ^ #12 1401. In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1401. | ^ #12 1401. In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1401. | ^ #12 1401. In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1401. | ^ #12 1401. In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1401. | ^ #12 1401. In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1401. | ^ #12 1401. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1401. 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1401. | ^ #12 1401. /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1401. 125 | __attribute__((unused)); #12 1401. | ^~~~~~~~~~~~~ #12 1401. /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1401. 129 | __attribute__((unused)); #12 1401. | ^~~~~~~~~~~~~ #12 1401. /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1401. 133 | __attribute__((unused)); #12 1401. | ^~~~~~~~~~~~~ #12 1401. /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1401. 214 | __attribute__((unused)); #12 1401. | ^~~~~~~~~~~~~ #12 1401. /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1401. 247 | __attribute__((unused)); #12 1401. | ^~~~~~~~~~~~~ #12 1401. /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1401. 251 | __attribute__((unused)); #12 1401. | ^~~~~~~~~~~~~ #12 1401. /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1401. 259 | __attribute__((unused)); #12 1401. | ^~~~~~~~~~~~~ #12 1401. /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1401. 263 | __attribute__((unused)); #12 1401. | ^~~~~~~~~~~~~ #12 1401. /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1401. 267 | __attribute__((unused)); #12 1401. | ^~~~~~~~~~~~~ #12 1401. /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1401. 271 | __attribute__((unused)); #12 1401. | ^~~~~~~~~~~~~ #12 1401. /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1401. 275 | __attribute__((unused)); #12 1401. | ^~~~~~~~~~~~~ #12 1401. /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1401. 287 | __attribute__((unused)); #12 1401. | ^~~~~~~~~~~~~ #12 1401. /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1401. 311 | __attribute__((unused)); #12 1401. | ^~~~~~~~~~~~~ #12 1401. /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1401. 323 | __attribute__((unused)); #12 1401. | ^~~~~~~~~~~~~ #12 1401. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1401. from nsgui.h:34, #12 1401. from dispextern.h:137, #12 1401. from nsterm.h:22, #12 1401. from nsselect.m:31: #12 1401. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1401. 493 | PSgsave() #12 1401. | ^~~~~~~ #12 1401. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #12 1401. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #12 1401. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1401. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1401. 499 | PSgrestore() #12 1401. | ^~~~~~~~~~ #12 1401. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #12 1401. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #12 1401. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1401. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1401. 505 | PSinitgraphics() #12 1401. | ^~~~~~~~~~~~~~ #12 1401. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #12 1401. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #12 1401. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1401. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1401. 622 | PSinitmatrix() #12 1401. | ^~~~~~~~~~~~ #12 1401. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #12 1401. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #12 1401. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1401. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1401. 669 | PSclip() #12 1401. | ^~~~~~ #12 1401. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #12 1401. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #12 1401. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1401. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1401. 675 | PSclosepath() #12 1401. | ^~~~~~~~~~~ #12 1401. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #12 1401. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #12 1401. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1401. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1401. 687 | PSeoclip() #12 1401. | ^~~~~~~~ #12 1401. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #12 1401. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #12 1401. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1401. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1401. 693 | PSeofill() #12 1401. | ^~~~~~~~ #12 1401. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #12 1401. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #12 1401. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1401. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1401. 699 | PSfill() #12 1401. | ^~~~~~ #12 1401. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #12 1401. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #12 1401. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1401. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1401. 705 | PSflattenpath() #12 1401. | ^~~~~~~~~~~~~ #12 1401. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #12 1401. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #12 1401. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1401. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1401. 711 | PSinitclip() #12 1401. | ^~~~~~~~~~ #12 1401. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #12 1401. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #12 1401. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1401. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1401. 729 | PSnewpath() #12 1401. | ^~~~~~~~~ #12 1401. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #12 1401. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #12 1401. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1401. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1401. 765 | PSreversepath() #12 1401. | ^~~~~~~~~~~~~ #12 1401. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #12 1401. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #12 1401. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1401. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1401. 783 | PSstroke() #12 1401. | ^~~~~~~~ #12 1401. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #12 1401. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #12 1401. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1401. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1401. 835 | PSWait() #12 1401. | ^~~~~~ #12 1401. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #12 1401. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #12 1407. CC nsimage.o #12 1407. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #12 1407. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #12 1408. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #12 1408. from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1408. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1408. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1408. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1408. from nsgui.h:34, #12 1408. from dispextern.h:137, #12 1408. from nsimage.m:33: #12 1408. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #12 1408. | ^ #12 1408. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1408. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1408. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1408. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1408. from nsgui.h:34, #12 1408. from dispextern.h:137, #12 1408. from nsimage.m:33: #12 1408. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #12 1408. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1408. | ^~~~~~~~~~~~~~~~~~~~ #12 1408. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #12 1408. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1408. | ^~~~~~~~~~~~~~~~~~~~ #12 1408. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1408. | ^ #12 1408. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #12 1408. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1408. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1408. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1408. from nsgui.h:34, #12 1408. from dispextern.h:137, #12 1408. from nsimage.m:33: #12 1408. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #12 1408. | ^ #12 1408. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1408. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1408. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1408. from nsgui.h:34, #12 1408. from dispextern.h:137, #12 1408. from nsimage.m:33: #12 1408. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1408. | ^ #12 1408. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #12 1408. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1408. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1408. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1408. from nsgui.h:34, #12 1408. from dispextern.h:137, #12 1408. from nsimage.m:33: #12 1408. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1408. | ^ #12 1408. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1408. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1408. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1408. from nsgui.h:34, #12 1408. from dispextern.h:137, #12 1408. from nsimage.m:33: #12 1408. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1408. | ^ #12 1408. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #12 1408. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1408. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1408. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1408. from nsgui.h:34, #12 1408. from dispextern.h:137, #12 1408. from nsimage.m:33: #12 1408. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1408. | ^ #12 1408. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1408. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1408. from nsgui.h:34, #12 1408. from dispextern.h:137, #12 1408. from nsimage.m:33: #12 1408. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1408. | ^ #12 1408. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1408. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1408. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1408. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1408. from nsgui.h:34, #12 1408. from dispextern.h:137, #12 1408. from nsimage.m:33: #12 1408. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 88 | #if GS_API_VERSION(0,011500) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1408. | ^ #12 1408. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #12 1408. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1408. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1408. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1408. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1408. from nsgui.h:34, #12 1408. from dispextern.h:137, #12 1408. from nsimage.m:33: #12 1408. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1408. | ^ #12 1408. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1408. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1408. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1408. from nsgui.h:34, #12 1408. from dispextern.h:137, #12 1408. from nsimage.m:33: #12 1408. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #12 1408. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1408. | ^~~~~~~~~~ #12 1408. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1408. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1408. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1408. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1408. from nsgui.h:34, #12 1408. from dispextern.h:137, #12 1408. from nsimage.m:33: #12 1408. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #12 1408. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1408. | ^~~~~~~~~~ #12 1408. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #12 1408. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1408. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1408. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1408. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1408. from nsgui.h:34, #12 1408. from dispextern.h:137, #12 1408. from nsimage.m:33: #12 1408. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1408. | ^ #12 1408. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1408. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1408. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1408. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1408. from nsgui.h:34, #12 1408. from dispextern.h:137, #12 1408. from nsimage.m:33: #12 1408. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1408. | ^ #12 1408. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #12 1408. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1408. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1408. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1408. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1408. from nsgui.h:34, #12 1408. from dispextern.h:137, #12 1408. from nsimage.m:33: #12 1408. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1408. | ^ #12 1408. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #12 1408. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1408. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1408. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1408. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1408. from nsgui.h:34, #12 1408. from dispextern.h:137, #12 1408. from nsimage.m:33: #12 1408. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1408. | ^ #12 1408. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1408. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1408. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1408. from nsgui.h:34, #12 1408. from dispextern.h:137, #12 1408. from nsimage.m:33: #12 1408. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1408. | ^ #12 1408. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1408. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1408. from nsgui.h:34, #12 1408. from dispextern.h:137, #12 1408. from nsimage.m:33: #12 1408. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 46 | #if GS_EXPOSE(NSAffineTransform) #12 1408. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1408. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #12 1408. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1408. from nsgui.h:34, #12 1408. from dispextern.h:137, #12 1408. from nsimage.m:33: #12 1408. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1408. | ^ #12 1408. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #12 1408. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1408. from nsgui.h:34, #12 1408. from dispextern.h:137, #12 1408. from nsimage.m:33: #12 1408. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1408. | ^ #12 1408. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #12 1408. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1408. from nsgui.h:34, #12 1408. from dispextern.h:137, #12 1408. from nsimage.m:33: #12 1408. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1408. | ^ #12 1408. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #12 1408. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1408. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1408. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1408. from nsgui.h:34, #12 1408. from dispextern.h:137, #12 1408. from nsimage.m:33: #12 1408. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1408. | ^ #12 1408. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1408. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1408. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1408. from nsgui.h:34, #12 1408. from dispextern.h:137, #12 1408. from nsimage.m:33: #12 1408. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1408. | ^ #12 1408. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1408. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1408. from nsgui.h:34, #12 1408. from dispextern.h:137, #12 1408. from nsimage.m:33: #12 1408. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 45 | #if GS_EXPOSE(NSArchiver) #12 1408. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1408. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 164 | #if GS_EXPOSE(NSUnarchiver) #12 1408. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1408. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1408. | ^ #12 1408. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1408. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1408. from nsgui.h:34, #12 1408. from dispextern.h:137, #12 1408. from nsimage.m:33: #12 1408. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1408. | ^ #12 1408. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #12 1408. from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1408. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1408. from nsgui.h:34, #12 1408. from dispextern.h:137, #12 1408. from nsimage.m:33: #12 1408. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1408. | ^ #12 1408. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1408. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1408. from nsgui.h:34, #12 1408. from dispextern.h:137, #12 1408. from nsimage.m:33: #12 1408. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1408. | ^ #12 1408. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #12 1408. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1408. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1408. from nsgui.h:34, #12 1408. from dispextern.h:137, #12 1408. from nsimage.m:33: #12 1408. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1408. | ^ #12 1408. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #12 1408. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1408. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1408. from nsgui.h:34, #12 1408. from dispextern.h:137, #12 1408. from nsimage.m:33: #12 1408. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1408. | ^ #12 1408. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #12 1408. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1408. from nsgui.h:34, #12 1408. from dispextern.h:137, #12 1408. from nsimage.m:33: #12 1408. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #12 1408. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1408. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1408. | ^ #12 1408. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #12 1408. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1408. from nsgui.h:34, #12 1408. from dispextern.h:137, #12 1408. from nsimage.m:33: #12 1408. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1408. | ^ #12 1408. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1408. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1408. from nsgui.h:34, #12 1408. from dispextern.h:137, #12 1408. from nsimage.m:33: #12 1408. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 114 | #if GS_EXPOSE(NSBundle) #12 1408. | ^~~~~~~~~~~~~~~~~~~~~ #12 1408. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1408. | ^ #12 1408. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #12 1408. from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1408. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1408. from nsgui.h:34, #12 1408. from dispextern.h:137, #12 1408. from nsimage.m:33: #12 1408. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1408. | ^ #12 1408. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #12 1408. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1408. from nsgui.h:34, #12 1408. from dispextern.h:137, #12 1408. from nsimage.m:33: #12 1408. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 43 | #if GS_EXPOSE(NSCache) #12 1408. | ^~~~~~~~~~~~~~~~~~~~ #12 1408. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #12 1408. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1408. from nsgui.h:34, #12 1408. from dispextern.h:137, #12 1408. from nsimage.m:33: #12 1408. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1408. | ^ #12 1408. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1408. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1408. from nsgui.h:34, #12 1408. from dispextern.h:137, #12 1408. from nsimage.m:33: #12 1408. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 37 | #if GS_EXPOSE(NSCalendarDate) #12 1408. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1408. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1408. | ^ #12 1408. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #12 1408. from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1408. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1408. from nsgui.h:34, #12 1408. from dispextern.h:137, #12 1408. from nsimage.m:33: #12 1408. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1408. | ^ #12 1408. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #12 1408. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1408. from nsgui.h:34, #12 1408. from dispextern.h:137, #12 1408. from nsimage.m:33: #12 1408. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1408. | ^ #12 1408. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #12 1408. from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1408. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1408. from nsgui.h:34, #12 1408. from dispextern.h:137, #12 1408. from nsimage.m:33: #12 1408. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 113 | #if GS_EXPOSE(NSException) #12 1408. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1408. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1408. 303 | NSGetUncaughtExceptionHandler(); #12 1408. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1408. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1408. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1408. from nsgui.h:34, #12 1408. from dispextern.h:137, #12 1408. from nsimage.m:33: #12 1408. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1408. | ^ #12 1408. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1408. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1408. from nsgui.h:34, #12 1408. from dispextern.h:137, #12 1408. from nsimage.m:33: #12 1408. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1408. | ^ #12 1408. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #12 1408. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1408. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1408. from nsgui.h:34, #12 1408. from dispextern.h:137, #12 1408. from nsimage.m:33: #12 1408. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 53 | #if GS_EXPOSE(NSExpression) #12 1408. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1408. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #12 1408. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1408. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1408. from nsgui.h:34, #12 1408. from dispextern.h:137, #12 1408. from nsimage.m:33: #12 1408. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1408. | ^ #12 1408. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1408. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1408. from nsgui.h:34, #12 1408. from dispextern.h:137, #12 1408. from nsimage.m:33: #12 1408. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 74 | #if GS_EXPOSE(NSComparisonPredicate) #12 1408. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1408. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #12 1408. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1408. from nsgui.h:34, #12 1408. from dispextern.h:137, #12 1408. from nsimage.m:33: #12 1408. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 47 | #if GS_EXPOSE(NSCompoundPredicate) #12 1408. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1408. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #12 1408. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1408. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1408. from nsgui.h:34, #12 1408. from dispextern.h:137, #12 1408. from nsimage.m:33: #12 1408. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 47 | #if GS_EXPOSE(NSTimer) #12 1408. | ^~~~~~~~~~~~~~~~~~~~ #12 1408. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1408. | ^ #12 1408. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #12 1408. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #12 1408. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1408. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1408. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1408. from nsgui.h:34, #12 1408. from dispextern.h:137, #12 1408. from nsimage.m:33: #12 1408. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1408. | ^ #12 1408. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1408. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1408. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1408. from nsgui.h:34, #12 1408. from dispextern.h:137, #12 1408. from nsimage.m:33: #12 1408. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 46 | #if GS_EXPOSE(NSRunLoop) #12 1408. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1408. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1408. | ^ #12 1408. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1408. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1408. from nsgui.h:34, #12 1408. from dispextern.h:137, #12 1408. from nsimage.m:33: #12 1408. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1408. | ^ #12 1408. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #12 1408. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1408. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1408. from nsgui.h:34, #12 1408. from dispextern.h:137, #12 1408. from nsimage.m:33: #12 1408. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1408. | ^ #12 1408. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1408. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1408. from nsgui.h:34, #12 1408. from dispextern.h:137, #12 1408. from nsimage.m:33: #12 1408. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1408. | ^ #12 1408. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1408. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1408. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1409. | ^ #12 1409. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #12 1409. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1409. | ^ #12 1409. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #12 1409. from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1409. | ^ #12 1409. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #12 1409. | ^ #12 1409. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 127 | #if GS_EXPOSE(NSDateFormatter) #12 1409. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1409. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1409. | ^ #12 1409. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1409. | ^ #12 1409. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1409. | ^ #12 1409. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1409. | ^ #12 1409. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #12 1409. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1409. | ^ #12 1409. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1409. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1409. | ^ #12 1409. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #12 1409. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1409. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1409. | ^ #12 1409. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #12 1409. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1409. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 192 | #if GS_EXPOSE(NSDecimalNumber) #12 1409. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1409. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 40 | #if GS_EXPOSE(NSDistantObject) #12 1409. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1409. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 41 | #if GS_EXPOSE(NSDistributedLock) #12 1409. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1409. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1409. | ^ #12 1409. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1409. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 74 | #if GS_EXPOSE(NSLock) #12 1409. | ^~~~~~~~~~~~~~~~~~~ #12 1409. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 125 | #if GS_EXPOSE(NSCondition) #12 1409. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1409. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 175 | #if GS_EXPOSE(NSConditionLock) #12 1409. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1409. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 275 | #if GS_EXPOSE(NSRecursiveLock) #12 1409. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1409. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1409. | ^ #12 1409. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #12 1409. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1409. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1409. | ^ #12 1409. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #12 1409. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 71 | #if GS_EXPOSE(NSNotificationCenter) #12 1409. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1409. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1409. | ^ #12 1409. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #12 1409. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1409. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1409. | ^ #12 1409. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 134 | #if GS_EXPOSE(NSError) #12 1409. | ^~~~~~~~~~~~~~~~~~~~ #12 1409. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1409. | ^ #12 1409. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1409. | ^ #12 1409. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1409. | ^ #12 1409. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1409. | ^ #12 1409. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #12 1409. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1409. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 182 | #if GS_EXPOSE(NSURLHandle) #12 1409. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1409. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1409. | ^ #12 1409. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1409. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 73 | #if GS_EXPOSE(NSURL) #12 1409. | ^~~~~~~~~~~~~~~~~~ #12 1409. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1409. | ^ #12 1409. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #12 1409. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1409. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1409. | ^ #12 1409. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1409. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 599 | #if GS_EXPOSE(NSURLQueryItem) #12 1409. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1409. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 633 | #if GS_EXPOSE(NSURLComponents) #12 1409. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1409. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1409. | ^ #12 1409. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1409. | ^ #12 1409. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 160 | #if GS_EXPOSE(NSPipe) #12 1409. | ^~~~~~~~~~~~~~~~~~~ #12 1409. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1409. | ^ #12 1409. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #12 1409. from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1409. | ^ #12 1409. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1409. | ^ #12 1409. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #12 1409. from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1409. | ^ #12 1409. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 215 | #if GS_EXPOSE(NSFileManager) #12 1409. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1409. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #12 1409. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1409. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1409. | ^ #12 1409. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1409. | ^ #12 1409. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1409. | ^ #12 1409. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1409. | ^ #12 1409. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1409. | ^ #12 1409. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1409. | ^ #12 1409. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 42 | #if GS_EXPOSE(NSHost) #12 1409. | ^~~~~~~~~~~~~~~~~~~ #12 1409. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1409. | ^ #12 1409. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 68 | #if GS_EXPOSE(NSHTTPCookie) #12 1409. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1409. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1409. | ^ #12 1409. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #12 1409. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1409. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 47 | #if GS_EXPOSE(NSIndexPath) #12 1409. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1409. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 49 | #if GS_EXPOSE(NSIndexSet) #12 1409. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1409. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1409. | ^ #12 1409. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #12 1409. from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 52 | #if GS_EXPOSE(NSMethodSignature) #12 1409. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1409. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 38 | #if GS_EXPOSE(NSInvocation) #12 1409. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1409. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1409. | ^ #12 1409. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #12 1409. from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1409. | ^ #12 1409. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1409. | ^ #12 1409. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1409. | ^ #12 1409. In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1409. | ^ #12 1409. In file included from /usr/include/GNUstep/Foundation/Foundation.h:99, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/Foundation/NSItemProviderReadingWriting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1409. | ^ #12 1409. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1409. | ^ #12 1409. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1409. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/Foundation/NSPropertyList.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSPropertyList.h:68:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1409. | ^ #12 1409. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1409. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/Foundation/NSPropertyList.h:268:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 268 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1409. | ^ #12 1409. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 55 | #if GS_EXPOSE(NSKeyedArchiver) #12 1409. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1409. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:230:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 230 | #if GS_EXPOSE(NSKeyedUnarchiver) #12 1409. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1409. In file included from /usr/include/GNUstep/Foundation/Foundation.h:102, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/Foundation/NSKeyValueCoding.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1409. | ^ #12 1409. In file included from /usr/include/GNUstep/Foundation/Foundation.h:103, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:45:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:183:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1409. | ^ #12 1409. In file included from /usr/include/GNUstep/Foundation/Foundation.h:104, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/Foundation/NSLengthFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1409. | ^ #12 1409. In file included from /usr/include/GNUstep/Foundation/Foundation.h:105, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/Foundation/NSLinguisticTagger.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1409. | ^ #12 1409. In file included from /usr/include/GNUstep/Foundation/Foundation.h:107, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/Foundation/NSLocale.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSLocale.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSLocale.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSLocale.h:103:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 103 | #if GS_EXPOSE(NSLocale) #12 1409. | ^~~~~~~~~~~~~~~~~~~~~ #12 1409. /usr/include/GNUstep/Foundation/NSLocale.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSLocale.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSLocale.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSLocale.h:190:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 190 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSLocale.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 196 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSLocale.h:207:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSLocale.h:236:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1409. | ^ #12 1409. In file included from /usr/include/GNUstep/Foundation/Foundation.h:109, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/Foundation/NSMeasurement.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1409. | ^ #12 1409. In file included from /usr/include/GNUstep/Foundation/Foundation.h:110, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1409. | ^ #12 1409. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #12 1409. from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1409. | ^ #12 1409. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 40 | #if GS_EXPOSE(NSMetadataItem) #12 1409. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1409. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 66 | #if GS_EXPOSE(NSMetadataQuery) #12 1409. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1409. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #12 1409. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1409. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #12 1409. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1409. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 112 | #if GS_EXPOSE(NSNotificationQueue) #12 1409. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1409. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 361 | #if GS_EXPOSE(NSNetService) #12 1409. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1409. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #12 1409. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1409. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1409. | ^ #12 1409. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 123 | #if GS_EXPOSE(NSNumberFormatter) #12 1409. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1409. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1409. | ^ #12 1409. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1409. | ^ #12 1409. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1409. | ^ #12 1409. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1409. | ^ #12 1409. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1409. | ^ #12 1409. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1409. | ^ #12 1409. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1409. | ^ #12 1409. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 53 | #if GS_EXPOSE(NSPortCoder) #12 1409. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1409. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #12 1409. from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 77 | #if GS_EXPOSE(NSPort) #12 1409. | ^~~~~~~~~~~~~~~~~~~ #12 1409. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 202 | #if GS_EXPOSE(NSSocketPort) #12 1409. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1409. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 284 | #if GS_EXPOSE(NSMessagePort) #12 1409. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1409. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 47 | #if GS_EXPOSE(NSPortMessage) #12 1409. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1409. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #12 1409. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1409. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 53 | #if GS_EXPOSE(NSProgress) #12 1409. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1409. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 40 | #if GS_EXPOSE(NSProtocolChecker) #12 1409. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1409. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 91 | #if GS_EXPOSE(NSRegularExpression) #12 1409. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1409. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 42 | #if GS_EXPOSE(NSScanner) #12 1409. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1409. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1409. | ^ #12 1409. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1409. | ^ #12 1409. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1409. | ^ #12 1409. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1409. | ^ #12 1409. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1409. | ^ #12 1409. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1409. | ^ #12 1409. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1409. | ^ #12 1409. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1409. | ^ #12 1409. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1409. | ^ #12 1409. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1409. | ^ #12 1409. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 48 | #if GS_EXPOSE(NSSortDescriptor) #12 1409. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1409. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1409. | ^ #12 1409. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 58 | #if GS_EXPOSE(NSSpellServer) #12 1409. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1409. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1409. | ^ #12 1409. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1409. | ^ #12 1409. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #12 1409. from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1409. | ^ #12 1409. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 51 | #if GS_EXPOSE(NSTask) #12 1409. | ^~~~~~~~~~~~~~~~~~~ #12 1409. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1409. | ^ #12 1409. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #12 1409. from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1409. | ^ #12 1409. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1409. | ^ #12 1409. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 59 | #if GS_EXPOSE(NSThread) #12 1409. | ^~~~~~~~~~~~~~~~~~~~~ #12 1409. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1409. | ^ #12 1409. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #12 1409. from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1409. | ^ #12 1409. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1409. | ^ #12 1409. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1409. | ^ #12 1409. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 87 | #if GS_EXPOSE(NSUndoManager) #12 1409. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1409. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1409. | ^ #12 1409. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1409. | ^ #12 1409. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #12 1409. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1409. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 59 | #if GS_EXPOSE(NSCachedURLResponse) #12 1409. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1409. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 105 | #if GS_EXPOSE(NSURLCache) #12 1409. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1409. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 48 | #if GS_EXPOSE(NSURLConnection) #12 1409. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1409. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1409. | ^ #12 1409. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 56 | #if GS_EXPOSE(NSURLCredential) #12 1409. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1409. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #12 1409. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1409. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 49 | #if GS_EXPOSE(NSURLDownload) #12 1409. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1409. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1409. | ^ #12 1409. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1409. | ^ #12 1409. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #12 1409. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1409. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1409. | ^ #12 1409. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 121 | #if GS_EXPOSE(NSURLProtocol) #12 1409. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1409. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 92 | #if GS_EXPOSE(NSURLRequest) #12 1409. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1409. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1409. | ^ #12 1409. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 49 | #if GS_EXPOSE(NSURLResponse) #12 1409. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1409. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1409. | ^ #12 1409. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1409. | ^ #12 1409. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 217 | #if GS_EXPOSE(NSUserDefaults) #12 1409. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1409. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1409. | ^ #12 1409. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1409. | ^ #12 1409. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1409. | ^ #12 1409. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1409. | ^ #12 1409. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #12 1409. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #12 1409. from /usr/include/GNUstep/Foundation/Foundation.h:184, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1409. | ^ #12 1409. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1409. | ^ #12 1409. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 72 | #if GS_EXPOSE(NSXMLParser) #12 1409. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1409. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1409. | ^ #12 1409. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1409. | ^ #12 1409. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1409. | ^ #12 1409. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #12 1409. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1409. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1409. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1409. | ^ #12 1409. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1409. | ^ #12 1409. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1409. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1409. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1409. | ^ #12 1409. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1409. | ^ #12 1409. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1409. | ^ #12 1409. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1409. | ^ #12 1409. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #12 1409. from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1409. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1409. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1409. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1409. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1409. | ^ #12 1409. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1409. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1409. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1409. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1409. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1409. | ^ #12 1409. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #12 1409. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1409. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1409. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1409. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1409. | ^ #12 1409. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1409. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1409. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1409. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1409. | ^ #12 1409. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1409. | ^ #12 1409. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1409. | ^ #12 1409. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1409. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1409. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1409. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1409. from nsgui.h:34, #12 1409. from dispextern.h:137, #12 1409. from nsimage.m:33: #12 1409. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1409. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1409. | ^ #12 1410. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1410. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1410. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1410. from nsgui.h:34, #12 1410. from dispextern.h:137, #12 1410. from nsimage.m:33: #12 1410. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1410. | ^ #12 1410. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1410. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1410. from nsgui.h:34, #12 1410. from dispextern.h:137, #12 1410. from nsimage.m:33: #12 1410. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1410. | ^ #12 1410. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #12 1410. from nsgui.h:34, #12 1410. from dispextern.h:137, #12 1410. from nsimage.m:33: #12 1410. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1410. | ^ #12 1410. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #12 1410. from nsgui.h:34, #12 1410. from dispextern.h:137, #12 1410. from nsimage.m:33: #12 1410. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1410. | ^ #12 1410. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1410. from nsgui.h:34, #12 1410. from dispextern.h:137, #12 1410. from nsimage.m:33: #12 1410. /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1410. | ^ #12 1410. In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #12 1410. from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1410. from nsgui.h:34, #12 1410. from dispextern.h:137, #12 1410. from nsimage.m:33: #12 1410. /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1410. | ^ #12 1410. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1410. from nsgui.h:34, #12 1410. from dispextern.h:137, #12 1410. from nsimage.m:33: #12 1410. /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #12 1410. 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1410. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1410. /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #12 1410. 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1410. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1410. /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #12 1410. 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1410. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1410. /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #12 1410. 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1410. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1410. /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #12 1410. 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1410. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1410. /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #12 1410. 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1410. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1410. /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #12 1410. 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1410. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1410. /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #12 1410. 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1410. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1410. /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #12 1410. 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1410. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1410. /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #12 1410. 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1410. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1410. /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #12 1410. 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1410. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1410. /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #12 1410. 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1410. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1410. /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #12 1410. 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1410. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1410. /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #12 1410. 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1410. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1410. /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #12 1410. 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1410. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1410. /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #12 1410. 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1410. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1410. /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #12 1410. 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1410. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1410. /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #12 1410. 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1410. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1410. /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1410. | ^ #12 1410. In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #12 1410. from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1410. from nsgui.h:34, #12 1410. from dispextern.h:137, #12 1410. from nsimage.m:33: #12 1410. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1410. | ^ #12 1410. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1410. from nsgui.h:34, #12 1410. from dispextern.h:137, #12 1410. from nsimage.m:33: #12 1410. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1410. | ^ #12 1410. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1410. from nsgui.h:34, #12 1410. from dispextern.h:137, #12 1410. from nsimage.m:33: #12 1410. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1410. | ^ #12 1410. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #12 1410. from nsgui.h:34, #12 1410. from dispextern.h:137, #12 1410. from nsimage.m:33: #12 1410. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1410. | ^ #12 1410. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #12 1410. from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1410. from nsgui.h:34, #12 1410. from dispextern.h:137, #12 1410. from nsimage.m:33: #12 1410. /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1410. | ^ #12 1410. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1410. from nsgui.h:34, #12 1410. from dispextern.h:137, #12 1410. from nsimage.m:33: #12 1410. /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1410. | ^ #12 1410. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #12 1410. from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1410. from nsgui.h:34, #12 1410. from dispextern.h:137, #12 1410. from nsimage.m:33: #12 1410. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1410. | ^ #12 1410. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1410. from nsgui.h:34, #12 1410. from dispextern.h:137, #12 1410. from nsimage.m:33: #12 1410. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1410. | ^ #12 1410. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #12 1410. from nsgui.h:34, #12 1410. from dispextern.h:137, #12 1410. from nsimage.m:33: #12 1410. /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1410. | ^ #12 1410. In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #12 1410. from nsgui.h:34, #12 1410. from dispextern.h:137, #12 1410. from nsimage.m:33: #12 1410. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1410. | ^ #12 1410. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #12 1410. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1410. from nsgui.h:34, #12 1410. from dispextern.h:137, #12 1410. from nsimage.m:33: #12 1410. /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1410. | ^ #12 1410. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #12 1410. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1410. from nsgui.h:34, #12 1410. from dispextern.h:137, #12 1410. from nsimage.m:33: #12 1410. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1410. | ^ #12 1410. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #12 1410. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1410. from nsgui.h:34, #12 1410. from dispextern.h:137, #12 1410. from nsimage.m:33: #12 1410. /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1410. | ^ #12 1410. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #12 1410. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1410. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1410. from nsgui.h:34, #12 1410. from dispextern.h:137, #12 1410. from nsimage.m:33: #12 1410. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1410. | ^ #12 1410. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1410. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1410. from nsgui.h:34, #12 1410. from dispextern.h:137, #12 1410. from nsimage.m:33: #12 1410. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1410. | ^ #12 1410. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #12 1410. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1410. from nsgui.h:34, #12 1410. from dispextern.h:137, #12 1410. from nsimage.m:33: #12 1410. /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1410. | ^ #12 1410. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #12 1410. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1410. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1410. from nsgui.h:34, #12 1410. from dispextern.h:137, #12 1410. from nsimage.m:33: #12 1410. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1410. | ^ #12 1410. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1410. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1410. from nsgui.h:34, #12 1410. from dispextern.h:137, #12 1410. from nsimage.m:33: #12 1410. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1410. | ^ #12 1410. In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #12 1410. from nsgui.h:34, #12 1410. from dispextern.h:137, #12 1410. from nsimage.m:33: #12 1410. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1410. | ^ #12 1410. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #12 1410. from nsgui.h:34, #12 1410. from dispextern.h:137, #12 1410. from nsimage.m:33: #12 1410. /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1410. | ^ #12 1410. In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #12 1410. from nsgui.h:34, #12 1410. from dispextern.h:137, #12 1410. from nsimage.m:33: #12 1410. /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1410. | ^ #12 1410. In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #12 1410. from nsgui.h:34, #12 1410. from dispextern.h:137, #12 1410. from nsimage.m:33: #12 1410. /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1410. | ^ #12 1410. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1410. from nsgui.h:34, #12 1410. from dispextern.h:137, #12 1410. from nsimage.m:33: #12 1410. /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1410. | ^ #12 1410. In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #12 1410. from nsgui.h:34, #12 1410. from dispextern.h:137, #12 1410. from nsimage.m:33: #12 1410. /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #12 1410. 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1410. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1410. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1410. from nsgui.h:34, #12 1410. from dispextern.h:137, #12 1410. from nsimage.m:33: #12 1410. /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #12 1410. 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1410. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1410. In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #12 1410. from nsgui.h:34, #12 1410. from dispextern.h:137, #12 1410. from nsimage.m:33: #12 1410. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1410. | ^ #12 1410. In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #12 1410. from nsgui.h:34, #12 1410. from dispextern.h:137, #12 1410. from nsimage.m:33: #12 1410. /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1410. | ^ #12 1410. In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #12 1410. from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1410. from nsgui.h:34, #12 1410. from dispextern.h:137, #12 1410. from nsimage.m:33: #12 1410. /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1410. | ^ #12 1410. In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1410. from nsgui.h:34, #12 1410. from dispextern.h:137, #12 1410. from nsimage.m:33: #12 1410. /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1410. | ^ #12 1410. In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #12 1410. from nsgui.h:34, #12 1410. from dispextern.h:137, #12 1410. from nsimage.m:33: #12 1410. /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1410. | ^ #12 1410. In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #12 1410. from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1410. from nsgui.h:34, #12 1410. from dispextern.h:137, #12 1410. from nsimage.m:33: #12 1410. /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1410. | ^ #12 1410. In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1410. from nsgui.h:34, #12 1410. from dispextern.h:137, #12 1410. from nsimage.m:33: #12 1410. /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1410. | ^ #12 1410. In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #12 1410. from nsgui.h:34, #12 1410. from dispextern.h:137, #12 1410. from nsimage.m:33: #12 1410. /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1410. | ^ #12 1410. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1410. from nsgui.h:34, #12 1410. from dispextern.h:137, #12 1410. from nsimage.m:33: #12 1410. /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #12 1410. 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1410. | ^~~~~~~~~~~~~~~~~~~~ #12 1410. In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #12 1410. from nsgui.h:34, #12 1410. from dispextern.h:137, #12 1410. from nsimage.m:33: #12 1410. /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #12 1410. 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1410. | ^~~~~~~~~~~~~~~~~~~~ #12 1410. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1410. from nsgui.h:34, #12 1410. from dispextern.h:137, #12 1410. from nsimage.m:33: #12 1410. /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1410. | ^ #12 1410. In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #12 1410. from nsgui.h:34, #12 1410. from dispextern.h:137, #12 1410. from nsimage.m:33: #12 1410. /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1410. | ^ #12 1410. In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #12 1410. from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1410. from nsgui.h:34, #12 1410. from dispextern.h:137, #12 1410. from nsimage.m:33: #12 1410. /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1410. | ^ #12 1410. In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1410. from nsgui.h:34, #12 1410. from dispextern.h:137, #12 1410. from nsimage.m:33: #12 1410. /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1410. | ^ #12 1410. In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #12 1410. from nsgui.h:34, #12 1410. from dispextern.h:137, #12 1410. from nsimage.m:33: #12 1410. /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1410. | ^ #12 1410. In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #12 1410. from nsgui.h:34, #12 1410. from dispextern.h:137, #12 1410. from nsimage.m:33: #12 1410. /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1410. | ^ #12 1410. In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #12 1410. from nsgui.h:34, #12 1410. from dispextern.h:137, #12 1410. from nsimage.m:33: #12 1410. /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1410. | ^ #12 1410. In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #12 1410. from nsgui.h:34, #12 1410. from dispextern.h:137, #12 1410. from nsimage.m:33: #12 1410. /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1410. | ^ #12 1410. In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #12 1410. from nsgui.h:34, #12 1410. from dispextern.h:137, #12 1410. from nsimage.m:33: #12 1410. /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1410. | ^ #12 1410. In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #12 1410. from nsgui.h:34, #12 1410. from dispextern.h:137, #12 1410. from nsimage.m:33: #12 1410. /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1410. | ^ #12 1410. In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #12 1410. from nsgui.h:34, #12 1410. from dispextern.h:137, #12 1410. from nsimage.m:33: #12 1410. /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1410. | ^ #12 1410. In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #12 1410. from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1410. from nsgui.h:34, #12 1410. from dispextern.h:137, #12 1410. from nsimage.m:33: #12 1410. /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1410. | ^ #12 1410. In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1410. from nsgui.h:34, #12 1410. from dispextern.h:137, #12 1410. from nsimage.m:33: #12 1410. /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1410. | ^ #12 1410. In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #12 1410. from nsgui.h:34, #12 1410. from dispextern.h:137, #12 1410. from nsimage.m:33: #12 1410. /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1410. | ^ #12 1410. In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #12 1410. from nsgui.h:34, #12 1410. from dispextern.h:137, #12 1410. from nsimage.m:33: #12 1410. /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1410. | ^ #12 1410. In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #12 1410. from nsgui.h:34, #12 1410. from dispextern.h:137, #12 1410. from nsimage.m:33: #12 1410. /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1410. | ^ #12 1410. In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #12 1410. from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1410. from nsgui.h:34, #12 1410. from dispextern.h:137, #12 1410. from nsimage.m:33: #12 1410. /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1410. | ^ #12 1410. In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1410. from nsgui.h:34, #12 1410. from dispextern.h:137, #12 1410. from nsimage.m:33: #12 1410. /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1410. | ^ #12 1410. In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #12 1410. from nsgui.h:34, #12 1410. from dispextern.h:137, #12 1410. from nsimage.m:33: #12 1410. /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1410. | ^ #12 1410. In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #12 1410. from nsgui.h:34, #12 1410. from dispextern.h:137, #12 1410. from nsimage.m:33: #12 1410. /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1410. | ^ #12 1410. In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #12 1410. from nsgui.h:34, #12 1410. from dispextern.h:137, #12 1410. from nsimage.m:33: #12 1410. /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1410. | ^ #12 1410. In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #12 1410. from nsgui.h:34, #12 1410. from dispextern.h:137, #12 1410. from nsimage.m:33: #12 1410. /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1410. | ^ #12 1410. In file included from nsgui.h:34, #12 1410. from dispextern.h:137, #12 1410. from nsimage.m:33: #12 1410. /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1410. | ^ #12 1410. In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #12 1410. from nsgui.h:34, #12 1410. from dispextern.h:137, #12 1410. from nsimage.m:33: #12 1410. /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1410. | ^ #12 1410. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1410. from nsgui.h:34, #12 1410. from dispextern.h:137, #12 1410. from nsimage.m:33: #12 1410. /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1410. | ^ #12 1410. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1410. from nsgui.h:34, #12 1410. from dispextern.h:137, #12 1410. from nsimage.m:33: #12 1410. /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1410. | ^ #12 1410. In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #12 1410. from nsgui.h:34, #12 1410. from dispextern.h:137, #12 1410. from nsimage.m:33: #12 1410. /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #12 1410. | ^ #12 1410. In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #12 1410. from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1410. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1410. from nsgui.h:34, #12 1410. from dispextern.h:137, #12 1410. from nsimage.m:33: #12 1410. /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1410. | ^ #12 1410. In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1410. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1410. from nsgui.h:34, #12 1410. from dispextern.h:137, #12 1410. from nsimage.m:33: #12 1410. /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1410. | ^ #12 1410. In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1410. from nsgui.h:34, #12 1410. from dispextern.h:137, #12 1410. from nsimage.m:33: #12 1410. /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1410. | ^ #12 1410. In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #12 1410. from nsgui.h:34, #12 1410. from dispextern.h:137, #12 1410. from nsimage.m:33: #12 1410. /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1410. | ^ #12 1410. In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #12 1410. from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1410. from nsgui.h:34, #12 1410. from dispextern.h:137, #12 1410. from nsimage.m:33: #12 1410. /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1410. | ^ #12 1410. In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1410. from nsgui.h:34, #12 1410. from dispextern.h:137, #12 1410. from nsimage.m:33: #12 1410. /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1410. | ^ #12 1410. In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #12 1410. from nsgui.h:34, #12 1410. from dispextern.h:137, #12 1410. from nsimage.m:33: #12 1410. /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1410. | ^ #12 1410. In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #12 1410. from nsgui.h:34, #12 1410. from dispextern.h:137, #12 1410. from nsimage.m:33: #12 1410. /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1410. | ^ #12 1410. In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #12 1410. from nsgui.h:34, #12 1410. from dispextern.h:137, #12 1410. from nsimage.m:33: #12 1410. /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1410. | ^ #12 1410. In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #12 1410. from nsgui.h:34, #12 1410. from dispextern.h:137, #12 1410. from nsimage.m:33: #12 1410. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1410. | ^ #12 1410. In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #12 1410. from nsgui.h:34, #12 1410. from dispextern.h:137, #12 1410. from nsimage.m:33: #12 1410. /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1410. | ^ #12 1410. In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #12 1410. from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1410. from nsgui.h:34, #12 1410. from dispextern.h:137, #12 1410. from nsimage.m:33: #12 1410. /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1410. | ^ #12 1410. In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1410. from nsgui.h:34, #12 1410. from dispextern.h:137, #12 1410. from nsimage.m:33: #12 1410. /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1410. | ^ #12 1410. In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #12 1410. from nsgui.h:34, #12 1410. from dispextern.h:137, #12 1410. from nsimage.m:33: #12 1410. /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1410. | ^ #12 1410. In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #12 1410. from nsgui.h:34, #12 1410. from dispextern.h:137, #12 1410. from nsimage.m:33: #12 1410. /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1410. | ^ #12 1410. In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #12 1410. from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1410. from nsgui.h:34, #12 1410. from dispextern.h:137, #12 1410. from nsimage.m:33: #12 1410. /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1410. | ^ #12 1410. In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1410. from nsgui.h:34, #12 1410. from dispextern.h:137, #12 1410. from nsimage.m:33: #12 1410. /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1410. | ^ #12 1410. In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #12 1410. from nsgui.h:34, #12 1410. from dispextern.h:137, #12 1410. from nsimage.m:33: #12 1410. /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1410. | ^ #12 1410. In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #12 1410. from nsgui.h:34, #12 1410. from dispextern.h:137, #12 1410. from nsimage.m:33: #12 1410. /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1410. | ^ #12 1410. In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #12 1410. from nsgui.h:34, #12 1410. from dispextern.h:137, #12 1410. from nsimage.m:33: #12 1410. /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1410. | ^ #12 1410. In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #12 1410. from nsgui.h:34, #12 1410. from dispextern.h:137, #12 1410. from nsimage.m:33: #12 1410. /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1410. | ^ #12 1410. In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #12 1410. from nsgui.h:34, #12 1410. from dispextern.h:137, #12 1410. from nsimage.m:33: #12 1410. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1410. | ^ #12 1410. In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #12 1410. from nsgui.h:34, #12 1410. from dispextern.h:137, #12 1410. from nsimage.m:33: #12 1410. /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1410. | ^ #12 1410. In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #12 1410. from nsgui.h:34, #12 1410. from dispextern.h:137, #12 1410. from nsimage.m:33: #12 1410. /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1410. | ^ #12 1410. In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #12 1410. from nsgui.h:34, #12 1410. from dispextern.h:137, #12 1410. from nsimage.m:33: #12 1410. /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1410. | ^ #12 1410. In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #12 1410. from nsgui.h:34, #12 1410. from dispextern.h:137, #12 1410. from nsimage.m:33: #12 1410. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1410. | ^ #12 1410. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #12 1410. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1410. from nsgui.h:34, #12 1410. from dispextern.h:137, #12 1410. from nsimage.m:33: #12 1410. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1410. | ^ #12 1410. In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #12 1410. from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1410. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1410. from nsgui.h:34, #12 1410. from dispextern.h:137, #12 1410. from nsimage.m:33: #12 1410. /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1410. | ^ #12 1410. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1410. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1410. from nsgui.h:34, #12 1410. from dispextern.h:137, #12 1410. from nsimage.m:33: #12 1410. /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1410. | ^ #12 1410. In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1410. from nsgui.h:34, #12 1410. from dispextern.h:137, #12 1410. from nsimage.m:33: #12 1410. /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1410. | ^ #12 1410. In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #12 1410. from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1410. from nsgui.h:34, #12 1410. from dispextern.h:137, #12 1410. from nsimage.m:33: #12 1410. /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1410. | ^ #12 1410. In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1410. from nsgui.h:34, #12 1410. from dispextern.h:137, #12 1410. from nsimage.m:33: #12 1410. /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1410. | ^ #12 1410. In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #12 1410. from nsgui.h:34, #12 1410. from dispextern.h:137, #12 1410. from nsimage.m:33: #12 1410. /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1410. | ^ #12 1410. In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #12 1410. from nsgui.h:34, #12 1410. from dispextern.h:137, #12 1410. from nsimage.m:33: #12 1410. /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1410. | ^ #12 1410. In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #12 1410. from nsgui.h:34, #12 1410. from dispextern.h:137, #12 1410. from nsimage.m:33: #12 1410. /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1410. | ^ #12 1410. In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #12 1410. from nsgui.h:34, #12 1410. from dispextern.h:137, #12 1410. from nsimage.m:33: #12 1410. /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1410. | ^ #12 1410. In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #12 1410. from nsgui.h:34, #12 1410. from dispextern.h:137, #12 1410. from nsimage.m:33: #12 1410. /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1410. | ^ #12 1410. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1410. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1410. from nsgui.h:34, #12 1410. from dispextern.h:137, #12 1410. from nsimage.m:33: #12 1410. /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1410. | ^ #12 1410. In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1410. from nsgui.h:34, #12 1410. from dispextern.h:137, #12 1410. from nsimage.m:33: #12 1410. /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1410. | ^ #12 1410. In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #12 1410. from nsgui.h:34, #12 1410. from dispextern.h:137, #12 1410. from nsimage.m:33: #12 1410. /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1410. | ^ #12 1410. In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #12 1410. from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1410. from nsgui.h:34, #12 1410. from dispextern.h:137, #12 1410. from nsimage.m:33: #12 1410. /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1410. | ^ #12 1410. In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1410. from nsgui.h:34, #12 1410. from dispextern.h:137, #12 1410. from nsimage.m:33: #12 1410. /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1410. | ^ #12 1410. In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #12 1410. from nsgui.h:34, #12 1410. from dispextern.h:137, #12 1410. from nsimage.m:33: #12 1410. /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1410. | ^ #12 1410. In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #12 1410. from nsgui.h:34, #12 1410. from dispextern.h:137, #12 1410. from nsimage.m:33: #12 1410. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1410. | ^ #12 1410. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1410. | ^ #12 1410. In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #12 1410. from nsgui.h:34, #12 1410. from dispextern.h:137, #12 1410. from nsimage.m:33: #12 1410. /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1410. | ^ #12 1410. In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #12 1410. from nsgui.h:34, #12 1410. from dispextern.h:137, #12 1410. from nsimage.m:33: #12 1410. /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1410. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1410. | ^ #12 1411. In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #12 1411. from nsgui.h:34, #12 1411. from dispextern.h:137, #12 1411. from nsimage.m:33: #12 1411. /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1411. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1411. | ^ #12 1411. In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #12 1411. from nsgui.h:34, #12 1411. from dispextern.h:137, #12 1411. from nsimage.m:33: #12 1411. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1411. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1411. | ^ #12 1411. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1411. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1411. | ^ #12 1411. In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #12 1411. from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1411. from nsgui.h:34, #12 1411. from dispextern.h:137, #12 1411. from nsimage.m:33: #12 1411. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1411. 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1411. | ^ #12 1411. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1411. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1411. | ^ #12 1411. In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1411. from nsgui.h:34, #12 1411. from dispextern.h:137, #12 1411. from nsimage.m:33: #12 1411. /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1411. 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1411. | ^ #12 1411. In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #12 1411. from nsgui.h:34, #12 1411. from dispextern.h:137, #12 1411. from nsimage.m:33: #12 1411. /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1411. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1411. | ^ #12 1411. In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #12 1411. from nsgui.h:34, #12 1411. from dispextern.h:137, #12 1411. from nsimage.m:33: #12 1411. /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1411. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1411. | ^ #12 1411. In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #12 1411. from nsgui.h:34, #12 1411. from dispextern.h:137, #12 1411. from nsimage.m:33: #12 1411. /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1411. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1411. | ^ #12 1411. In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #12 1411. from nsgui.h:34, #12 1411. from dispextern.h:137, #12 1411. from nsimage.m:33: #12 1411. /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1411. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1411. | ^ #12 1411. In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #12 1411. from nsgui.h:34, #12 1411. from dispextern.h:137, #12 1411. from nsimage.m:33: #12 1411. /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1411. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1411. | ^ #12 1411. In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #12 1411. from nsgui.h:34, #12 1411. from dispextern.h:137, #12 1411. from nsimage.m:33: #12 1411. /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1411. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1411. | ^ #12 1411. In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #12 1411. from nsgui.h:34, #12 1411. from dispextern.h:137, #12 1411. from nsimage.m:33: #12 1411. /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1411. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1411. | ^ #12 1411. In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #12 1411. from nsgui.h:34, #12 1411. from dispextern.h:137, #12 1411. from nsimage.m:33: #12 1411. /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1411. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1411. | ^ #12 1411. /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1411. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1411. | ^ #12 1411. /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1411. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1411. | ^ #12 1411. /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1411. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1411. | ^ #12 1411. /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #12 1411. 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1411. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1411. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1411. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1411. from nsgui.h:34, #12 1411. from dispextern.h:137, #12 1411. from nsimage.m:33: #12 1411. /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #12 1411. 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1411. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1411. In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #12 1411. from nsgui.h:34, #12 1411. from dispextern.h:137, #12 1411. from nsimage.m:33: #12 1411. /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1411. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1411. | ^ #12 1411. In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #12 1411. from nsgui.h:34, #12 1411. from dispextern.h:137, #12 1411. from nsimage.m:33: #12 1411. /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1411. 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1411. | ^ #12 1411. In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #12 1411. from nsgui.h:34, #12 1411. from dispextern.h:137, #12 1411. from nsimage.m:33: #12 1411. /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1411. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1411. | ^ #12 1411. In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #12 1411. from nsgui.h:34, #12 1411. from dispextern.h:137, #12 1411. from nsimage.m:33: #12 1411. /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1411. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1411. | ^ #12 1411. In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #12 1411. from nsgui.h:34, #12 1411. from dispextern.h:137, #12 1411. from nsimage.m:33: #12 1411. /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1411. 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1411. | ^ #12 1411. In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #12 1411. from nsgui.h:34, #12 1411. from dispextern.h:137, #12 1411. from nsimage.m:33: #12 1411. /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1411. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1411. | ^ #12 1411. /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1411. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1411. | ^ #12 1411. In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #12 1411. from nsgui.h:34, #12 1411. from dispextern.h:137, #12 1411. from nsimage.m:33: #12 1411. /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1411. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1411. | ^ #12 1411. In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #12 1411. from nsgui.h:34, #12 1411. from dispextern.h:137, #12 1411. from nsimage.m:33: #12 1411. /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1411. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1411. | ^ #12 1411. In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #12 1411. from nsgui.h:34, #12 1411. from dispextern.h:137, #12 1411. from nsimage.m:33: #12 1411. /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1411. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1411. | ^ #12 1411. In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #12 1411. from nsgui.h:34, #12 1411. from dispextern.h:137, #12 1411. from nsimage.m:33: #12 1411. /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1411. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1411. | ^ #12 1411. In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #12 1411. from nsgui.h:34, #12 1411. from dispextern.h:137, #12 1411. from nsimage.m:33: #12 1411. /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1411. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1411. | ^ #12 1411. /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1411. 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1411. | ^ #12 1411. /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1411. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1411. | ^ #12 1411. /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1411. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1411. | ^ #12 1411. /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1411. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1411. | ^ #12 1411. In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #12 1411. from nsgui.h:34, #12 1411. from dispextern.h:137, #12 1411. from nsimage.m:33: #12 1411. /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1411. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1411. | ^ #12 1411. /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1411. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1411. | ^ #12 1411. In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #12 1411. from nsgui.h:34, #12 1411. from dispextern.h:137, #12 1411. from nsimage.m:33: #12 1411. /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1411. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1411. | ^ #12 1411. In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #12 1411. from nsgui.h:34, #12 1411. from dispextern.h:137, #12 1411. from nsimage.m:33: #12 1411. /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1411. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1411. | ^ #12 1411. /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1411. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1411. | ^ #12 1411. In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #12 1411. from nsgui.h:34, #12 1411. from dispextern.h:137, #12 1411. from nsimage.m:33: #12 1411. /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1411. 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1411. | ^ #12 1411. In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #12 1411. from nsgui.h:34, #12 1411. from dispextern.h:137, #12 1411. from nsimage.m:33: #12 1411. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1411. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1411. | ^ #12 1411. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1411. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1411. | ^ #12 1411. In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #12 1411. from nsgui.h:34, #12 1411. from dispextern.h:137, #12 1411. from nsimage.m:33: #12 1411. /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1411. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1411. | ^ #12 1411. In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #12 1411. from nsgui.h:34, #12 1411. from dispextern.h:137, #12 1411. from nsimage.m:33: #12 1411. /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1411. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1411. | ^ #12 1411. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1411. from nsgui.h:34, #12 1411. from dispextern.h:137, #12 1411. from nsimage.m:33: #12 1411. /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1411. 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1411. | ^ #12 1411. /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1411. 125 | __attribute__((unused)); #12 1411. | ^~~~~~~~~~~~~ #12 1411. /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1411. 129 | __attribute__((unused)); #12 1411. | ^~~~~~~~~~~~~ #12 1411. /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1411. 133 | __attribute__((unused)); #12 1411. | ^~~~~~~~~~~~~ #12 1411. /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1411. 214 | __attribute__((unused)); #12 1411. | ^~~~~~~~~~~~~ #12 1411. /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1411. 247 | __attribute__((unused)); #12 1411. | ^~~~~~~~~~~~~ #12 1411. /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1411. 251 | __attribute__((unused)); #12 1411. | ^~~~~~~~~~~~~ #12 1411. /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1411. 259 | __attribute__((unused)); #12 1411. | ^~~~~~~~~~~~~ #12 1411. /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1411. 263 | __attribute__((unused)); #12 1411. | ^~~~~~~~~~~~~ #12 1411. /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1411. 267 | __attribute__((unused)); #12 1411. | ^~~~~~~~~~~~~ #12 1411. /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1411. 271 | __attribute__((unused)); #12 1411. | ^~~~~~~~~~~~~ #12 1411. /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1411. 275 | __attribute__((unused)); #12 1411. | ^~~~~~~~~~~~~ #12 1411. /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1411. 287 | __attribute__((unused)); #12 1411. | ^~~~~~~~~~~~~ #12 1411. /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1411. 311 | __attribute__((unused)); #12 1411. | ^~~~~~~~~~~~~ #12 1411. /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1411. 323 | __attribute__((unused)); #12 1411. | ^~~~~~~~~~~~~ #12 1411. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1411. from nsgui.h:34, #12 1411. from dispextern.h:137, #12 1411. from nsimage.m:33: #12 1411. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1411. 493 | PSgsave() #12 1411. | ^~~~~~~ #12 1411. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #12 1411. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #12 1411. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1411. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1411. 499 | PSgrestore() #12 1411. | ^~~~~~~~~~ #12 1411. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #12 1411. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #12 1411. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1411. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1411. 505 | PSinitgraphics() #12 1411. | ^~~~~~~~~~~~~~ #12 1411. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #12 1411. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #12 1411. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1411. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1411. 622 | PSinitmatrix() #12 1411. | ^~~~~~~~~~~~ #12 1411. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #12 1411. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #12 1411. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1411. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1411. 669 | PSclip() #12 1411. | ^~~~~~ #12 1411. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #12 1411. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #12 1411. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1411. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1411. 675 | PSclosepath() #12 1411. | ^~~~~~~~~~~ #12 1411. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #12 1411. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #12 1411. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1411. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1411. 687 | PSeoclip() #12 1411. | ^~~~~~~~ #12 1411. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #12 1411. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #12 1411. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1411. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1411. 693 | PSeofill() #12 1411. | ^~~~~~~~ #12 1411. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #12 1411. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #12 1411. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1411. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1411. 699 | PSfill() #12 1411. | ^~~~~~ #12 1411. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #12 1411. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #12 1411. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1411. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1411. 705 | PSflattenpath() #12 1411. | ^~~~~~~~~~~~~ #12 1411. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #12 1411. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #12 1411. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1411. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1411. 711 | PSinitclip() #12 1411. | ^~~~~~~~~~ #12 1411. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #12 1411. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #12 1411. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1411. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1411. 729 | PSnewpath() #12 1411. | ^~~~~~~~~ #12 1411. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #12 1411. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #12 1411. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1411. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1411. 765 | PSreversepath() #12 1411. | ^~~~~~~~~~~~~ #12 1411. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #12 1411. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #12 1411. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1411. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1411. 783 | PSstroke() #12 1411. | ^~~~~~~~ #12 1411. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #12 1411. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #12 1411. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1411. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1411. 835 | PSWait() #12 1411. | ^~~~~~ #12 1411. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #12 1411. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #12 1415. CC nsfont.o #12 1415. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #12 1415. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #12 1416. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #12 1416. from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1416. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1416. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1416. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1416. from nsgui.h:34, #12 1416. from dispextern.h:137, #12 1416. from nsfont.m:28: #12 1416. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #12 1416. | ^ #12 1416. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1416. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1416. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1416. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1416. from nsgui.h:34, #12 1416. from dispextern.h:137, #12 1416. from nsfont.m:28: #12 1416. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #12 1416. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1416. | ^~~~~~~~~~~~~~~~~~~~ #12 1416. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #12 1416. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1416. | ^~~~~~~~~~~~~~~~~~~~ #12 1416. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1416. | ^ #12 1416. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #12 1416. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1416. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1416. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1416. from nsgui.h:34, #12 1416. from dispextern.h:137, #12 1416. from nsfont.m:28: #12 1416. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #12 1416. | ^ #12 1416. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1416. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1416. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1416. from nsgui.h:34, #12 1416. from dispextern.h:137, #12 1416. from nsfont.m:28: #12 1416. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1416. | ^ #12 1416. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #12 1416. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1416. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1416. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1416. from nsgui.h:34, #12 1416. from dispextern.h:137, #12 1416. from nsfont.m:28: #12 1416. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1416. | ^ #12 1416. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1416. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1416. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1416. from nsgui.h:34, #12 1416. from dispextern.h:137, #12 1416. from nsfont.m:28: #12 1416. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1416. | ^ #12 1416. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #12 1416. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1416. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1416. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1416. from nsgui.h:34, #12 1416. from dispextern.h:137, #12 1416. from nsfont.m:28: #12 1416. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1416. | ^ #12 1416. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1416. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1416. from nsgui.h:34, #12 1416. from dispextern.h:137, #12 1416. from nsfont.m:28: #12 1416. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1416. | ^ #12 1416. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1416. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1416. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1416. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1416. from nsgui.h:34, #12 1416. from dispextern.h:137, #12 1416. from nsfont.m:28: #12 1416. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 88 | #if GS_API_VERSION(0,011500) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1416. | ^ #12 1416. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #12 1416. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1416. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1416. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1416. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1416. from nsgui.h:34, #12 1416. from dispextern.h:137, #12 1416. from nsfont.m:28: #12 1416. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1416. | ^ #12 1416. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1416. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1416. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1416. from nsgui.h:34, #12 1416. from dispextern.h:137, #12 1416. from nsfont.m:28: #12 1416. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #12 1416. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1416. | ^~~~~~~~~~ #12 1416. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1416. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1416. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1416. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1416. from nsgui.h:34, #12 1416. from dispextern.h:137, #12 1416. from nsfont.m:28: #12 1416. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #12 1416. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1416. | ^~~~~~~~~~ #12 1416. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #12 1416. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1416. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1416. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1416. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1416. from nsgui.h:34, #12 1416. from dispextern.h:137, #12 1416. from nsfont.m:28: #12 1416. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1416. | ^ #12 1416. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1416. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1416. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1416. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1416. from nsgui.h:34, #12 1416. from dispextern.h:137, #12 1416. from nsfont.m:28: #12 1416. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1416. | ^ #12 1416. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #12 1416. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1416. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1416. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1416. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1416. from nsgui.h:34, #12 1416. from dispextern.h:137, #12 1416. from nsfont.m:28: #12 1416. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1416. | ^ #12 1416. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #12 1416. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1416. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1416. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1416. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1416. from nsgui.h:34, #12 1416. from dispextern.h:137, #12 1416. from nsfont.m:28: #12 1416. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1416. | ^ #12 1416. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1416. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1416. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1416. from nsgui.h:34, #12 1416. from dispextern.h:137, #12 1416. from nsfont.m:28: #12 1416. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1416. | ^ #12 1416. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1416. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1416. from nsgui.h:34, #12 1416. from dispextern.h:137, #12 1416. from nsfont.m:28: #12 1416. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 46 | #if GS_EXPOSE(NSAffineTransform) #12 1416. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1416. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #12 1416. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1416. from nsgui.h:34, #12 1416. from dispextern.h:137, #12 1416. from nsfont.m:28: #12 1416. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1416. | ^ #12 1416. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #12 1416. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1416. from nsgui.h:34, #12 1416. from dispextern.h:137, #12 1416. from nsfont.m:28: #12 1416. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1416. | ^ #12 1416. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #12 1416. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1416. from nsgui.h:34, #12 1416. from dispextern.h:137, #12 1416. from nsfont.m:28: #12 1416. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1416. | ^ #12 1416. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #12 1416. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1416. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1416. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1416. from nsgui.h:34, #12 1416. from dispextern.h:137, #12 1416. from nsfont.m:28: #12 1416. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1416. | ^ #12 1416. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1416. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1416. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1416. from nsgui.h:34, #12 1416. from dispextern.h:137, #12 1416. from nsfont.m:28: #12 1416. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1416. | ^ #12 1416. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1416. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1416. from nsgui.h:34, #12 1416. from dispextern.h:137, #12 1416. from nsfont.m:28: #12 1416. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 45 | #if GS_EXPOSE(NSArchiver) #12 1416. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1416. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 164 | #if GS_EXPOSE(NSUnarchiver) #12 1416. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1416. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1416. | ^ #12 1416. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1416. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1416. from nsgui.h:34, #12 1416. from dispextern.h:137, #12 1416. from nsfont.m:28: #12 1416. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1416. | ^ #12 1416. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #12 1416. from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1416. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1416. from nsgui.h:34, #12 1416. from dispextern.h:137, #12 1416. from nsfont.m:28: #12 1416. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1416. | ^ #12 1416. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1416. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1416. from nsgui.h:34, #12 1416. from dispextern.h:137, #12 1416. from nsfont.m:28: #12 1416. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1416. | ^ #12 1416. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #12 1416. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1416. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1416. from nsgui.h:34, #12 1416. from dispextern.h:137, #12 1416. from nsfont.m:28: #12 1416. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1416. | ^ #12 1416. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #12 1416. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1416. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1416. from nsgui.h:34, #12 1416. from dispextern.h:137, #12 1416. from nsfont.m:28: #12 1416. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1416. | ^ #12 1416. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #12 1416. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1416. from nsgui.h:34, #12 1416. from dispextern.h:137, #12 1416. from nsfont.m:28: #12 1416. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #12 1416. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1416. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1416. | ^ #12 1416. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #12 1416. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1416. from nsgui.h:34, #12 1416. from dispextern.h:137, #12 1416. from nsfont.m:28: #12 1416. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1416. | ^ #12 1416. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1416. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1416. from nsgui.h:34, #12 1416. from dispextern.h:137, #12 1416. from nsfont.m:28: #12 1416. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 114 | #if GS_EXPOSE(NSBundle) #12 1416. | ^~~~~~~~~~~~~~~~~~~~~ #12 1416. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1416. | ^ #12 1416. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #12 1416. from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1416. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1416. from nsgui.h:34, #12 1416. from dispextern.h:137, #12 1416. from nsfont.m:28: #12 1416. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1416. | ^ #12 1416. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #12 1416. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1416. from nsgui.h:34, #12 1416. from dispextern.h:137, #12 1416. from nsfont.m:28: #12 1416. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 43 | #if GS_EXPOSE(NSCache) #12 1416. | ^~~~~~~~~~~~~~~~~~~~ #12 1416. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #12 1416. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1416. from nsgui.h:34, #12 1416. from dispextern.h:137, #12 1416. from nsfont.m:28: #12 1416. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1416. | ^ #12 1416. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1416. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1416. from nsgui.h:34, #12 1416. from dispextern.h:137, #12 1416. from nsfont.m:28: #12 1416. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 37 | #if GS_EXPOSE(NSCalendarDate) #12 1416. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1416. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1416. | ^ #12 1416. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #12 1416. from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1416. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1416. from nsgui.h:34, #12 1416. from dispextern.h:137, #12 1416. from nsfont.m:28: #12 1416. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1416. | ^ #12 1416. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #12 1416. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1416. from nsgui.h:34, #12 1416. from dispextern.h:137, #12 1416. from nsfont.m:28: #12 1416. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1416. | ^ #12 1416. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #12 1416. from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1416. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1416. from nsgui.h:34, #12 1416. from dispextern.h:137, #12 1416. from nsfont.m:28: #12 1416. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 113 | #if GS_EXPOSE(NSException) #12 1416. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1416. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1416. 303 | NSGetUncaughtExceptionHandler(); #12 1416. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1416. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1416. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1416. from nsgui.h:34, #12 1416. from dispextern.h:137, #12 1416. from nsfont.m:28: #12 1416. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1416. | ^ #12 1416. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1416. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1416. from nsgui.h:34, #12 1416. from dispextern.h:137, #12 1416. from nsfont.m:28: #12 1416. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1416. | ^ #12 1416. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #12 1416. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1416. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1416. from nsgui.h:34, #12 1416. from dispextern.h:137, #12 1416. from nsfont.m:28: #12 1416. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 53 | #if GS_EXPOSE(NSExpression) #12 1416. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1416. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #12 1416. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1416. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1416. from nsgui.h:34, #12 1416. from dispextern.h:137, #12 1416. from nsfont.m:28: #12 1416. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1416. | ^ #12 1416. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1416. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1416. from nsgui.h:34, #12 1416. from dispextern.h:137, #12 1416. from nsfont.m:28: #12 1416. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 74 | #if GS_EXPOSE(NSComparisonPredicate) #12 1416. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1416. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #12 1416. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1416. from nsgui.h:34, #12 1416. from dispextern.h:137, #12 1416. from nsfont.m:28: #12 1416. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 47 | #if GS_EXPOSE(NSCompoundPredicate) #12 1416. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1416. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #12 1416. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1416. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1416. from nsgui.h:34, #12 1416. from dispextern.h:137, #12 1416. from nsfont.m:28: #12 1416. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 47 | #if GS_EXPOSE(NSTimer) #12 1416. | ^~~~~~~~~~~~~~~~~~~~ #12 1416. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1416. | ^ #12 1416. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #12 1416. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #12 1416. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1416. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1416. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1416. from nsgui.h:34, #12 1416. from dispextern.h:137, #12 1416. from nsfont.m:28: #12 1416. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1416. | ^ #12 1416. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1416. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1416. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1416. from nsgui.h:34, #12 1416. from dispextern.h:137, #12 1416. from nsfont.m:28: #12 1416. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 46 | #if GS_EXPOSE(NSRunLoop) #12 1416. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1416. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1416. | ^ #12 1416. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1416. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1416. from nsgui.h:34, #12 1416. from dispextern.h:137, #12 1416. from nsfont.m:28: #12 1416. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1416. | ^ #12 1416. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #12 1416. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1416. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1416. from nsgui.h:34, #12 1416. from dispextern.h:137, #12 1416. from nsfont.m:28: #12 1416. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1416. | ^ #12 1416. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1416. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1416. from nsgui.h:34, #12 1416. from dispextern.h:137, #12 1416. from nsfont.m:28: #12 1416. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1416. | ^ #12 1416. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #12 1416. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1416. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1416. from nsgui.h:34, #12 1416. from dispextern.h:137, #12 1416. from nsfont.m:28: #12 1416. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1416. | ^ #12 1416. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #12 1416. from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1416. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1416. from nsgui.h:34, #12 1416. from dispextern.h:137, #12 1416. from nsfont.m:28: #12 1416. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1416. | ^ #12 1416. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1416. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1416. from nsgui.h:34, #12 1416. from dispextern.h:137, #12 1416. from nsfont.m:28: #12 1416. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #12 1416. | ^ #12 1416. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #12 1416. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1416. from nsgui.h:34, #12 1416. from dispextern.h:137, #12 1416. from nsfont.m:28: #12 1416. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 127 | #if GS_EXPOSE(NSDateFormatter) #12 1416. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1416. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1416. | ^ #12 1416. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #12 1416. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1416. from nsgui.h:34, #12 1416. from dispextern.h:137, #12 1416. from nsfont.m:28: #12 1416. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1416. | ^ #12 1416. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #12 1416. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1416. from nsgui.h:34, #12 1416. from dispextern.h:137, #12 1416. from nsfont.m:28: #12 1416. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1416. | ^ #12 1416. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1416. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1416. from nsgui.h:34, #12 1416. from dispextern.h:137, #12 1416. from nsfont.m:28: #12 1416. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1416. | ^ #12 1416. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #12 1416. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1416. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1416. from nsgui.h:34, #12 1416. from dispextern.h:137, #12 1416. from nsfont.m:28: #12 1416. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1416. | ^ #12 1416. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1416. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1416. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1416. from nsgui.h:34, #12 1416. from dispextern.h:137, #12 1416. from nsfont.m:28: #12 1416. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1416. | ^ #12 1416. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #12 1416. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1416. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1416. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1416. from nsgui.h:34, #12 1416. from dispextern.h:137, #12 1416. from nsfont.m:28: #12 1416. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1416. | ^ #12 1416. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1416. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1416. from nsgui.h:34, #12 1416. from dispextern.h:137, #12 1416. from nsfont.m:28: #12 1416. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #12 1416. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1416. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 192 | #if GS_EXPOSE(NSDecimalNumber) #12 1416. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1416. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #12 1416. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1416. from nsgui.h:34, #12 1416. from dispextern.h:137, #12 1416. from nsfont.m:28: #12 1416. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 40 | #if GS_EXPOSE(NSDistantObject) #12 1416. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1416. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #12 1416. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1416. from nsgui.h:34, #12 1416. from dispextern.h:137, #12 1416. from nsfont.m:28: #12 1416. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 41 | #if GS_EXPOSE(NSDistributedLock) #12 1416. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1416. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1416. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1416. from nsgui.h:34, #12 1416. from dispextern.h:137, #12 1416. from nsfont.m:28: #12 1416. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1416. | ^ #12 1416. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1416. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1416. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1416. from nsgui.h:34, #12 1416. from dispextern.h:137, #12 1416. from nsfont.m:28: #12 1416. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 74 | #if GS_EXPOSE(NSLock) #12 1416. | ^~~~~~~~~~~~~~~~~~~ #12 1416. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 125 | #if GS_EXPOSE(NSCondition) #12 1416. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1416. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 175 | #if GS_EXPOSE(NSConditionLock) #12 1416. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1416. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 275 | #if GS_EXPOSE(NSRecursiveLock) #12 1416. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1416. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1416. | ^ #12 1416. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #12 1416. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1416. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1416. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1416. from nsgui.h:34, #12 1416. from dispextern.h:137, #12 1416. from nsfont.m:28: #12 1416. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1416. | ^ #12 1416. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #12 1416. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1416. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1416. from nsgui.h:34, #12 1416. from dispextern.h:137, #12 1416. from nsfont.m:28: #12 1416. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 71 | #if GS_EXPOSE(NSNotificationCenter) #12 1416. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1416. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1416. | ^ #12 1416. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1416. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1416. from nsgui.h:34, #12 1416. from dispextern.h:137, #12 1416. from nsfont.m:28: #12 1416. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #12 1416. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1416. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #12 1416. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1416. from nsgui.h:34, #12 1416. from dispextern.h:137, #12 1416. from nsfont.m:28: #12 1416. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1416. | ^ #12 1416. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #12 1416. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1416. from nsgui.h:34, #12 1416. from dispextern.h:137, #12 1416. from nsfont.m:28: #12 1416. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 134 | #if GS_EXPOSE(NSError) #12 1416. | ^~~~~~~~~~~~~~~~~~~~ #12 1416. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1416. | ^ #12 1416. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #12 1416. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1416. from nsgui.h:34, #12 1416. from dispextern.h:137, #12 1416. from nsfont.m:28: #12 1416. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1416. | ^ #12 1416. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #12 1416. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1416. from nsgui.h:34, #12 1416. from dispextern.h:137, #12 1416. from nsfont.m:28: #12 1416. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1416. | ^ #12 1416. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #12 1416. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1416. from nsgui.h:34, #12 1416. from dispextern.h:137, #12 1416. from nsfont.m:28: #12 1416. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1416. | ^ #12 1416. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #12 1416. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1416. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1416. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1416. from nsgui.h:34, #12 1416. from dispextern.h:137, #12 1416. from nsfont.m:28: #12 1416. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 182 | #if GS_EXPOSE(NSURLHandle) #12 1416. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1416. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1416. | ^ #12 1416. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1416. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1416. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1416. from nsgui.h:34, #12 1416. from dispextern.h:137, #12 1416. from nsfont.m:28: #12 1416. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 73 | #if GS_EXPOSE(NSURL) #12 1416. | ^~~~~~~~~~~~~~~~~~ #12 1416. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1416. | ^ #12 1416. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #12 1416. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1416. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1416. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1416. from nsgui.h:34, #12 1416. from dispextern.h:137, #12 1416. from nsfont.m:28: #12 1416. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1416. | ^ #12 1416. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1416. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1416. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1416. from nsgui.h:34, #12 1416. from dispextern.h:137, #12 1416. from nsfont.m:28: #12 1416. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 599 | #if GS_EXPOSE(NSURLQueryItem) #12 1416. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1416. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 633 | #if GS_EXPOSE(NSURLComponents) #12 1416. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1416. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1416. | ^ #12 1416. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1416. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1416. from nsgui.h:34, #12 1416. from dispextern.h:137, #12 1416. from nsfont.m:28: #12 1416. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1416. | ^ #12 1416. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1416. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1416. from nsgui.h:34, #12 1416. from dispextern.h:137, #12 1416. from nsfont.m:28: #12 1416. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 160 | #if GS_EXPOSE(NSPipe) #12 1416. | ^~~~~~~~~~~~~~~~~~~ #12 1416. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1416. | ^ #12 1416. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #12 1416. from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1416. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1416. from nsgui.h:34, #12 1416. from dispextern.h:137, #12 1416. from nsfont.m:28: #12 1416. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1416. | ^ #12 1416. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1416. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1416. from nsgui.h:34, #12 1416. from dispextern.h:137, #12 1416. from nsfont.m:28: #12 1416. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1416. | ^ #12 1416. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #12 1416. from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1416. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1416. from nsgui.h:34, #12 1416. from dispextern.h:137, #12 1416. from nsfont.m:28: #12 1416. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1416. | ^ #12 1416. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1416. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1416. from nsgui.h:34, #12 1416. from dispextern.h:137, #12 1416. from nsfont.m:28: #12 1416. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 215 | #if GS_EXPOSE(NSFileManager) #12 1416. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1416. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #12 1416. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1416. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1416. | ^ #12 1416. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #12 1416. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1416. from nsgui.h:34, #12 1416. from dispextern.h:137, #12 1416. from nsfont.m:28: #12 1416. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1416. | ^ #12 1416. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #12 1416. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1416. from nsgui.h:34, #12 1416. from dispextern.h:137, #12 1416. from nsfont.m:28: #12 1416. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1416. | ^ #12 1416. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #12 1416. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1416. from nsgui.h:34, #12 1416. from dispextern.h:137, #12 1416. from nsfont.m:28: #12 1416. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1416. | ^ #12 1416. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #12 1416. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1416. from nsgui.h:34, #12 1416. from dispextern.h:137, #12 1416. from nsfont.m:28: #12 1416. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1416. | ^ #12 1416. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #12 1416. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1416. from nsgui.h:34, #12 1416. from dispextern.h:137, #12 1416. from nsfont.m:28: #12 1416. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1416. | ^ #12 1416. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #12 1416. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1416. from nsgui.h:34, #12 1416. from dispextern.h:137, #12 1416. from nsfont.m:28: #12 1416. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 42 | #if GS_EXPOSE(NSHost) #12 1416. | ^~~~~~~~~~~~~~~~~~~ #12 1416. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1416. | ^ #12 1416. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #12 1416. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1416. from nsgui.h:34, #12 1416. from dispextern.h:137, #12 1416. from nsfont.m:28: #12 1416. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 68 | #if GS_EXPOSE(NSHTTPCookie) #12 1416. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1416. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1416. | ^ #12 1416. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #12 1416. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1416. from nsgui.h:34, #12 1416. from dispextern.h:137, #12 1416. from nsfont.m:28: #12 1416. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #12 1416. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1416. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #12 1416. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1416. from nsgui.h:34, #12 1416. from dispextern.h:137, #12 1416. from nsfont.m:28: #12 1416. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 47 | #if GS_EXPOSE(NSIndexPath) #12 1416. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1416. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #12 1416. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1416. from nsgui.h:34, #12 1416. from dispextern.h:137, #12 1416. from nsfont.m:28: #12 1416. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 49 | #if GS_EXPOSE(NSIndexSet) #12 1416. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1416. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1416. | ^ #12 1416. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #12 1416. from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1416. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1416. from nsgui.h:34, #12 1416. from dispextern.h:137, #12 1416. from nsfont.m:28: #12 1416. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 52 | #if GS_EXPOSE(NSMethodSignature) #12 1416. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1416. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1416. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1416. from nsgui.h:34, #12 1416. from dispextern.h:137, #12 1416. from nsfont.m:28: #12 1416. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 38 | #if GS_EXPOSE(NSInvocation) #12 1416. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1416. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1416. | ^ #12 1416. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #12 1416. from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1416. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1416. from nsgui.h:34, #12 1416. from dispextern.h:137, #12 1416. from nsfont.m:28: #12 1416. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1416. | ^ #12 1416. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1416. | ^ #12 1416. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1416. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1416. from nsgui.h:34, #12 1416. from dispextern.h:137, #12 1416. from nsfont.m:28: #12 1416. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1416. | ^ #12 1416. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #12 1416. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1416. from nsgui.h:34, #12 1416. from dispextern.h:137, #12 1416. from nsfont.m:28: #12 1416. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1416. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1416. | ^ #12 1416. In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #12 1416. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1416. from nsgui.h:34, #12 1416. from dispextern.h:137, #12 1416. from nsfont.m:28: #12 1416. /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be p #12 1416. [output clipped, log limit 2MiB reached] #12 1418. make[3]: Leaving directory '/checkout/src' #12 1418. make[2]: Leaving directory '/checkout' #12 1418. make[1]: Leaving directory '/checkout' #12 1418. make[1]: Entering directory '/checkout' #12 1419. make[1]: Leaving directory '/checkout' #12 1423. /GNUstep/AppKit/AppKit.h:40, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #12 1423. from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1423. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1423. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 40 | #if GS_EXPOSE(NSMetadataItem) #12 1423. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1423. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 66 | #if GS_EXPOSE(NSMetadataQuery) #12 1423. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1423. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1423. | ^ #12 1423. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #12 1423. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1423. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #12 1423. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1423. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #12 1423. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 112 | #if GS_EXPOSE(NSNotificationQueue) #12 1423. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1423. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #12 1423. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1423. | ^ #12 1423. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1423. | ^ #12 1423. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 361 | #if GS_EXPOSE(NSNetService) #12 1423. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1423. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #12 1423. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1423. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #12 1423. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #12 1423. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 123 | #if GS_EXPOSE(NSNumberFormatter) #12 1423. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1423. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #12 1423. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #12 1423. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #12 1423. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #12 1423. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #12 1423. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #12 1423. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #12 1423. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 53 | #if GS_EXPOSE(NSPortCoder) #12 1423. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1423. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #12 1423. from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1423. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 77 | #if GS_EXPOSE(NSPort) #12 1423. | ^~~~~~~~~~~~~~~~~~~ #12 1423. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 202 | #if GS_EXPOSE(NSSocketPort) #12 1423. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1423. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 284 | #if GS_EXPOSE(NSMessagePort) #12 1423. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1423. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1423. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 47 | #if GS_EXPOSE(NSPortMessage) #12 1423. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1423. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #12 1423. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #12 1423. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1423. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #12 1423. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 53 | #if GS_EXPOSE(NSProgress) #12 1423. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1423. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #12 1423. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 40 | #if GS_EXPOSE(NSProtocolChecker) #12 1423. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1423. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #12 1423. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 91 | #if GS_EXPOSE(NSRegularExpression) #12 1423. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1423. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #12 1423. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 42 | #if GS_EXPOSE(NSScanner) #12 1423. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1423. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1423. | ^ #12 1423. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #12 1423. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #12 1423. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #12 1423. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #12 1423. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #12 1423. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #12 1423. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #12 1423. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #12 1423. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #12 1423. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #12 1423. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 48 | #if GS_EXPOSE(NSSortDescriptor) #12 1423. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1423. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #12 1423. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 58 | #if GS_EXPOSE(NSSpellServer) #12 1423. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1423. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1423. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #12 1423. from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1423. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1423. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 51 | #if GS_EXPOSE(NSTask) #12 1423. | ^~~~~~~~~~~~~~~~~~~ #12 1423. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #12 1423. from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1423. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #12 1423. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1423. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 59 | #if GS_EXPOSE(NSThread) #12 1423. | ^~~~~~~~~~~~~~~~~~~~~ #12 1423. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #12 1423. | ^ #12 1423. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #12 1423. | ^ #12 1423. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1423. | ^ #12 1423. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #12 1423. from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1423. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #12 1423. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1423. | ^ #12 1423. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #12 1423. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #12 1423. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 87 | #if GS_EXPOSE(NSUndoManager) #12 1423. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1423. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #12 1423. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #12 1423. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #12 1423. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #12 1423. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1423. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #12 1423. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 59 | #if GS_EXPOSE(NSCachedURLResponse) #12 1423. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1423. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 105 | #if GS_EXPOSE(NSURLCache) #12 1423. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1423. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #12 1423. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 48 | #if GS_EXPOSE(NSURLConnection) #12 1423. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1423. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #12 1423. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 56 | #if GS_EXPOSE(NSURLCredential) #12 1423. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1423. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #12 1423. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #12 1423. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1423. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #12 1423. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 49 | #if GS_EXPOSE(NSURLDownload) #12 1423. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1423. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #12 1423. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #12 1423. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #12 1423. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1423. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #12 1423. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 121 | #if GS_EXPOSE(NSURLProtocol) #12 1423. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1423. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #12 1423. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 92 | #if GS_EXPOSE(NSURLRequest) #12 1423. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1423. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #12 1423. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 49 | #if GS_EXPOSE(NSURLResponse) #12 1423. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1423. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #12 1423. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #12 1423. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 217 | #if GS_EXPOSE(NSUserDefaults) #12 1423. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1423. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #12 1423. | ^ #12 1423. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #12 1423. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #12 1423. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #12 1423. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #12 1423. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #12 1423. from /usr/include/GNUstep/Foundation/Foundation.h:184, #12 1423. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #12 1423. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #12 1423. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 72 | #if GS_EXPOSE(NSXMLParser) #12 1423. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1423. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #12 1423. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1423. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #12 1423. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1423. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1423. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1423. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1423. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1423. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1423. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1423. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #12 1423. from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1423. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1423. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1423. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1423. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1423. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1423. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1423. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1423. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1423. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1423. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #12 1423. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1423. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1423. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1423. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1423. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1423. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1423. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1423. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1423. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1423. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1423. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1423. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1423. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1423. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1423. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #12 1423. from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #12 1423. 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1423. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1423. /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #12 1423. 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1423. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1423. /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #12 1423. 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1423. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1423. /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #12 1423. 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1423. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1423. /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #12 1423. 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1423. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1423. /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #12 1423. 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1423. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1423. /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #12 1423. 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1423. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1423. /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #12 1423. 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1423. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1423. /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #12 1423. 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1423. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1423. /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #12 1423. 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1423. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1423. /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #12 1423. 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1423. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1423. /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #12 1423. 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1423. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1423. /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #12 1423. 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1423. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1423. /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #12 1423. 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1423. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1423. /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #12 1423. 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1423. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1423. /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #12 1423. 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1423. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1423. /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #12 1423. 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1423. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1423. /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #12 1423. 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1423. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1423. /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #12 1423. from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #12 1423. from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #12 1423. from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #12 1423. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #12 1423. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #12 1423. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #12 1423. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1423. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1423. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #12 1423. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #12 1423. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1423. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1423. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #12 1423. 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1423. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1423. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #12 1423. 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1423. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1423. In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #12 1423. from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #12 1423. from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #12 1423. 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1423. | ^~~~~~~~~~~~~~~~~~~~ #12 1423. In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #12 1423. 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1423. | ^~~~~~~~~~~~~~~~~~~~ #12 1423. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #12 1423. from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #12 1423. from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #12 1423. from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #12 1423. from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1423. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1423. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #12 1423. from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #12 1423. from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #12 1423. from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #12 1423. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #12 1423. from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1423. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1423. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #12 1423. from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1423. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #12 1423. from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #12 1423. from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #12 1423. 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1423. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1423. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1423. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #12 1423. 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1423. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1423. In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1423. | ^ #12 1423. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1423. 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1423. | ^ #12 1423. /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1423. 125 | __attribute__((unused)); #12 1423. | ^~~~~~~~~~~~~ #12 1423. /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1423. 129 | __attribute__((unused)); #12 1423. | ^~~~~~~~~~~~~ #12 1423. /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1423. 133 | __attribute__((unused)); #12 1423. | ^~~~~~~~~~~~~ #12 1423. /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1423. 214 | __attribute__((unused)); #12 1423. | ^~~~~~~~~~~~~ #12 1423. /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1423. 247 | __attribute__((unused)); #12 1423. | ^~~~~~~~~~~~~ #12 1423. /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1423. 251 | __attribute__((unused)); #12 1423. | ^~~~~~~~~~~~~ #12 1423. /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1423. 259 | __attribute__((unused)); #12 1423. | ^~~~~~~~~~~~~ #12 1423. /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1423. 263 | __attribute__((unused)); #12 1423. | ^~~~~~~~~~~~~ #12 1423. /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1423. 267 | __attribute__((unused)); #12 1423. | ^~~~~~~~~~~~~ #12 1423. /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1423. 271 | __attribute__((unused)); #12 1423. | ^~~~~~~~~~~~~ #12 1423. /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1423. 275 | __attribute__((unused)); #12 1423. | ^~~~~~~~~~~~~ #12 1423. /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1423. 287 | __attribute__((unused)); #12 1423. | ^~~~~~~~~~~~~ #12 1423. /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1423. 311 | __attribute__((unused)); #12 1423. | ^~~~~~~~~~~~~ #12 1423. /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1423. 323 | __attribute__((unused)); #12 1423. | ^~~~~~~~~~~~~ #12 1423. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1423. from nsgui.h:34, #12 1423. from dispextern.h:137, #12 1423. from nsfont.m:28: #12 1423. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1423. 493 | PSgsave() #12 1423. | ^~~~~~~ #12 1423. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #12 1423. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #12 1423. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1423. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1423. 499 | PSgrestore() #12 1423. | ^~~~~~~~~~ #12 1423. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #12 1423. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #12 1423. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1423. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1423. 505 | PSinitgraphics() #12 1423. | ^~~~~~~~~~~~~~ #12 1423. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #12 1423. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #12 1423. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1423. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1423. 622 | PSinitmatrix() #12 1423. | ^~~~~~~~~~~~ #12 1423. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #12 1423. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #12 1423. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1423. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1423. 669 | PSclip() #12 1423. | ^~~~~~ #12 1423. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #12 1423. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #12 1423. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1423. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1423. 675 | PSclosepath() #12 1423. | ^~~~~~~~~~~ #12 1423. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #12 1423. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #12 1423. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1423. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1423. 687 | PSeoclip() #12 1423. | ^~~~~~~~ #12 1423. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #12 1423. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #12 1423. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1423. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1423. 693 | PSeofill() #12 1423. | ^~~~~~~~ #12 1423. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #12 1423. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #12 1423. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1423. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1423. 699 | PSfill() #12 1423. | ^~~~~~ #12 1423. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #12 1423. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #12 1423. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1423. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1423. 705 | PSflattenpath() #12 1423. | ^~~~~~~~~~~~~ #12 1423. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #12 1423. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #12 1423. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1423. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1423. 711 | PSinitclip() #12 1423. | ^~~~~~~~~~ #12 1423. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #12 1423. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #12 1423. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1423. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1423. 729 | PSnewpath() #12 1423. | ^~~~~~~~~ #12 1423. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #12 1423. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #12 1423. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1423. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1423. 765 | PSreversepath() #12 1423. | ^~~~~~~~~~~~~ #12 1423. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #12 1423. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #12 1423. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1423. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1423. 783 | PSstroke() #12 1423. | ^~~~~~~~ #12 1423. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #12 1423. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #12 1423. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1423. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1423. 835 | PSWait() #12 1423. | ^~~~~~ #12 1423. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #12 1423. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #12 1423. nsfont.m: In function 'nsfont_open': #12 1423. nsfont.m:1038:36: error: too few arguments to function 'Ffont_xlfd_name' #12 1423. 1038 | font->props[FONT_NAME_INDEX] = Ffont_xlfd_name (font_object, Qnil); #12 1423. | ^~~~~~~~~~~~~~~ #12 1423. In file included from nsfont.m:27: #12 1423. ./globals.h:4723:8: note: declared here #12 1423. 4723 | EXFUN (Ffont_xlfd_name, 3); #12 1423. | ^~~~~~~~~~~~~~~ #12 1423. lisp.h:902:22: note: in definition of macro 'EXFUN' #12 1423. 902 | extern Lisp_Object fnname DEFUN_ARGS_ ## maxargs #12 1423. | ^~~~~~ #12 1423. make[3]: *** [Makefile:457: nsfont.o] Error 1 #12 1423. make[2]: *** [Makefile:554: src] Error 2 #12 1423. make[1]: *** [Makefile:1291: actual-bootstrap] Error 2 #12 1423. *** #12 1423. *** "make bootstrap" failed with exit status 2. #12 1423. *** #12 1423. *** You could try to: #12 1423. *** - run "make extraclean" and run "make" again (or, equivalently, run #12 1423. *** "make bootstrap configure=default"), to rebuild Emacs with the #12 1423. *** default configuration options, which might fix the problem #12 1423. *** - run "git clean -fdx" and run "make bootstrap" again, which might #12 1423. *** fix the problem if "make bootstrap configure=default" did not #12 1423. *** !BEWARE! "git clean -fdx" deletes all files that are not under #12 1423. *** !BEWARE! version control, which means that all changes to such #12 1423. *** !BEWARE! files will be lost and cannot be restored later #12 1423. *** - run "make V=1", which displays the full commands invoked by make, #12 1423. *** to further investigate the problem #12 1423. *** - report the problem and ask for help by sending an email to #12 1423. *** bug-gnu-emacs@gnu.org, mentioning at least the build error #12 1423. *** message, the platform, and the repository revision displayed by #12 1423. *** "git rev-parse HEAD" #12 1423. *** #12 1423. make[1]: *** [Makefile:418: advice-on-failure] Error 2 #12 1423. 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:1696293448:build_script section_start:1696293448: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-ad2bb3e9: No such file or directory section_end:1696293456:after_script section_start:1696293456:upload_artifacts_on_failure section_end:1696293465:upload_artifacts_on_failure ERROR: Job failed: exit code 1