Running with gitlab-runner 15.3.0 (bbcb5aba)  on emba-docker-runner 2oEDrUT7 section_start:1693137798:prepare_executor Preparing the "docker" executor Using Docker executor with image docker:19.03.12 ... Pulling docker image docker:19.03.12 ... Using docker image sha256:81f5749c9058a7284e6acd8e126f2b882765a17b9ead14422b51cde1a110b85c for docker:19.03.12 with digest docker@sha256:d41efe7ad0df5a709cfd4e627c7e45104f39bbc08b1b40d7fb718c562b3ce135 ... section_end:1693137824:prepare_executor section_start:1693137824:prepare_script Preparing environment Running on runner-2oedrut7-project-1-concurrent-0 via emba.gnu.org... section_end:1693137827:prepare_script section_start:1693137827:get_sources Getting source from Git repository $ git config --global http.proxy $HTTP_PROXY; git config --global https.proxy $HTTPS_PROXY Fetching changes with git depth set to 50... Reinitialized existing Git repository in /builds/emacs/emacs/.git/ Checking out c122cc83 as master... Removing test-native-comp-speed2-de335cb3/ Skipping Git submodules setup section_end:1693137888:get_sources section_start:1693137888:step_script Executing "step_script" stage of the job script Using docker image sha256:81f5749c9058a7284e6acd8e126f2b882765a17b9ead14422b51cde1a110b85c for docker:19.03.12 with digest docker@sha256:d41efe7ad0df5a709cfd4e627c7e45104f39bbc08b1b40d7fb718c562b3ce135 ... $ docker info Client: Debug Mode: false Server: Containers: 25 Running: 6 Paused: 0 Stopped: 19 Images: 9 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 WARNING: No swap limit support $ echo "docker registry is ${CI_REGISTRY}" docker registry is emba.gnu.org:5050 $ docker login -u ${CI_REGISTRY_USER} -p ${CI_REGISTRY_PASSWORD} ${CI_REGISTRY} WARNING! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Your password will be stored unencrypted in /.docker-config-c122cc831869a9a11f50187c5cf999389b223eee/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded $ docker build --pull --target ${target} -t ${CI_REGISTRY_IMAGE}:${target}-${BUILD_TAG} -f test/infra/Dockerfile.emba . #1 [internal] load build definition from Dockerfile.emba #1 transferring dockerfile: 6.40kB 0.0s done #1 DONE 0.3s #2 [internal] load .dockerignore #2 transferring context: 2B 0.0s done #2 DONE 0.6s #3 [internal] load metadata for docker.io/library/debian:bullseye #3 DONE 0.2s #4 [emacs-base 1/2] FROM docker.io/library/debian:bullseye@sha256:1beb7cf45... #4 DONE 0.0s #7 [internal] load build context #7 transferring context: 20.36MB 2.2s #7 transferring context: 52.72MB 7.4s #7 transferring context: 82.54MB 12.6s #7 transferring context: 115.41MB 17.7s #7 transferring context: 130.49MB 24.0s #7 transferring context: 131.69MB 29.0s #7 transferring context: 147.35MB 34.2s #7 transferring context: 164.40MB 39.4s #7 transferring context: 183.45MB 44.4s #7 transferring context: 206.41MB 49.5s #7 transferring context: 221.52MB 54.6s #7 transferring context: 248.76MB 59.8s #7 transferring context: 254.75MB 64.9s #7 transferring context: 266.77MB 65.7s done #7 DONE 70.2s #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 21.5s #9 [emacs-gnustep 3/6] WORKDIR /checkout #9 DONE 1.3s #10 [emacs-gnustep 4/6] RUN ./autogen.sh autoconf #10 1.660 Checking whether you have the necessary tools... #10 1.660 (Read INSTALL.REPO for more details on building Emacs) #10 1.704 Checking for autoconf (need at least version 2.65) ... ok #10 2.165 Your system has the required tools. #10 2.278 Building aclocal.m4 ... #10 2.281 Running 'autoreconf -fi -I m4' ... #10 23.80 Building 'aclocal.m4' in exec ... #10 23.80 Running 'autoreconf -fi' in exec ... #10 28.68 You can now run './autogen.sh git'. #10 DONE 34.5s #11 [emacs-gnustep 5/6] RUN ./configure --with-ns #11 9.577 checking for xcrun... no #11 9.577 checking for GNU Make... make #11 9.642 checking build system type... x86_64-pc-linux-gnu #11 10.59 checking host system type... x86_64-pc-linux-gnu #11 10.69 checking for gcc... gcc #11 10.88 checking whether the C compiler works... yes #11 11.08 checking for C compiler default output file name... a.out #11 11.09 checking for suffix of executables... #11 11.23 checking whether we are cross compiling... no #11 11.38 checking for suffix of object files... o #11 11.44 checking whether we are using the GNU C compiler... yes #11 11.51 checking whether gcc accepts -g... yes #11 11.57 checking for gcc option to enable C11 features... none needed #11 11.79 checking whether the compiler is clang... no #11 11.86 checking for compiler option needed when checking for declarations... none #11 11.87 checking whether gcc and cc understand -c and -o together... yes #11 12.25 checking how to run the C preprocessor... gcc -E #11 12.56 checking for grep that handles long lines and -e... /bin/grep #11 12.59 checking for egrep... /bin/grep -E #11 12.60 checking for ANSI C header files... yes #11 13.05 checking for sys/types.h... yes #11 13.19 checking for sys/stat.h... yes #11 13.29 checking for stdlib.h... yes #11 13.41 checking for string.h... yes #11 13.53 checking for memory.h... yes #11 13.64 checking for strings.h... yes #11 13.75 checking for inttypes.h... yes #11 13.85 checking for stdint.h... yes #11 13.98 checking for unistd.h... yes #11 14.09 checking for wchar.h... yes #11 14.20 checking for minix/config.h... no #11 14.31 checking for linux/fs.h... yes #11 14.48 checking for malloc.h... yes #11 14.67 checking for sys/systeminfo.h... no #11 14.77 checking for sys/sysinfo.h... yes #11 14.93 checking for coff.h... no #11 15.06 checking for pty.h... yes #11 15.32 checking for sys/resource.h... yes #11 15.55 checking for sys/utsname.h... yes #11 15.70 checking for pwd.h... yes #11 15.93 checking for util.h... no #11 16.12 checking for sanitizer/lsan_interface.h... yes #11 16.37 checking for sanitizer/asan_interface.h... yes #11 16.64 checking for sanitizer/common_interface_defs.h... yes #11 17.01 checking for sys/socket.h... yes #11 17.19 checking for stdlib.h... (cached) yes #11 17.22 checking for unistd.h... (cached) yes #11 17.24 checking for sys/param.h... yes #11 17.45 checking for pthread.h... yes #11 17.64 checking for malloc/malloc.h... no #11 17.83 checking for sys/un.h... yes #11 18.06 checking for utmp.h... yes #11 18.27 checking for utmpx.h... yes #11 18.62 checking for OS.h... no #11 18.86 checking for dirent.h... yes #11 19.10 checking for execinfo.h... yes #11 19.30 checking for linux/xattr.h... yes #11 19.62 checking for stdio_ext.h... yes #11 19.84 checking for sys/vfs.h... yes #11 20.14 checking for sys/fs_types.h... no #11 20.26 checking for getopt.h... yes #11 20.42 checking for sys/cdefs.h... yes #11 20.52 checking for sys/time.h... yes #11 20.63 checking for ieee754.h... yes #11 20.78 checking for limits.h... yes #11 20.89 checking for inttypes.h... (cached) yes #11 20.92 checking for sys/types.h... (cached) yes #11 20.95 checking for stdint.h... (cached) yes #11 20.98 checking for sys/select.h... yes #11 21.13 checking for stdbool.h... yes #11 21.26 checking for stdckdint.h... no #11 21.37 checking for sys/random.h... yes #11 21.51 checking for sys/stat.h... (cached) yes #11 21.52 checking whether it is safe to define __EXTENSIONS__... yes #11 21.63 checking whether _XOPEN_SOURCE should be defined... no #11 21.71 checking for Minix Amsterdam compiler... no #11 21.74 checking for ar... ar #11 21.74 checking for ranlib... ranlib #11 21.74 checking for gcc option to enable large file support... none needed #11 21.93 checking for gcc option for timestamps after 2038... none needed #11 22.00 checking for g++... g++ #11 22.06 checking whether we are using the GNU C++ compiler... yes #11 22.11 checking whether g++ accepts -g... yes #11 22.19 checking for g++ option to enable C++11 features... none needed #11 60.82 checking how to run the C++ preprocessor... g++ -E #11 61.06 checking whether gcc accepts -g3 -O2... yes #11 61.19 checking whether the compiler is clang... no #11 61.31 checking whether C compiler handles -Werror -Wunknown-warning-option... no #11 61.38 checking whether -Wno-missing-field-initializers is needed... yes #11 61.58 checking whether -Wuninitialized is supported... yes #11 61.72 checking whether C compiler handles -fstrict-flex-arrays... no #11 61.92 checking whether C compiler handles -Wall... yes #11 62.48 checking whether C compiler handles -Warith-conversion... yes #11 62.71 checking whether C compiler handles -Wdate-time... yes #11 62.93 checking whether C compiler handles -Wdisabled-optimization... yes #11 63.15 checking whether C compiler handles -Wdouble-promotion... yes #11 63.36 checking whether C compiler handles -Wduplicated-cond... yes #11 63.58 checking whether C compiler handles -Wextra... yes #11 63.75 checking whether C compiler handles -Wformat-signedness... yes #11 63.91 checking whether C compiler handles -Winit-self... yes #11 64.05 checking whether C compiler handles -Winvalid-pch... yes #11 64.19 checking whether C compiler handles -Wlogical-op... yes #11 64.33 checking whether C compiler handles -Wmissing-declarations... yes #11 64.45 checking whether C compiler handles -Wmissing-include-dirs... yes #11 65.62 checking whether C compiler handles -Wmissing-prototypes... yes #11 66.28 checking whether C compiler handles -Wnested-externs... yes #11 66.88 checking whether C compiler handles -Wnull-dereference... yes #11 67.37 checking whether C compiler handles -Wold-style-definition... yes #11 67.90 checking whether C compiler handles -Wopenmp-simd... yes #11 68.43 checking whether C compiler handles -Wpacked... yes #11 68.94 checking whether C compiler handles -Wpointer-arith... yes #11 69.75 checking whether C compiler handles -Wstrict-flex-arrays... no #11 70.42 checking whether C compiler handles -Wstrict-prototypes... yes #11 72.47 checking whether C compiler handles -Wsuggest-attribute=format... yes #11 72.90 checking whether C compiler handles -Wsuggest-attribute=noreturn... yes #11 73.27 checking whether C compiler handles -Wsuggest-final-methods... yes #11 73.83 checking whether C compiler handles -Wsuggest-final-types... yes #11 74.25 checking whether C compiler handles -Wtrampolines... yes #11 74.81 checking whether C compiler handles -Wuninitialized... yes #11 75.26 checking whether C compiler handles -Wunknown-pragmas... yes #11 75.79 checking whether C compiler handles -Wunused-macros... yes #11 76.20 checking whether C compiler handles -Wvariadic-macros... yes #11 76.68 checking whether C compiler handles -Wvector-operation-performance... yes #11 77.28 checking whether C compiler handles -Wwrite-strings... yes #11 77.95 checking whether C compiler handles -Warray-bounds=2... yes #11 78.35 checking whether C compiler handles -Wattribute-alias=2... yes #11 78.69 checking whether C compiler handles -Wformat=2... yes #11 79.01 checking whether C compiler handles -Wformat-truncation=2... yes #11 79.61 checking whether C compiler handles -Wimplicit-fallthrough=5... yes #11 80.34 checking whether C compiler handles -Wshift-overflow=2... yes #11 80.70 checking whether C compiler handles -Wuse-after-free=3... no #11 80.86 checking whether C compiler handles -Wvla-larger-than=4031... yes #11 81.05 checking whether C compiler handles -Wno-missing-field-initializers... yes #11 81.27 checking whether C compiler handles -Wredundant-decls... yes #11 81.43 checking whether C compiler handles -Wno-missing-field-initializers... (cached) yes #11 81.43 checking whether C compiler handles -Wno-override-init... yes #11 81.54 checking whether C compiler handles -Wno-sign-compare... yes #11 81.65 checking whether C compiler handles -Wno-type-limits... yes #11 81.77 checking whether C compiler handles -Wno-unused-parameter... yes #11 81.87 checking whether C compiler handles -Wno-format-nonliteral... yes #11 81.99 checking whether C compiler handles -Wno-bidi-chars... no #11 82.03 checking for a BSD-compatible install... /usr/bin/install -c #11 82.06 checking command to symlink files in the same directory... ln -s #11 82.08 checking for install-info... : #11 82.08 checking for gzip... /bin/gzip #11 82.08 checking for 'find' args to delete a file... -delete #11 82.09 checking for brew... no #11 82.44 checking for -znocombreloc... not needed #11 82.44 checking whether addresses are sanitized... no #11 82.49 checking for math library... -lm #11 83.49 checking for struct passwd.pw_gecos... yes #11 83.75 checking for pkg-config... /usr/bin/pkg-config #11 83.75 checking pkg-config is at least version 0.9.0... yes #11 83.77 checking for machine/soundcard.h... no #11 83.85 checking for sys/soundcard.h... yes #11 83.93 checking for soundcard.h... no #11 83.98 checking for mmsystem.h... no #11 84.02 checking for _oss_ioctl in -lossaudio... no #11 84.14 checking for alsa >= 1.0.0... no #11 84.18 checking for ADDR_NO_RANDOMIZE... yes #11 84.27 checking if Linux sysinfo may be used... yes #11 84.61 checking for sys/wait.h that is POSIX.1 compatible... yes #11 84.86 checking for net/if.h... yes #11 85.06 checking for ifaddrs.h... yes #11 85.18 checking for net/if_dl.h... no #11 85.38 checking for struct ifreq.ifr_flags... yes #11 85.72 checking for struct ifreq.ifr_hwaddr... yes #11 86.54 checking for struct ifreq.ifr_netmask... yes #11 87.11 checking for struct ifreq.ifr_broadaddr... yes #11 95.31 checking for struct ifreq.ifr_addr... yes #11 101.3 checking for struct ifreq.ifr_addr.sa_len... no #11 101.6 checking whether gcc understands -MMD -MF... yes #11 101.7 checking for X... no #11 102.4 checking AppKit/AppKit.h usability... yes #11 105.0 checking AppKit/AppKit.h presence... yes #11 105.3 checking for AppKit/AppKit.h... yes #11 105.3 checking for Mac OS X 12.0 or later... yes #11 105.4 checking for gcc... gcc #11 105.5 checking whether we are using the GNU Objective C compiler... yes #11 105.5 checking whether gcc accepts -g... yes #11 105.6 checking if the Objective C compiler supports instancetype... yes #11 105.6 checking if the Objective C compiler defaults to C99... no #11 105.7 checking whether malloc is Doug Lea style... no #11 105.8 checking for sbrk... yes #11 107.0 checking for __lsan_ignore_object... no #11 107.2 checking for fchmod... yes #11 107.4 checking for utmpname... yes #11 107.6 checking for utmpxname... yes #11 108.8 checking for canonicalize_file_name... yes #11 109.0 checking for realpath... yes #11 109.1 checking for lstat... yes #11 109.3 checking for fchmodat... yes #11 109.5 checking for lchmod... no #11 109.6 checking for fcntl... yes #11 109.8 checking for fdopendir... yes #11 110.1 checking for listxattr... yes #11 110.3 checking for fstatat... yes #11 110.5 checking for fsync... yes #11 110.7 checking for gettimeofday... yes #11 110.8 checking for memset_explicit... no #11 111.0 checking for memset_s... no #11 111.1 checking for pselect... yes #11 111.3 checking for readlink... yes #11 111.6 checking for isblank... yes #11 111.8 checking for iswctype... yes #11 112.0 checking for strtoimax... yes #11 112.1 checking for symlink... yes #11 112.5 checking for localtime_r... yes #11 112.7 checking for getdtablesize... yes #11 112.8 checking for getpagesize... yes #11 113.0 checking for working mmap... yes #11 113.3 checking for main in -lXbsd... no #11 113.5 checking for pthread library... -lpthread #11 114.1 checking for thread support... yes #11 114.1 checking for librsvg-2.0 >= 2.14.0... no #11 114.1 checking for libwebpdemux >= 0.6.0... no #11 114.1 checking for WebPGetInfo... no #11 114.3 checking for libwebpdemux >= 0.6.0 libwebpdecoder >= 0.6.0... no #11 114.3 checking for sqlite3_open_v2 in -lsqlite3... no #11 114.5 checking for getaddrinfo_a in -lanl... yes #11 114.7 checking for malloc_trim... yes #11 115.0 checking for dbus-1 >= 1.0... yes #11 115.1 checking for dbus_watch_get_unix_fd... yes #11 115.6 checking for dbus_type_is_valid... yes #11 116.0 checking for dbus_validate_bus_name... yes #11 116.3 checking for dbus_validate_path... yes #11 116.4 checking for dbus_validate_interface... yes #11 116.6 checking for dbus_validate_member... yes #11 116.8 checking for lgetfilecon in -lselinux... no #11 116.9 checking for gnutls >= 2.12.2... yes #11 117.0 checking for libsystemd >= 222... no #11 117.0 checking for jansson >= 2.7... no #11 117.0 checking for tree-sitter >= 0.20.2... no #11 117.0 checking for tree-sitter >= 0.6.3... no #11 117.1 checking sys/inotify.h usability... yes #11 117.2 checking sys/inotify.h presence... yes #11 117.2 checking for sys/inotify.h... yes #11 117.2 checking for inotify_init1... yes #11 117.5 checking for jpeglib 6b or later... no #11 117.9 checking for lcms2... no #11 117.9 checking for library containing inflateEnd... -lz #11 118.2 checking for dladdr... yes #11 118.4 checking for dlfunc... no #11 118.6 checking for libpng >= 1.0.0... no #11 118.6 checking for libpng not configured by pkg-config... no #11 118.6 checking tiffio.h usability... no #11 118.7 checking tiffio.h presence... no #11 118.8 checking for tiffio.h... no #11 118.8 checking gif_lib.h usability... no #11 118.9 checking gif_lib.h presence... no #11 118.9 checking for gif_lib.h... no #11 118.9 checking gpm.h usability... no #11 119.0 checking gpm.h presence... no #11 119.1 checking for gpm.h... no #11 119.1 checking for libxml-2.0 > 2.6.17... no #11 119.1 checking for maillock in -lmail... no #11 119.2 checking for maillock in -llockfile... no #11 119.3 checking for liblockfile.so... no #11 119.3 checking maillock.h usability... no #11 119.4 checking maillock.h presence... no #11 119.5 checking for maillock.h... no #11 119.5 checking linux/seccomp.h usability... yes #11 119.6 checking linux/seccomp.h presence... yes #11 119.7 checking for linux/seccomp.h... yes #11 119.7 checking whether SECCOMP_SET_MODE_FILTER is declared... yes #11 119.9 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... yes #11 120.0 checking linux/filter.h usability... yes #11 120.3 checking linux/filter.h presence... yes #11 120.3 checking for linux/filter.h... yes #11 120.4 checking whether SECCOMP_SET_MODE_FILTER is declared... (cached) yes #11 120.4 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... (cached) yes #11 120.4 checking for libseccomp >= 2.5.2... no #11 120.5 checking size of long... 8 #11 120.8 checking for accept4... yes #11 121.2 checking for fchdir... yes #11 121.5 checking for gethostname... yes #11 121.8 checking for getrusage... yes #11 122.1 checking for get_current_dir_name... yes #11 122.2 checking for lrand48... yes #11 122.4 checking for random... yes #11 122.6 checking for rint... yes #11 123.0 checking for tcdrain... yes #11 123.3 checking for trunc... yes #11 123.5 checking for select... yes #11 123.7 checking for getpagesize... (cached) yes #11 123.7 checking for setlocale... yes #11 123.9 checking for newlocale... yes #11 124.0 checking for getrlimit... yes #11 124.2 checking for setrlimit... yes #11 124.4 checking for shutdown... yes #11 124.6 checking for pthread_sigmask... (cached) yes #11 124.6 checking for strsignal... yes #11 124.8 checking for setitimer... yes #11 125.1 checking for sendto... yes #11 125.3 checking for recvfrom... yes #11 125.5 checking for getsockname... yes #11 125.6 checking for getifaddrs... yes #11 125.8 checking for freeifaddrs... yes #11 125.9 checking for gai_strerror... yes #11 126.1 checking for sync... yes #11 126.3 checking for endpwent... yes #11 126.5 checking for getgrent... yes #11 126.7 checking for endgrent... yes #11 126.9 checking for renameat2... yes #11 127.0 checking for cfmakeraw... yes #11 127.2 checking for cfsetspeed... yes #11 127.3 checking for __executable_start... yes #11 127.6 checking for log2... yes #11 127.9 checking for pthread_setname_np... yes #11 128.1 checking for pthread_set_name_np... no #11 128.5 checking for getpwent... yes #11 128.7 checking whether pthread_setname_np takes a single argument... no #11 128.7 checking whether pthread_setname_np takes three arguments... no #11 128.8 checking for aligned_alloc... yes #11 129.0 checking whether aligned_alloc is declared... yes #11 129.1 checking for posix_madvise... yes #11 129.3 checking for madvise... yes #11 129.5 checking for __builtin_frame_address... yes #11 129.7 checking for __builtin_unwind_init... yes #11 129.9 checking for _LARGEFILE_SOURCE value needed for large files... no #11 130.0 checking for grantpt... yes #11 130.2 checking for getpt... yes #11 130.3 checking for posix_openpt... yes #11 130.4 checking for library containing tputs... -ltinfo #11 130.7 checking whether -ltinfo library defines BC... yes #11 130.8 checking for timerfd interface... yes #11 130.9 checking whether signals can be handled on alternate stack... yes #11 131.0 checking valgrind/valgrind.h usability... no #11 131.1 checking valgrind/valgrind.h presence... no #11 131.1 checking for valgrind/valgrind.h... no #11 131.1 checking for struct unipair.unicode... yes #11 131.2 checking for pid_t... yes #11 131.4 checking vfork.h usability... no #11 131.5 checking vfork.h presence... no #11 131.6 checking for vfork.h... no #11 131.6 checking for fork... yes #11 131.8 checking for vfork... yes #11 131.9 checking for working fork... yes #11 132.1 checking for working vfork... (cached) yes #11 132.1 checking for snprintf... yes #11 132.3 checking spawn.h usability... yes #11 132.4 checking spawn.h presence... yes #11 132.4 checking for spawn.h... yes #11 132.5 checking for posix_spawn... yes #11 132.6 checking for posix_spawn_file_actions_addchdir... no #11 132.8 checking for posix_spawn_file_actions_addchdir_np... yes #11 132.9 checking for posix_spawnattr_setflags... yes #11 133.1 checking whether POSIX_SPAWN_SETSID is declared... yes #11 133.2 checking whether GLib is linked in... no #11 133.2 checking for nl_langinfo and CODESET... yes #11 133.4 checking for nl_langinfo and _NL_PAPER_WIDTH... yes #11 133.5 checking for mbstate_t... yes #11 133.7 checking for signals via characters... yes #11 133.8 checking for _setjmp... yes #11 133.9 checking for sigsetjmp... yes #11 134.0 checking POSIX termios... yes #11 134.2 checking size of speed_t... 4 #11 134.3 checking for usable FIONREAD... yes #11 134.4 checking for usable SIGIO... yes #11 134.5 checking for struct alignment... yes #11 134.6 checking for C/C++ restrict keyword... __restrict__ #11 134.7 checking for typeof syntax and keyword spelling... typeof #11 134.8 checking for statement expressions... yes #11 134.8 checking whether malloc (0) returns nonnull... yes #11 135.0 checking sys/acl.h usability... yes #11 135.1 checking sys/acl.h presence... yes #11 135.1 checking for sys/acl.h... yes #11 135.1 checking for library containing acl_get_file... -lacl #11 135.4 checking for acl_get_file... yes #11 135.7 checking for acl_get_fd... yes #11 135.9 checking for acl_set_file... yes #11 136.1 checking for acl_set_fd... yes #11 136.2 checking for acl_free... yes #11 136.4 checking for acl_from_mode... yes #11 136.5 checking for acl_from_text... yes #11 136.7 checking for acl_delete_def_file... yes #11 136.8 checking for acl_extended_file... yes #11 137.0 checking for acl_delete_fd_np... no #11 137.1 checking for acl_delete_file_np... no #11 137.3 checking for acl_copy_ext_native... no #11 137.4 checking for acl_create_entry_np... no #11 137.5 checking for acl_to_short_text... no #11 137.7 checking for acl_free_text... no #11 137.9 checking for working acl_get_file... yes #11 138.0 checking acl/libacl.h usability... yes #11 138.1 checking acl/libacl.h presence... yes #11 138.2 checking for acl/libacl.h... yes #11 138.2 checking for acl_entries... yes #11 138.3 checking for ACL_FIRST_ENTRY... yes #11 138.4 checking for ACL_TYPE_EXTENDED... no #11 138.4 checking for working alloca.h... yes #11 138.5 checking for alloca... yes #11 138.6 checking for a thread-safe mkdir -p... /bin/mkdir -p #11 138.7 checking whether the preprocessor supports include_next... yes #11 138.8 checking whether source code line length is unlimited... yes #11 138.8 checking whether endutent is declared... yes #11 138.9 checking for struct utmpx.ut_user... yes #11 139.0 checking for struct utmp.ut_user... yes #11 139.1 checking for struct utmpx.ut_name... yes #11 139.3 checking for struct utmp.ut_name... yes #11 139.4 checking for struct utmpx.ut_type... yes #11 139.5 checking for struct utmp.ut_type... yes #11 139.7 checking for struct utmpx.ut_pid... yes #11 139.8 checking for struct utmp.ut_pid... yes #11 139.9 checking for struct utmp.ut_tv... yes #11 140.2 checking for struct utmpx.ut_host... yes #11 140.4 checking for struct utmp.ut_host... yes #11 140.5 checking for struct utmpx.ut_id... yes #11 140.6 checking for struct utmp.ut_id... yes #11 140.8 checking for struct utmpx.ut_session... yes #11 140.9 checking for struct utmp.ut_session... yes #11 141.0 checking for struct utmpx.ut_exit... yes #11 141.3 checking for struct utmp.ut_exit... yes #11 141.5 checking for struct utmpx.ut_exit.ut_exit... no #11 141.7 checking for struct utmpx.ut_exit.e_exit... yes #11 141.8 checking for struct utmp.ut_exit.e_exit... yes #11 141.9 checking for struct utmpx.ut_exit.ut_termination... no #11 142.2 checking for struct utmpx.ut_exit.e_termination... yes #11 142.4 checking for struct utmp.ut_exit.e_termination... yes #11 142.6 checking whether sysinfo is declared... yes #11 142.7 checking for sys/sysctl.h... yes #11 142.9 checking for sysctl... yes #11 143.1 checking whether lstat correctly handles trailing slash... yes #11 143.3 checking whether // is distinct from /... no #11 143.3 checking whether realpath works... yes #11 143.6 checking for faccessat... yes #11 143.8 checking for getcwd... yes #11 144.0 checking whether byte ordering is bigendian... no #11 144.2 checking if environ is properly declared... yes #11 144.3 checking for complete errno.h... yes #11 144.3 checking whether ctype.h defines __header_inline... no #11 144.4 checking for mode_t... yes #11 144.6 checking whether strmode is declared... no #11 144.7 checking whether getline is declared... yes #11 144.8 checking for gawk... no #11 144.8 checking for mawk... mawk #11 144.8 checking for getopt.h... (cached) yes #11 144.8 checking for getopt_long_only... yes #11 145.0 checking whether getopt is POSIX compatible... yes #11 146.4 checking for working GNU getopt function... yes #11 146.7 checking for working GNU getopt_long function... yes #11 146.8 checking whether timespec_get is declared... yes #11 146.9 checking for timespec_get... yes #11 147.1 checking for struct timeval... yes #11 147.2 checking for wide-enough struct timeval.tv_sec member... yes #11 147.3 checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... no #11 147.3 checking whether the compiler produces multi-arch binaries... no #11 147.4 checking whether stdint.h conforms to C99... yes #11 147.9 checking whether stdint.h works without ISO C predefines... yes #11 148.2 checking whether stdint.h has UINTMAX_WIDTH etc.... yes #11 148.6 checking whether memmem is declared... yes #11 148.9 checking whether memrchr is declared... yes #11 149.2 checking whether defines MIN and MAX... no #11 149.3 checking whether defines MIN and MAX... yes #11 149.5 checking whether time_t is signed... yes #11 149.6 checking whether alarm is declared... yes #11 149.8 checking for working mktime... no #11 150.4 checking whether struct tm is in sys/time.h or time.h... time.h #11 150.6 checking for struct tm.tm_zone... yes #11 150.8 checking for struct tm.tm_gmtoff... yes #11 150.9 checking whether is self-contained... yes #11 151.5 checking for inline... inline #11 151.6 checking for sigset_t... yes #11 152.2 checking for volatile sig_atomic_t... yes #11 152.8 checking for sighandler_t... yes #11 153.2 checking for wchar_t... yes #11 153.3 checking for good max_align_t... yes #11 153.5 checking whether NULL can be used in arbitrary expressions... yes #11 153.7 checking for unreachable... no #11 154.1 checking whether fcloseall is declared... yes #11 154.4 checking whether getw is declared... yes #11 154.8 checking whether putw is declared... yes #11 155.2 checking which flavor of printf attribute matches inttypes macros... system #11 155.5 checking whether strnlen is declared... yes #11 155.9 checking whether strtoimax is declared... yes #11 156.0 checking whether stat file-mode macros are broken... no #11 156.3 checking for nlink_t... yes #11 156.8 checking for struct timespec in ... yes #11 157.0 checking for TIME_UTC in ... yes #11 157.3 checking whether execvpe is declared... yes #11 157.9 checking whether clearerr_unlocked is declared... yes #11 158.2 checking whether feof_unlocked is declared... yes #11 158.6 checking whether ferror_unlocked is declared... yes #11 158.9 checking whether fflush_unlocked is declared... yes #11 159.1 checking whether fgets_unlocked is declared... yes #11 159.2 checking whether fputc_unlocked is declared... yes #11 159.4 checking whether fputs_unlocked is declared... yes #11 159.6 checking whether fread_unlocked is declared... yes #11 160.0 checking whether fwrite_unlocked is declared... yes #11 160.1 checking whether getc_unlocked is declared... yes #11 160.4 checking whether getchar_unlocked is declared... yes #11 161.0 checking whether putc_unlocked is declared... yes #11 161.5 checking whether putchar_unlocked is declared... yes #11 162.0 checking type of array argument to getgroups... gid_t #11 162.6 checking whether getdelim is declared... yes #11 163.0 checking whether getdtablesize is declared... yes #11 163.4 checking whether malloc is ptrdiff_t safe... yes #11 163.6 checking whether malloc, realloc, calloc set errno on failure... yes #11 163.6 checking for O_CLOEXEC... yes #11 163.9 checking for promoted mode_t type... mode_t #11 164.0 checking whether the utimes function works... yes #11 164.5 checking for C compiler option to allow warnings... -Wno-error #11 164.8 checking for alignas and alignof... yes, macros #11 165.3 checking for alloca as a compiler built-in... yes #11 165.4 checking for static_assert... yes, an macro #11 165.8 checking for __builtin_expect... yes #11 166.0 checking byteswap.h usability... yes #11 166.3 checking byteswap.h presence... yes #11 166.3 checking for byteswap.h... yes #11 166.3 checking for readlinkat... yes #11 166.7 checking for library containing clock_gettime... none required #11 167.0 checking for clock_getres... yes #11 167.5 checking for clock_gettime... yes #11 168.1 checking for clock_settime... yes #11 168.5 checking for copy_file_range... yes #11 168.9 checking for d_type member in directory struct... yes #11 169.3 checking whether // is distinct from /... (cached) no #11 169.3 checking whether dup2 works... yes #11 169.9 checking for library containing backtrace_symbols_fd... none required #11 170.1 checking for faccessat... (cached) yes #11 170.1 checking whether fchmodat works... no #11 170.6 checking for readlinkat... (cached) yes #11 170.6 checking whether fcntl handles F_DUPFD correctly... yes #11 171.0 checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check #11 171.8 checking whether fdopendir is declared... yes #11 172.0 checking whether fdopendir works... yes #11 172.5 checking for flexible array member... yes #11 172.8 checking for __fpending... yes #11 173.3 checking whether __fpending is declared... yes #11 173.6 checking whether free is known to preserve errno... no #11 173.8 checking whether fstatat (..., 0) works... yes #11 174.5 checking for sys/mount.h... yes #11 175.1 checking for statvfs function (SVR4)... yes #11 175.9 checking whether to use statvfs64... no #11 176.2 checking for two-argument statfs with statfs.f_frsize member... yes #11 176.9 checking sys/fs/s5param.h usability... no #11 177.1 checking sys/fs/s5param.h presence... no #11 177.2 checking for sys/fs/s5param.h... no #11 177.2 checking sys/statfs.h usability... yes #11 177.5 checking sys/statfs.h presence... yes #11 177.5 checking for sys/statfs.h... yes #11 177.5 checking for statfs that truncates block counts... no #11 177.6 checking for futimens... yes #11 177.8 checking whether futimens works... yes #11 179.1 checking for getline... yes #11 179.4 checking for working getline function... yes #11 180.2 checking for getloadavg... yes #11 180.7 checking sys/loadavg.h usability... no #11 181.1 checking sys/loadavg.h presence... no #11 181.2 checking for sys/loadavg.h... no #11 181.3 checking whether getloadavg is declared... yes #11 181.6 checking for getrandom... yes #11 181.9 checking whether getrandom is compatible with its GNU+BSD signature... yes #11 182.1 checking for gettimeofday with POSIX signature... yes #11 182.2 checking whether the compiler supports the __inline keyword... yes #11 182.4 checking gmp.h usability... yes #11 182.9 checking gmp.h presence... yes #11 183.0 checking for gmp.h... yes #11 183.0 checking for library containing __gmpz_roinit_n... -lgmp #11 183.7 checking for memmem... yes #11 184.0 checking whether memmem works... yes #11 184.3 checking for mempcpy... yes #11 184.6 checking for memrchr... yes #11 185.0 checking for explicit_memset... no #11 185.4 checking for mkostemp... yes #11 185.7 checking for library containing nanosleep... none required #11 186.0 checking for working nanosleep... no (mishandles large arguments) #11 187.5 checking for sys/pstat.h... no #11 187.6 checking for sys/sysmp.h... no #11 187.9 checking for sys/param.h... (cached) yes #11 188.0 checking for sys/sysctl.h... (cached) yes #11 188.0 checking for sched_getaffinity_np... no #11 188.3 checking for pstat_getdynamic... no #11 188.8 checking for sysmp... no #11 189.3 checking for sysctl... (cached) yes #11 189.4 checking for sched_getaffinity... yes #11 189.7 checking for glibc compatible sched_getaffinity... yes #11 190.1 checking for pipe2... yes #11 190.6 checking whether signature of pselect conforms to POSIX... yes #11 191.2 checking whether pselect detects invalid fds... yes #11 191.8 checking whether pthread_sigmask is a macro... no #11 191.9 checking whether pthread_sigmask returns error numbers... yes #11 192.2 checking whether pthread_sigmask unblocks signals correctly... guessing yes #11 194.6 checking for xattr library with ATTR_ACTION_PERMISSIONS... -lattr #11 195.3 checking whether readlink signature is correct... yes #11 195.6 checking whether readlink handles trailing slash correctly... yes #11 196.1 checking whether readlink truncates results correctly... yes #11 196.4 checking for readlinkat... (cached) yes #11 196.4 checking whether readlinkat signature is correct... yes #11 196.6 checking for working re_compile_pattern... no #11 197.1 checking libintl.h usability... yes #11 197.3 checking libintl.h presence... yes #11 197.3 checking for libintl.h... yes #11 197.4 checking whether isblank is declared... yes #11 197.5 checking for sig2str... no #11 197.9 checking for sigdescr_np... no #11 198.2 checking for socklen_t... yes #11 198.8 checking for ssize_t... yes #11 199.0 checking for struct stat.st_atim.tv_nsec... yes #11 199.3 checking whether struct stat.st_atim is of type struct timespec... yes #11 199.6 checking for struct stat.st_birthtimespec.tv_nsec... no #11 199.9 checking for struct stat.st_birthtimensec... no #11 200.1 checking for struct stat.st_birthtim.tv_nsec... no #11 200.3 checking for bool, true, false... no #11 200.4 checking for stpcpy... yes #11 200.6 checking for working strnlen... yes #11 200.8 checking whether strtoimax works... yes #11 201.1 checking whether symlink handles trailing slash correctly... yes #11 201.5 checking whether localtime_r is declared... yes #11 201.6 checking whether localtime_r is compatible with its POSIX signature... yes #11 201.8 checking whether localtime works even near extrema... yes #11 202.1 checking for timezone_t... no #11 202.1 checking for timegm... yes #11 202.4 checking whether timer_settime is declared... yes #11 202.5 checking for library containing timer_settime... -lrt #11 203.0 checking for timer_settime... yes #11 203.3 checking for utimensat... yes #11 203.4 checking whether utimensat works... yes #11 204.6 checking for variable-length arrays... yes #11 205.0 checking whether getdtablesize works... yes #11 205.2 checking for __mktime_internal... no #11 205.6 checking for timer_getoverrun... yes #11 205.9 checking for gcc option to disable position independent executables... not needed #11 205.9 checking for __ctype_get_mb_cur_max... yes #11 206.3 checking whether MB_CUR_MAX is defined to function that won't link... no #11 206.4 #11 206.4 Configured for 'x86_64-pc-linux-gnu'. #11 206.4 #11 206.4 Where should the build process find the source code? . #11 206.4 What compiler should emacs be built with? gcc -g3 -O2 -DHAVE_CONFIG_H #11 206.4 Should Emacs use the GNU version of malloc? no #11 206.4 (The GNU allocators don't work with this system configuration.) #11 206.4 Should Emacs use a relocating allocator for buffers? no #11 206.4 Should Emacs use mmap(2) for buffer allocation? no #11 206.4 What window system should Emacs use? nextstep #11 206.4 What toolkit should Emacs use? none #11 206.4 Where do we find X Windows header files? NONE #11 206.4 Where do we find X Windows libraries? NONE #11 206.4 Does Emacs use -lXaw3d? no #11 206.4 Is Emacs being built for Android? no #11 206.4 Does Emacs use the X Double Buffer Extension? no #11 206.4 Does Emacs use -lXpm? no #11 206.4 Does Emacs use -ljpeg? no #11 206.4 Does Emacs use -ltiff? no #11 206.4 Does Emacs use a gif library? no #11 206.4 Does Emacs use a png library? no #11 206.4 Does Emacs use -lrsvg-2? no #11 206.4 Does Emacs use -lwebp? no #11 206.4 Does Emacs use -lsqlite3? no #11 206.4 Does Emacs use cairo? no #11 206.4 Does Emacs use -llcms2? no #11 206.4 Does Emacs use imagemagick? no #11 206.4 Does Emacs use native APIs for images? yes (ns) #11 206.4 Does Emacs support sound? yes #11 206.4 Does Emacs use -lgpm? no #11 206.4 Does Emacs use -ldbus? yes #11 206.4 Does Emacs use -lgconf? no #11 206.4 Does Emacs use GSettings? no #11 206.4 Does Emacs use a file notification library? yes -lglibc (inotify) #11 206.4 Does Emacs use access control lists? yes -lacl -lattr #11 206.4 Does Emacs use -lselinux? no #11 206.4 Does Emacs use -lgnutls? yes #11 206.4 Does Emacs use -lxml2? no #11 206.4 Does Emacs use -lfreetype? no #11 206.4 Does Emacs use HarfBuzz? no #11 206.4 Does Emacs use -lm17n-flt? no #11 206.4 Does Emacs use -lotf? no #11 206.4 Does Emacs use -lxft? no #11 206.4 Does Emacs use -lsystemd? no #11 206.4 Does Emacs use -ljansson? no #11 206.4 Does Emacs use -ltree-sitter? no #11 206.4 Does Emacs use the GMP library? yes #11 206.4 Does Emacs directly use zlib? yes #11 206.4 Does Emacs have dynamic modules support? yes #11 206.4 Does Emacs use toolkit scroll bars? yes #11 206.4 Does Emacs support Xwidgets? no #11 206.4 Does Emacs have threading support in lisp? yes #11 206.4 Does Emacs support the portable dumper? yes #11 206.4 Does Emacs support legacy unexec dumping? no #11 206.4 Which dumping strategy does Emacs use? pdumper #11 206.4 Does Emacs have native lisp compiler? no #11 206.4 Does Emacs use version 2 of the X Input Extension? no #11 206.4 Does Emacs generate a smaller-size Japanese dictionary? no #11 206.4 #11 206.4 #11 206.4 #11 206.4 Run 'make' to build Emacs, then run 'src/emacs' to test it. #11 206.4 Run 'make install' in order to build an application bundle. #11 206.4 The application will go to nextstep/Emacs.app and can be run or moved #11 206.4 from there. #11 206.4 The application will be fully self-contained. #11 206.4 #11 207.7 configure: creating ./config.status #11 208.7 config.status: creating src/verbose.mk #11 208.9 config.status: creating src/emacs-module.h #11 209.1 config.status: creating nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist #11 209.2 config.status: creating nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop #11 209.5 config.status: creating Makefile #11 209.6 config.status: creating lib/gnulib.mk #11 209.8 config.status: creating ./doc/man/emacs.1 #11 209.9 config.status: creating lib/Makefile #11 210.1 config.status: creating lib-src/Makefile #11 210.3 config.status: creating oldXMenu/Makefile #11 210.4 config.status: creating src/Makefile #11 210.7 config.status: creating lwlib/Makefile #11 211.0 config.status: creating nextstep/Makefile #11 211.2 config.status: creating nt/Makefile #11 211.4 config.status: creating doc/emacs/Makefile #11 211.5 config.status: creating doc/misc/Makefile #11 211.7 config.status: creating doc/lispintro/Makefile #11 211.8 config.status: creating doc/lispref/Makefile #11 212.0 config.status: creating lisp/Makefile #11 212.3 config.status: creating leim/Makefile #11 212.5 config.status: creating test/Makefile #11 212.7 config.status: creating test/manual/noverlay/Makefile #11 212.9 config.status: creating test/infra/Makefile #11 213.1 config.status: creating admin/charsets/Makefile #11 213.3 config.status: creating admin/unidata/Makefile #11 213.4 config.status: creating admin/grammars/Makefile #11 213.5 config.status: creating java/Makefile #11 213.7 config.status: creating cross/Makefile #11 213.9 config.status: creating java/AndroidManifest.xml #11 214.1 config.status: creating src/config.h #11 214.3 config.status: executing src/epaths.h commands #11 214.6 config.status: executing src/.gdbinit commands #11 214.6 config.status: executing doc/emacs/emacsver.texi commands #11 214.7 config.status: executing etc-refcards-emacsver.tex commands #11 214.9 configure: WARNING: This configuration installs a 'movemail' program #11 214.9 that does not retrieve POP3 email. By default, Emacs 25 and earlier #11 214.9 installed a 'movemail' program that retrieved POP3 email via only #11 214.9 insecure channels, a practice that is no longer recommended but that #11 214.9 you can continue to support by using './configure --with-pop'. #11 214.9 configure: You might want to install GNU Mailutils #11 214.9 and use './configure --with-mailutils'. #11 DONE 220.5s #12 [emacs-gnustep 6/6] RUN make bootstrap #12 6.199 make actual-bootstrap || make advice-on-failure make-target=bootstrap exit-status=$? #12 6.216 make[1]: Entering directory '/checkout' #12 6.459 make bootstrap-clean #12 6.478 make[2]: Entering directory '/checkout' #12 6.730 make -C src bootstrap-clean #12 6.846 make[3]: Entering directory '/checkout/src' #12 6.847 GEN /checkout/src/lisp.mk #12 7.966 rm -f android-emacs libemacs.so #12 8.009 rm -f temacs core ./*.core \#* ./*.o build-counter.c #12 8.016 rm -f dmpstruct.h #12 8.054 rm -f emacs.pdmp #12 8.066 rm -f ../etc/DOC #12 8.081 rm -f bootstrap-emacs bootstrap-emacs.pdmp #12 8.087 rm -f emacs-30.0.50 #12 8.092 rm -f buildobj.h #12 8.104 rm -f globals.h gl-stamp #12 8.117 rm -f ./*.res ./*.tmp #12 8.125 rm -f emacs emacs-*.*.*[0-9] emacs-*.*.*[0-9].pdmp #12 8.133 rm -f ../etc/DOC* #12 8.147 rm -f deps/* #12 8.157 rm -f emacs-module.h epaths.h config.h config.stamp #12 8.164 if test -f ./.gdbinit; then \ #12 8.164 mv ./.gdbinit ./.gdbinit.save; \ #12 8.164 if test -f "./.gdbinit"; then rm -f ./.gdbinit.save; \ #12 8.164 else mv ./.gdbinit.save ./.gdbinit; fi; \ #12 8.164 fi #12 9.606 make[3]: Leaving directory '/checkout/src' #12 9.607 make -C oldXMenu bootstrap-clean #12 9.624 make[3]: Entering directory '/checkout/oldXMenu' #12 9.624 rm -f libXMenu11.a ./*.o deps/* #12 9.631 rm -f Makefile #12 9.639 rm -fr deps #12 9.642 make[3]: Leaving directory '/checkout/oldXMenu' #12 9.642 make -C lwlib bootstrap-clean #12 9.652 make[3]: Entering directory '/checkout/lwlib' #12 9.652 rm -f ./*.o liblw.a \#* deps/* #12 9.656 rm -f Makefile #12 9.664 rm -fr deps #12 9.666 rm -f TAGS #12 9.667 make[3]: Leaving directory '/checkout/lwlib' #12 9.668 make -C lib bootstrap-clean #12 9.886 make[3]: Entering directory '/checkout/lib' #12 9.889 rm -f ./*.[ao] ./*/*.o ./*-t \#* deps/*.d deps/*/*.d #12 9.947 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 9.954 rm -f Makefile Makefile.android #12 9.962 rm -fr deps #12 9.983 make[3]: Leaving directory '/checkout/lib' #12 9.984 make -C lib-src bootstrap-clean #12 9.995 make[3]: Entering directory '/checkout/lib-src' #12 9.996 rm -f core ./*.o ./*.res #12 10.00 rm -f seccomp-filter.bpf seccomp-filter.pfc seccomp-filter-exec.bpf seccomp-filter-exec.pfc #12 10.02 rm -f etags ctags emacsclient ebrowse hexl movemail make-docfile make-fingerprint #12 10.03 rm -f TAGS Makefile blessmail Makefile.android #12 10.05 make[3]: Leaving directory '/checkout/lib-src' #12 10.05 make -C nt bootstrap-clean #12 10.09 make[3]: Entering directory '/checkout/nt' #12 10.09 rm -f core *.o *.res #12 10.10 rm -f runemacs addpm cmdproxy ddeclient #12 10.10 rm -f TAGS Makefile *.rc #12 10.13 true #12 10.14 make[3]: Leaving directory '/checkout/nt' #12 10.14 make -C doc/emacs bootstrap-clean #12 10.15 make[3]: Entering directory '/checkout/doc/emacs' #12 10.15 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #12 10.15 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #12 10.20 rm -f emacs.dvi emacs-xtra.dvi emacs.html emacs.pdf emacs-xtra.pdf emacs.ps emacs-xtra.ps #12 10.20 rm -f Makefile #12 10.24 rm -f \ #12 10.24 ./../../info/emacs.info \ #12 10.24 ./../../info/emacs.info-[1-9] \ #12 10.24 ./../../info/emacs.info-[1-9][0-9] #12 10.25 rm -f ./emacsver.texi TAGS #12 10.28 make[3]: Leaving directory '/checkout/doc/emacs' #12 10.28 make -C doc/misc bootstrap-clean #12 10.30 make[3]: Entering directory '/checkout/doc/misc' #12 10.31 rm -f ./*.aux ./*.log ./*.toc ./*.c[mp] ./*.c[mp]s ./*.fn ./*.fns \ #12 10.31 ./*.ky ./*.kys ./*.op ./*.ops ./*.p[gj] ./*.p[gj]s ./*.sc ./*.scs ./*.ss \ #12 10.31 ./*.t[gp] ./*.t[gp]s ./*.vr ./*.vrs #12 10.33 rm -f gnustmp* #12 10.35 rm -f ./*.dvi ./*.html ./*.pdf ./*.ps #12 10.36 rm -f Makefile #12 10.40 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 10.40 file=`echo ${file} | sed 's/\.info$//'`.info; \ #12 10.40 rm -f \ #12 10.40 ./../../info/${file} \ #12 10.40 ./../../info/${file}-[1-9] \ #12 10.40 ./../../info/${file}-[1-9][0-9]; \ #12 10.40 done #12 11.81 rm -f ./modus-themes.texi ./org.texi #12 11.84 rm -f TAGS #12 11.85 make[3]: Leaving directory '/checkout/doc/misc' #12 11.85 make -C doc/lispref bootstrap-clean #12 11.88 make[3]: Entering directory '/checkout/doc/lispref' #12 11.88 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #12 11.88 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #12 11.91 rm -f elisp[12]* vol[12].tmp #12 11.94 rm -f elisp.dvi elisp.html elisp.pdf elisp.ps #12 11.95 rm -f vol[12].dvi vol[12].pdf vol[12].ps #12 11.99 rm -f Makefile #12 11.99 rm -f \ #12 11.99 ./../../info/elisp.info \ #12 11.99 ./../../info/elisp.info-[1-9] \ #12 11.99 ./../../info/elisp.info-[1-9][0-9] #12 12.00 rm -f TAGS #12 12.01 make[3]: Leaving directory '/checkout/doc/lispref' #12 12.01 make -C doc/lispintro bootstrap-clean #12 12.06 make[3]: Entering directory '/checkout/doc/lispintro' #12 12.06 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #12 12.06 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #12 12.07 rm -f emacs-lisp-intro.dvi eintr.html emacs-lisp-intro.pdf emacs-lisp-intro.ps #12 12.09 rm -f Makefile #12 12.11 rm -f \ #12 12.11 ./../../info/eintr.info \ #12 12.11 ./../../info/eintr.info-[1-9] #12 12.12 rm -f TAGS #12 12.13 make[3]: Leaving directory '/checkout/doc/lispintro' #12 12.13 make -C test bootstrap-clean #12 12.15 make[3]: Entering directory '/checkout/test' #12 13.84 find . '(' -name '*.log' -o -name '*.log~' ')' -delete #12 15.32 find . '(' -name '*.xml' -a ! -path '*resources*' ')' -delete #12 15.35 rm -f ./lisp/gnus/mml-sec-resources/random_seed #12 15.35 rm -f src/emacs-module-resources/*.o src/emacs-module-resources/*.so \ #12 15.35 src/emacs-module-resources/*.dll gmp.h #12 15.36 find . -name '*.elc' -delete #12 15.38 make[3]: Leaving directory '/checkout/test' #12 15.38 make -C java bootstrap-clean #12 15.60 make[3]: Entering directory '/checkout/java' #12 15.60 rm -f *.apk emacs.apk-in *.dex *.unaligned *.class *.idsig #12 15.61 rm -rf install-temp ./org/gnu/emacs/R.java TAGS #12 15.65 find . -name '*.class' -delete #12 15.66 rm -f Makefile ndk-build.mk #12 15.67 make[3]: Leaving directory '/checkout/java' #12 15.67 make -C cross bootstrap-clean #12 15.71 make[3]: Entering directory '/checkout/cross' #12 15.71 for dir in src lib-src lib etc; do \ #12 15.71 find $dir -type f -delete; \ #12 15.71 done #12 15.74 rm -rf lib/config.h lib-src/config.h #12 15.75 if test -f ndk-build/Makefile; then \ #12 15.75 make -C ndk-build clean; \ #12 15.75 fi #12 15.75 for dir in src lib-src lib etc; do \ #12 15.75 find $dir -type l -delete; \ #12 15.75 done #12 15.77 rm -rf lib/Makefile lib/gnulib.mk ndk-build/Makefile #12 15.77 rm -rf ndk-build/ndk-build.mk Makefile #12 15.77 make[3]: Leaving directory '/checkout/cross' #12 15.77 make -C nextstep bootstrap-clean #12 15.78 make[3]: Entering directory '/checkout/nextstep' #12 15.78 rm -rf /checkout/nextstep/Emacs.app #12 15.78 rm -f Makefile #12 15.79 rm -f GNUstep/Emacs.base/Resources/Info-gnustep.plist \ #12 15.79 GNUstep/Emacs.base/Resources/Emacs.desktop \ #12 15.79 Cocoa/Emacs.base/Contents/Info.plist \ #12 15.79 Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings #12 15.83 make[3]: Leaving directory '/checkout/nextstep' #12 15.83 make -C admin/charsets bootstrap-clean #12 15.85 make[3]: Entering directory '/checkout/admin/charsets' #12 15.85 make[3]: Nothing to be done for 'bootstrap-clean'. #12 15.85 make[3]: Leaving directory '/checkout/admin/charsets' #12 15.85 make -C admin/unidata bootstrap-clean #12 15.87 make[3]: Entering directory '/checkout/admin/unidata' #12 15.91 rm -f ./*.elc unidata.txt #12 15.92 make[3]: Leaving directory '/checkout/admin/unidata' #12 15.92 make -C leim bootstrap-clean #12 15.93 make[3]: Entering directory '/checkout/leim' #12 15.93 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 15.95 make[3]: Leaving directory '/checkout/leim' #12 15.95 make -C lisp bootstrap-clean #12 15.96 make[3]: Entering directory '/checkout/lisp' #12 16.68 find . -name '*.elc' -delete #12 16.69 rm -f ./cus-load.el ./finder-inf.el ./subdirs.el ./eshell/esh-groups.el #12 16.70 make[3]: Leaving directory '/checkout/lisp' #12 16.70 make -C admin/grammars bootstrap-clean #12 16.71 make[3]: Entering directory '/checkout/admin/grammars' #12 16.71 make[3]: Nothing to be done for 'bootstrap-clean'. #12 16.71 make[3]: Leaving directory '/checkout/admin/grammars' #12 16.72 [ ! -f config.log ] || mv -f config.log config.log~ #12 16.82 rm -rf ./info #12 16.85 rm -f ./etc/refcards/emacsver.tex #12 16.86 rm -rf native-lisp/ lisp/leim/ja-dic/ #12 16.86 rm -fr autom4te.cache config.cache #12 16.87 rm -f config.log ./doc/man/emacs.1 #12 16.88 make[2]: Leaving directory '/checkout' #12 16.89 cd . && ./autogen.sh autoconf #12 16.92 Checking whether you have the necessary tools... #12 16.92 (Read INSTALL.REPO for more details on building Emacs) #12 16.93 Checking for autoconf (need at least version 2.65) ... ok #12 17.06 Your system has the required tools. #12 17.33 Running 'autoreconf -fi -I m4' ... #12 41.53 Building 'aclocal.m4' in exec ... #12 41.53 Running 'autoreconf -fi' in exec ... #12 47.30 You can now run './autogen.sh git'. #12 47.30 make MAKEFILE_NAME=force-Makefile force-Makefile #12 47.31 make[2]: Entering directory '/checkout' #12 47.32 make[2]: *** No rule to make target 'echo-sources'. Stop. #12 47.51 if [ -x ./config.status ]; then \ #12 47.51 ./config.status --recheck; \ #12 47.51 else \ #12 47.51 ./configure --cache-file=/dev/null; \ #12 47.51 fi #12 47.64 running CONFIG_SHELL=/bin/bash /bin/bash ./configure --with-ns --no-create --no-recursion #12 48.11 checking for xcrun... no #12 48.11 checking for GNU Make... make #12 48.16 checking build system type... x86_64-pc-linux-gnu #12 48.56 checking host system type... x86_64-pc-linux-gnu #12 48.60 checking for gcc... gcc #12 48.70 checking whether the C compiler works... yes #12 48.83 checking for C compiler default output file name... a.out #12 48.84 checking for suffix of executables... #12 49.08 checking whether we are cross compiling... no #12 49.22 checking for suffix of object files... o #12 49.39 checking whether we are using the GNU C compiler... yes #12 49.54 checking whether gcc accepts -g... yes #12 49.68 checking for gcc option to enable C11 features... none needed #12 50.05 checking whether the compiler is clang... no #12 50.20 checking for compiler option needed when checking for declarations... none #12 50.21 checking whether gcc and cc understand -c and -o together... yes #12 50.66 checking how to run the C preprocessor... gcc -E #12 50.84 checking for grep that handles long lines and -e... /bin/grep #12 50.87 checking for egrep... /bin/grep -E #12 50.88 checking for ANSI C header files... yes #12 51.63 checking for sys/types.h... yes #12 51.81 checking for sys/stat.h... yes #12 51.97 checking for stdlib.h... yes #12 52.10 checking for string.h... yes #12 52.29 checking for memory.h... yes #12 52.46 checking for strings.h... yes #12 52.60 checking for inttypes.h... yes #12 52.75 checking for stdint.h... yes #12 53.03 checking for unistd.h... yes #12 53.21 checking for wchar.h... yes #12 53.39 checking for minix/config.h... no #12 53.57 checking for linux/fs.h... yes #12 53.78 checking for malloc.h... yes #12 54.05 checking for sys/systeminfo.h... no #12 54.26 checking for sys/sysinfo.h... yes #12 54.45 checking for coff.h... no #12 54.59 checking for pty.h... yes #12 54.80 checking for sys/resource.h... yes #12 55.21 checking for sys/utsname.h... yes #12 55.58 checking for pwd.h... yes #12 56.05 checking for util.h... no #12 56.39 checking for sanitizer/lsan_interface.h... yes #12 56.89 checking for sanitizer/asan_interface.h... yes #12 57.23 checking for sanitizer/common_interface_defs.h... yes #12 57.58 checking for sys/socket.h... yes #12 57.97 checking for stdlib.h... (cached) yes #12 58.02 checking for unistd.h... (cached) yes #12 58.10 checking for sys/param.h... yes #12 58.49 checking for pthread.h... yes #12 58.96 checking for malloc/malloc.h... no #12 59.36 checking for sys/un.h... yes #12 59.62 checking for utmp.h... yes #12 59.94 checking for utmpx.h... yes #12 60.13 checking for OS.h... no #12 60.29 checking for dirent.h... yes #12 60.42 checking for execinfo.h... yes #12 60.58 checking for linux/xattr.h... yes #12 60.74 checking for stdio_ext.h... yes #12 60.88 checking for sys/vfs.h... yes #12 61.05 checking for sys/fs_types.h... no #12 61.26 checking for getopt.h... yes #12 61.46 checking for sys/cdefs.h... yes #12 61.65 checking for sys/time.h... yes #12 61.89 checking for ieee754.h... yes #12 62.07 checking for limits.h... yes #12 62.20 checking for inttypes.h... (cached) yes #12 62.22 checking for sys/types.h... (cached) yes #12 62.25 checking for stdint.h... (cached) yes #12 62.27 checking for sys/select.h... yes #12 62.42 checking for stdbool.h... yes #12 62.59 checking for stdckdint.h... no #12 62.72 checking for sys/random.h... yes #12 62.89 checking for sys/stat.h... (cached) yes #12 62.90 checking whether it is safe to define __EXTENSIONS__... yes #12 63.07 checking whether _XOPEN_SOURCE should be defined... no #12 63.19 checking for Minix Amsterdam compiler... no #12 63.30 checking for ar... ar #12 63.31 checking for ranlib... ranlib #12 63.31 checking for gcc option to enable large file support... none needed #12 63.65 checking for gcc option for timestamps after 2038... none needed #12 63.80 checking for g++... g++ #12 63.90 checking whether we are using the GNU C++ compiler... yes #12 64.01 checking whether g++ accepts -g... yes #12 64.15 checking for g++ option to enable C++11 features... none needed #12 94.60 checking how to run the C++ preprocessor... g++ -E #12 95.05 checking whether gcc accepts -g3 -O2... yes #12 95.46 checking whether the compiler is clang... no #12 95.64 checking whether C compiler handles -Werror -Wunknown-warning-option... no #12 95.81 checking whether -Wno-missing-field-initializers is needed... yes #12 96.27 checking whether -Wuninitialized is supported... yes #12 96.56 checking whether C compiler handles -fstrict-flex-arrays... no #12 96.69 checking whether C compiler handles -Wall... yes #12 96.98 checking whether C compiler handles -Warith-conversion... yes #12 97.36 checking whether C compiler handles -Wdate-time... yes #12 97.80 checking whether C compiler handles -Wdisabled-optimization... yes #12 98.19 checking whether C compiler handles -Wdouble-promotion... yes #12 98.64 checking whether C compiler handles -Wduplicated-cond... yes #12 99.05 checking whether C compiler handles -Wextra... yes #12 99.40 checking whether C compiler handles -Wformat-signedness... yes #12 99.69 checking whether C compiler handles -Winit-self... yes #12 100.2 checking whether C compiler handles -Winvalid-pch... yes #12 100.9 checking whether C compiler handles -Wlogical-op... yes #12 101.1 checking whether C compiler handles -Wmissing-declarations... yes #12 101.5 checking whether C compiler handles -Wmissing-include-dirs... yes #12 101.9 checking whether C compiler handles -Wmissing-prototypes... yes #12 102.3 checking whether C compiler handles -Wnested-externs... yes #12 102.9 checking whether C compiler handles -Wnull-dereference... yes #12 103.3 checking whether C compiler handles -Wold-style-definition... yes #12 103.9 checking whether C compiler handles -Wopenmp-simd... yes #12 104.4 checking whether C compiler handles -Wpacked... yes #12 104.7 checking whether C compiler handles -Wpointer-arith... yes #12 105.1 checking whether C compiler handles -Wstrict-flex-arrays... no #12 105.4 checking whether C compiler handles -Wstrict-prototypes... yes #12 105.8 checking whether C compiler handles -Wsuggest-attribute=format... yes #12 106.1 checking whether C compiler handles -Wsuggest-attribute=noreturn... yes #12 106.6 checking whether C compiler handles -Wsuggest-final-methods... yes #12 107.0 checking whether C compiler handles -Wsuggest-final-types... yes #12 107.5 checking whether C compiler handles -Wtrampolines... yes #12 107.9 checking whether C compiler handles -Wuninitialized... yes #12 108.4 checking whether C compiler handles -Wunknown-pragmas... yes #12 109.0 checking whether C compiler handles -Wunused-macros... yes #12 109.5 checking whether C compiler handles -Wvariadic-macros... yes #12 109.8 checking whether C compiler handles -Wvector-operation-performance... yes #12 110.4 checking whether C compiler handles -Wwrite-strings... yes #12 111.1 checking whether C compiler handles -Warray-bounds=2... yes #12 111.5 checking whether C compiler handles -Wattribute-alias=2... yes #12 111.9 checking whether C compiler handles -Wformat=2... yes #12 112.3 checking whether C compiler handles -Wformat-truncation=2... yes #12 112.8 checking whether C compiler handles -Wimplicit-fallthrough=5... yes #12 113.1 checking whether C compiler handles -Wshift-overflow=2... yes #12 113.4 checking whether C compiler handles -Wuse-after-free=3... no #12 113.7 checking whether C compiler handles -Wvla-larger-than=4031... yes #12 114.0 checking whether C compiler handles -Wno-missing-field-initializers... yes #12 114.4 checking whether C compiler handles -Wredundant-decls... yes #12 114.7 checking whether C compiler handles -Wno-missing-field-initializers... (cached) yes #12 114.7 checking whether C compiler handles -Wno-override-init... yes #12 115.0 checking whether C compiler handles -Wno-sign-compare... yes #12 115.5 checking whether C compiler handles -Wno-type-limits... yes #12 115.8 checking whether C compiler handles -Wno-unused-parameter... yes #12 116.2 checking whether C compiler handles -Wno-format-nonliteral... yes #12 116.5 checking whether C compiler handles -Wno-bidi-chars... no #12 116.6 checking for a BSD-compatible install... /usr/bin/install -c #12 116.7 checking command to symlink files in the same directory... ln -s #12 116.7 checking for install-info... : #12 116.7 checking for gzip... /bin/gzip #12 116.7 checking for 'find' args to delete a file... -delete #12 116.8 checking for brew... no #12 117.9 checking for -znocombreloc... not needed #12 117.9 checking whether addresses are sanitized... no #12 118.2 checking for math library... -lm #12 119.9 checking for struct passwd.pw_gecos... yes #12 120.3 checking for pkg-config... /usr/bin/pkg-config #12 120.3 checking pkg-config is at least version 0.9.0... yes #12 120.3 checking for machine/soundcard.h... no #12 120.6 checking for sys/soundcard.h... yes #12 120.9 checking for soundcard.h... no #12 121.1 checking for mmsystem.h... no #12 121.2 checking for _oss_ioctl in -lossaudio... no #12 121.6 checking for alsa >= 1.0.0... no #12 121.7 checking for ADDR_NO_RANDOMIZE... yes #12 121.9 checking if Linux sysinfo may be used... yes #12 122.4 checking for sys/wait.h that is POSIX.1 compatible... yes #12 122.8 checking for net/if.h... yes #12 123.4 checking for ifaddrs.h... yes #12 123.9 checking for net/if_dl.h... no #12 124.3 checking for struct ifreq.ifr_flags... yes #12 124.7 checking for struct ifreq.ifr_hwaddr... yes #12 125.3 checking for struct ifreq.ifr_netmask... yes #12 126.0 checking for struct ifreq.ifr_broadaddr... yes #12 126.8 checking for struct ifreq.ifr_addr... yes #12 127.3 checking for struct ifreq.ifr_addr.sa_len... no #12 127.9 checking whether gcc understands -MMD -MF... yes #12 128.2 checking for X... no #12 128.6 checking AppKit/AppKit.h usability... yes #12 133.7 checking AppKit/AppKit.h presence... yes #12 134.4 checking for AppKit/AppKit.h... yes #12 134.4 checking for Mac OS X 12.0 or later... yes #12 134.5 checking for gcc... gcc #12 134.6 checking whether we are using the GNU Objective C compiler... yes #12 134.7 checking whether gcc accepts -g... yes #12 134.8 checking if the Objective C compiler supports instancetype... yes #12 134.9 checking if the Objective C compiler defaults to C99... no #12 135.0 checking whether malloc is Doug Lea style... no #12 135.2 checking for sbrk... yes #12 135.6 checking for __lsan_ignore_object... no #12 135.9 checking for fchmod... yes #12 136.2 checking for utmpname... yes #12 136.6 checking for utmpxname... yes #12 137.2 checking for canonicalize_file_name... yes #12 137.6 checking for realpath... yes #12 138.0 checking for lstat... yes #12 138.6 checking for fchmodat... yes #12 139.1 checking for lchmod... no #12 139.3 checking for fcntl... yes #12 139.7 checking for fdopendir... yes #12 140.2 checking for listxattr... yes #12 140.7 checking for fstatat... yes #12 141.1 checking for fsync... yes #12 141.5 checking for gettimeofday... yes #12 141.9 checking for memset_explicit... no #12 142.5 checking for memset_s... no #12 143.0 checking for pselect... yes #12 143.3 checking for readlink... yes #12 143.6 checking for isblank... yes #12 144.1 checking for iswctype... yes #12 144.9 checking for strtoimax... yes #12 145.4 checking for symlink... yes #12 146.1 checking for localtime_r... yes #12 146.7 checking for getdtablesize... yes #12 147.3 checking for getpagesize... yes #12 147.9 checking for working mmap... yes #12 149.1 checking for main in -lXbsd... no #12 149.5 checking for pthread library... -lpthread #12 150.9 checking for thread support... yes #12 150.9 checking for librsvg-2.0 >= 2.14.0... no #12 150.9 checking for libwebpdemux >= 0.6.0... no #12 150.9 checking for WebPGetInfo... no #12 151.3 checking for libwebpdemux >= 0.6.0 libwebpdecoder >= 0.6.0... no #12 151.3 checking for sqlite3_open_v2 in -lsqlite3... no #12 151.5 checking for getaddrinfo_a in -lanl... yes #12 151.6 checking for malloc_trim... yes #12 151.7 checking for dbus-1 >= 1.0... yes #12 151.8 checking for dbus_watch_get_unix_fd... yes #12 152.0 checking for dbus_type_is_valid... yes #12 152.2 checking for dbus_validate_bus_name... yes #12 152.3 checking for dbus_validate_path... yes #12 152.5 checking for dbus_validate_interface... yes #12 152.8 checking for dbus_validate_member... yes #12 153.1 checking for lgetfilecon in -lselinux... no #12 153.4 checking for gnutls >= 2.12.2... yes #12 153.5 checking for libsystemd >= 222... no #12 153.5 checking for jansson >= 2.7... no #12 153.6 checking for tree-sitter >= 0.20.2... no #12 153.7 checking for tree-sitter >= 0.6.3... no #12 153.7 checking sys/inotify.h usability... yes #12 154.0 checking sys/inotify.h presence... yes #12 154.1 checking for sys/inotify.h... yes #12 154.1 checking for inotify_init1... yes #12 154.5 checking for jpeglib 6b or later... no #12 154.9 checking for lcms2... no #12 155.0 checking for library containing inflateEnd... -lz #12 155.5 checking for dladdr... yes #12 156.4 checking for dlfunc... no #12 157.2 checking for libpng >= 1.0.0... no #12 157.2 checking for libpng not configured by pkg-config... no #12 157.3 checking tiffio.h usability... no #12 157.6 checking tiffio.h presence... no #12 157.7 checking for tiffio.h... no #12 157.7 checking gif_lib.h usability... no #12 158.1 checking gif_lib.h presence... no #12 158.2 checking for gif_lib.h... no #12 158.2 checking gpm.h usability... no #12 158.4 checking gpm.h presence... no #12 158.5 checking for gpm.h... no #12 158.5 checking for libxml-2.0 > 2.6.17... no #12 158.5 checking for maillock in -lmail... no #12 158.7 checking for maillock in -llockfile... no #12 158.8 checking for liblockfile.so... no #12 158.8 checking maillock.h usability... no #12 159.0 checking maillock.h presence... no #12 159.0 checking for maillock.h... no #12 159.1 checking linux/seccomp.h usability... yes #12 159.2 checking linux/seccomp.h presence... yes #12 159.2 checking for linux/seccomp.h... yes #12 159.3 checking whether SECCOMP_SET_MODE_FILTER is declared... yes #12 159.4 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... yes #12 159.4 checking linux/filter.h usability... yes #12 159.6 checking linux/filter.h presence... yes #12 159.6 checking for linux/filter.h... yes #12 159.6 checking whether SECCOMP_SET_MODE_FILTER is declared... (cached) yes #12 159.6 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... (cached) yes #12 159.6 checking for libseccomp >= 2.5.2... no #12 159.7 checking size of long... 8 #12 159.9 checking for accept4... yes #12 160.4 checking for fchdir... yes #12 160.9 checking for gethostname... yes #12 161.1 checking for getrusage... yes #12 161.2 checking for get_current_dir_name... yes #12 161.4 checking for lrand48... yes #12 161.5 checking for random... yes #12 161.6 checking for rint... yes #12 161.8 checking for tcdrain... yes #12 162.0 checking for trunc... yes #12 162.4 checking for select... yes #12 162.6 checking for getpagesize... (cached) yes #12 162.7 checking for setlocale... yes #12 162.9 checking for newlocale... yes #12 163.2 checking for getrlimit... yes #12 163.7 checking for setrlimit... yes #12 164.1 checking for shutdown... yes #12 164.4 checking for pthread_sigmask... (cached) yes #12 164.4 checking for strsignal... yes #12 164.7 checking for setitimer... yes #12 164.9 checking for sendto... yes #12 165.2 checking for recvfrom... yes #12 165.5 checking for getsockname... yes #12 165.7 checking for getifaddrs... yes #12 165.8 checking for freeifaddrs... yes #12 166.0 checking for gai_strerror... yes #12 166.2 checking for sync... yes #12 166.3 checking for endpwent... yes #12 166.5 checking for getgrent... yes #12 166.8 checking for endgrent... yes #12 167.0 checking for renameat2... yes #12 167.4 checking for cfmakeraw... yes #12 167.8 checking for cfsetspeed... yes #12 168.2 checking for __executable_start... yes #12 168.5 checking for log2... yes #12 168.8 checking for pthread_setname_np... yes #12 169.1 checking for pthread_set_name_np... no #12 169.3 checking for getpwent... yes #12 169.5 checking whether pthread_setname_np takes a single argument... no #12 169.6 checking whether pthread_setname_np takes three arguments... no #12 169.8 checking for aligned_alloc... yes #12 170.0 checking whether aligned_alloc is declared... yes #12 170.1 checking for posix_madvise... yes #12 170.2 checking for madvise... yes #12 170.4 checking for __builtin_frame_address... yes #12 170.6 checking for __builtin_unwind_init... yes #12 170.7 checking for _LARGEFILE_SOURCE value needed for large files... no #12 170.9 checking for grantpt... yes #12 171.1 checking for getpt... yes #12 171.2 checking for posix_openpt... yes #12 171.4 checking for library containing tputs... -ltinfo #12 171.7 checking whether -ltinfo library defines BC... yes #12 171.9 checking for timerfd interface... yes #12 172.0 checking whether signals can be handled on alternate stack... yes #12 172.3 checking valgrind/valgrind.h usability... no #12 172.5 checking valgrind/valgrind.h presence... no #12 172.5 checking for valgrind/valgrind.h... no #12 172.5 checking for struct unipair.unicode... yes #12 172.7 checking for pid_t... yes #12 173.0 checking vfork.h usability... no #12 173.2 checking vfork.h presence... no #12 173.3 checking for vfork.h... no #12 173.3 checking for fork... yes #12 173.5 checking for vfork... yes #12 173.7 checking for working fork... yes #12 174.1 checking for working vfork... (cached) yes #12 174.1 checking for snprintf... yes #12 174.4 checking spawn.h usability... yes #12 174.6 checking spawn.h presence... yes #12 174.7 checking for spawn.h... yes #12 174.7 checking for posix_spawn... yes #12 174.9 checking for posix_spawn_file_actions_addchdir... no #12 175.2 checking for posix_spawn_file_actions_addchdir_np... yes #12 175.5 checking for posix_spawnattr_setflags... yes #12 175.7 checking whether POSIX_SPAWN_SETSID is declared... yes #12 175.8 checking whether GLib is linked in... no #12 175.9 checking for nl_langinfo and CODESET... yes #12 176.2 checking for nl_langinfo and _NL_PAPER_WIDTH... yes #12 176.4 checking for mbstate_t... yes #12 176.6 checking for signals via characters... yes #12 176.8 checking for _setjmp... yes #12 177.0 checking for sigsetjmp... yes #12 177.3 checking POSIX termios... yes #12 177.8 checking size of speed_t... 4 #12 178.2 checking for usable FIONREAD... yes #12 178.4 checking for usable SIGIO... yes #12 178.7 checking for struct alignment... yes #12 178.9 checking for C/C++ restrict keyword... __restrict__ #12 179.0 checking for typeof syntax and keyword spelling... typeof #12 179.1 checking for statement expressions... yes #12 179.2 checking whether malloc (0) returns nonnull... yes #12 179.4 checking sys/acl.h usability... yes #12 179.6 checking sys/acl.h presence... yes #12 179.7 checking for sys/acl.h... yes #12 179.7 checking for library containing acl_get_file... -lacl #12 180.0 checking for acl_get_file... yes #12 180.2 checking for acl_get_fd... yes #12 180.4 checking for acl_set_file... yes #12 180.5 checking for acl_set_fd... yes #12 180.6 checking for acl_free... yes #12 180.9 checking for acl_from_mode... yes #12 181.5 checking for acl_from_text... yes #12 181.9 checking for acl_delete_def_file... yes #12 182.2 checking for acl_extended_file... yes #12 182.7 checking for acl_delete_fd_np... no #12 183.4 checking for acl_delete_file_np... no #12 183.8 checking for acl_copy_ext_native... no #12 184.2 checking for acl_create_entry_np... no #12 184.6 checking for acl_to_short_text... no #12 185.0 checking for acl_free_text... no #12 185.5 checking for working acl_get_file... yes #12 186.1 checking acl/libacl.h usability... yes #12 186.3 checking acl/libacl.h presence... yes #12 186.5 checking for acl/libacl.h... yes #12 186.5 checking for acl_entries... yes #12 186.9 checking for ACL_FIRST_ENTRY... yes #12 187.3 checking for ACL_TYPE_EXTENDED... no #12 187.5 checking for working alloca.h... yes #12 187.8 checking for alloca... yes #12 188.2 checking for a thread-safe mkdir -p... /bin/mkdir -p #12 188.2 checking whether the preprocessor supports include_next... yes #12 188.5 checking whether source code line length is unlimited... yes #12 188.7 checking whether endutent is declared... yes #12 189.0 checking for struct utmpx.ut_user... yes #12 189.5 checking for struct utmp.ut_user... yes #12 189.9 checking for struct utmpx.ut_name... yes #12 190.4 checking for struct utmp.ut_name... yes #12 190.8 checking for struct utmpx.ut_type... yes #12 191.2 checking for struct utmp.ut_type... yes #12 191.8 checking for struct utmpx.ut_pid... yes #12 192.2 checking for struct utmp.ut_pid... yes #12 192.6 checking for struct utmp.ut_tv... yes #12 194.1 checking for struct utmpx.ut_host... yes #12 194.5 checking for struct utmp.ut_host... yes #12 194.8 checking for struct utmpx.ut_id... yes #12 195.2 checking for struct utmp.ut_id... yes #12 195.6 checking for struct utmpx.ut_session... yes #12 196.0 checking for struct utmp.ut_session... yes #12 196.5 checking for struct utmpx.ut_exit... yes #12 197.4 checking for struct utmp.ut_exit... yes #12 198.2 checking for struct utmpx.ut_exit.ut_exit... no #12 198.8 checking for struct utmpx.ut_exit.e_exit... yes #12 199.2 checking for struct utmp.ut_exit.e_exit... yes #12 199.6 checking for struct utmpx.ut_exit.ut_termination... no #12 200.2 checking for struct utmpx.ut_exit.e_termination... yes #12 200.6 checking for struct utmp.ut_exit.e_termination... yes #12 201.3 checking whether sysinfo is declared... yes #12 202.2 checking for sys/sysctl.h... yes #12 202.4 checking for sysctl... yes #12 202.5 checking whether lstat correctly handles trailing slash... yes #12 203.1 checking whether // is distinct from /... no #12 203.1 checking whether realpath works... yes #12 203.7 checking for faccessat... yes #12 204.2 checking for getcwd... yes #12 204.5 checking whether byte ordering is bigendian... no #12 205.4 checking if environ is properly declared... yes #12 205.6 checking for complete errno.h... yes #12 205.7 checking whether ctype.h defines __header_inline... no #12 205.8 checking for mode_t... yes #12 206.4 checking whether strmode is declared... no #12 206.6 checking whether getline is declared... yes #12 206.8 checking for gawk... no #12 206.8 checking for mawk... mawk #12 206.8 checking for getopt.h... (cached) yes #12 206.9 checking for getopt_long_only... yes #12 207.1 checking whether getopt is POSIX compatible... yes #12 208.3 checking for working GNU getopt function... yes #12 209.0 checking for working GNU getopt_long function... yes #12 209.5 checking whether timespec_get is declared... yes #12 210.3 checking for timespec_get... yes #12 210.8 checking for struct timeval... yes #12 211.1 checking for wide-enough struct timeval.tv_sec member... yes #12 211.3 checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... no #12 211.5 checking whether the compiler produces multi-arch binaries... no #12 211.6 checking whether stdint.h conforms to C99... yes #12 212.5 checking whether stdint.h works without ISO C predefines... yes #12 212.7 checking whether stdint.h has UINTMAX_WIDTH etc.... yes #12 213.0 checking whether memmem is declared... yes #12 213.4 checking whether memrchr is declared... yes #12 213.8 checking whether defines MIN and MAX... no #12 214.0 checking whether defines MIN and MAX... yes #12 214.3 checking whether time_t is signed... yes #12 214.6 checking whether alarm is declared... yes #12 215.0 checking for working mktime... no #12 217.8 checking whether struct tm is in sys/time.h or time.h... time.h #12 217.8 checking for struct tm.tm_zone... yes #12 217.9 checking for struct tm.tm_gmtoff... yes #12 218.1 checking whether is self-contained... yes #12 218.8 checking for inline... inline #12 219.0 checking for sigset_t... yes #12 219.3 checking for volatile sig_atomic_t... yes #12 219.5 checking for sighandler_t... yes #12 219.7 checking for wchar_t... yes #12 219.8 checking for good max_align_t... yes #12 219.8 checking whether NULL can be used in arbitrary expressions... yes #12 219.9 checking for unreachable... no #12 220.2 checking whether fcloseall is declared... yes #12 220.6 checking whether getw is declared... yes #12 220.9 checking whether putw is declared... yes #12 221.4 checking which flavor of printf attribute matches inttypes macros... system #12 221.6 checking whether strnlen is declared... yes #12 222.1 checking whether strtoimax is declared... yes #12 222.4 checking whether stat file-mode macros are broken... no #12 222.6 checking for nlink_t... yes #12 223.0 checking for struct timespec in ... yes #12 223.2 checking for TIME_UTC in ... yes #12 223.5 checking whether execvpe is declared... yes #12 224.0 checking whether clearerr_unlocked is declared... yes #12 224.4 checking whether feof_unlocked is declared... yes #12 224.7 checking whether ferror_unlocked is declared... yes #12 225.0 checking whether fflush_unlocked is declared... yes #12 225.3 checking whether fgets_unlocked is declared... yes #12 225.8 checking whether fputc_unlocked is declared... yes #12 226.3 checking whether fputs_unlocked is declared... yes #12 226.6 checking whether fread_unlocked is declared... yes #12 227.2 checking whether fwrite_unlocked is declared... yes #12 227.6 checking whether getc_unlocked is declared... yes #12 228.0 checking whether getchar_unlocked is declared... yes #12 228.6 checking whether putc_unlocked is declared... yes #12 229.0 checking whether putchar_unlocked is declared... yes #12 229.4 checking type of array argument to getgroups... gid_t #12 230.1 checking whether getdelim is declared... yes #12 230.6 checking whether getdtablesize is declared... yes #12 230.7 checking whether malloc is ptrdiff_t safe... yes #12 231.0 checking whether malloc, realloc, calloc set errno on failure... yes #12 231.0 checking for O_CLOEXEC... yes #12 231.2 checking for promoted mode_t type... mode_t #12 231.4 checking whether the utimes function works... yes #12 231.7 checking for C compiler option to allow warnings... -Wno-error #12 232.3 checking for alignas and alignof... yes, macros #12 232.8 checking for alloca as a compiler built-in... yes #12 233.0 checking for static_assert... yes, an macro #12 233.4 checking for __builtin_expect... yes #12 233.8 checking byteswap.h usability... yes #12 234.2 checking byteswap.h presence... yes #12 234.3 checking for byteswap.h... yes #12 234.3 checking for readlinkat... yes #12 234.7 checking for library containing clock_gettime... none required #12 235.1 checking for clock_getres... yes #12 235.7 checking for clock_gettime... yes #12 236.1 checking for clock_settime... yes #12 236.6 checking for copy_file_range... yes #12 236.9 checking for d_type member in directory struct... yes #12 237.5 checking whether // is distinct from /... (cached) no #12 237.5 checking whether dup2 works... yes #12 238.4 checking for library containing backtrace_symbols_fd... none required #12 238.9 checking for faccessat... (cached) yes #12 238.9 checking whether fchmodat works... no #12 239.6 checking for readlinkat... (cached) yes #12 239.6 checking whether fcntl handles F_DUPFD correctly... yes #12 240.1 checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check #12 240.9 checking whether fdopendir is declared... yes #12 241.1 checking whether fdopendir works... yes #12 241.5 checking for flexible array member... yes #12 241.7 checking for __fpending... yes #12 242.1 checking whether __fpending is declared... yes #12 242.3 checking whether free is known to preserve errno... no #12 242.4 checking whether fstatat (..., 0) works... yes #12 242.8 checking for sys/mount.h... yes #12 243.3 checking for statvfs function (SVR4)... yes #12 243.6 checking whether to use statvfs64... no #12 243.8 checking for two-argument statfs with statfs.f_frsize member... yes #12 244.1 checking sys/fs/s5param.h usability... no #12 244.3 checking sys/fs/s5param.h presence... no #12 244.3 checking for sys/fs/s5param.h... no #12 244.4 checking sys/statfs.h usability... yes #12 244.6 checking sys/statfs.h presence... yes #12 244.7 checking for sys/statfs.h... yes #12 244.7 checking for statfs that truncates block counts... no #12 244.8 checking for futimens... yes #12 245.1 checking whether futimens works... yes #12 246.5 checking for getline... yes #12 246.6 checking for working getline function... yes #12 246.8 checking for getloadavg... yes #12 246.9 checking sys/loadavg.h usability... no #12 247.0 checking sys/loadavg.h presence... no #12 247.0 checking for sys/loadavg.h... no #12 247.0 checking whether getloadavg is declared... yes #12 247.1 checking for getrandom... yes #12 247.3 checking whether getrandom is compatible with its GNU+BSD signature... yes #12 247.4 checking for gettimeofday with POSIX signature... yes #12 247.5 checking whether the compiler supports the __inline keyword... yes #12 247.6 checking gmp.h usability... yes #12 247.7 checking gmp.h presence... yes #12 247.7 checking for gmp.h... yes #12 247.7 checking for library containing __gmpz_roinit_n... -lgmp #12 248.1 checking for memmem... yes #12 248.3 checking whether memmem works... yes #12 248.5 checking for mempcpy... yes #12 248.6 checking for memrchr... yes #12 248.8 checking for explicit_memset... no #12 248.9 checking for mkostemp... yes #12 249.0 checking for library containing nanosleep... none required #12 249.1 checking for working nanosleep... no (mishandles large arguments) #12 250.4 checking for sys/pstat.h... no #12 250.8 checking for sys/sysmp.h... no #12 251.2 checking for sys/param.h... (cached) yes #12 251.3 checking for sys/sysctl.h... (cached) yes #12 251.3 checking for sched_getaffinity_np... no #12 251.8 checking for pstat_getdynamic... no #12 252.5 checking for sysmp... no #12 253.0 checking for sysctl... (cached) yes #12 253.0 checking for sched_getaffinity... yes #12 254.0 checking for glibc compatible sched_getaffinity... yes #12 254.2 checking for pipe2... yes #12 254.4 checking whether signature of pselect conforms to POSIX... yes #12 254.6 checking whether pselect detects invalid fds... yes #12 255.1 checking whether pthread_sigmask is a macro... no #12 255.3 checking whether pthread_sigmask returns error numbers... yes #12 255.6 checking whether pthread_sigmask unblocks signals correctly... guessing yes #12 258.0 checking for xattr library with ATTR_ACTION_PERMISSIONS... -lattr #12 258.7 checking whether readlink signature is correct... yes #12 259.0 checking whether readlink handles trailing slash correctly... yes #12 259.2 checking whether readlink truncates results correctly... yes #12 259.5 checking for readlinkat... (cached) yes #12 259.5 checking whether readlinkat signature is correct... yes #12 259.6 checking for working re_compile_pattern... no #12 259.9 checking libintl.h usability... yes #12 260.0 checking libintl.h presence... yes #12 260.1 checking for libintl.h... yes #12 260.1 checking whether isblank is declared... yes #12 260.2 checking for sig2str... no #12 260.4 checking for sigdescr_np... no #12 260.6 checking for socklen_t... yes #12 260.9 checking for ssize_t... yes #12 261.0 checking for struct stat.st_atim.tv_nsec... yes #12 261.2 checking whether struct stat.st_atim is of type struct timespec... yes #12 261.4 checking for struct stat.st_birthtimespec.tv_nsec... no #12 267.5 checking for struct stat.st_birthtimensec... no #12 267.7 checking for struct stat.st_birthtim.tv_nsec... no #12 268.0 checking for bool, true, false... no #12 268.2 checking for stpcpy... yes #12 268.9 checking for working strnlen... yes #12 269.5 checking whether strtoimax works... yes #12 269.8 checking whether symlink handles trailing slash correctly... yes #12 270.5 checking whether localtime_r is declared... yes #12 270.7 checking whether localtime_r is compatible with its POSIX signature... yes #12 270.8 checking whether localtime works even near extrema... yes #12 271.1 checking for timezone_t... no #12 271.3 checking for timegm... yes #12 271.6 checking whether timer_settime is declared... yes #12 271.8 checking for library containing timer_settime... -lrt #12 272.2 checking for timer_settime... yes #12 272.4 checking for utimensat... yes #12 272.6 checking whether utimensat works... yes #12 273.9 checking for variable-length arrays... yes #12 274.3 checking whether getdtablesize works... yes #12 274.8 checking for __mktime_internal... no #12 275.3 checking for timer_getoverrun... yes #12 275.7 checking for gcc option to disable position independent executables... not needed #12 275.7 checking for __ctype_get_mb_cur_max... yes #12 276.1 checking whether MB_CUR_MAX is defined to function that won't link... no #12 276.2 #12 276.2 Configured for 'x86_64-pc-linux-gnu'. #12 276.2 #12 276.2 Where should the build process find the source code? . #12 276.2 What compiler should emacs be built with? gcc -g3 -O2 -DHAVE_CONFIG_H #12 276.2 Should Emacs use the GNU version of malloc? no #12 276.2 (The GNU allocators don't work with this system configuration.) #12 276.2 Should Emacs use a relocating allocator for buffers? no #12 276.2 Should Emacs use mmap(2) for buffer allocation? no #12 276.2 What window system should Emacs use? nextstep #12 276.2 What toolkit should Emacs use? none #12 276.2 Where do we find X Windows header files? NONE #12 276.2 Where do we find X Windows libraries? NONE #12 276.3 Does Emacs use -lXaw3d? no #12 276.3 Is Emacs being built for Android? no #12 276.3 Does Emacs use the X Double Buffer Extension? no #12 276.3 Does Emacs use -lXpm? no #12 276.3 Does Emacs use -ljpeg? no #12 276.3 Does Emacs use -ltiff? no #12 276.3 Does Emacs use a gif library? no #12 276.3 Does Emacs use a png library? no #12 276.3 Does Emacs use -lrsvg-2? no #12 276.3 Does Emacs use -lwebp? no #12 276.3 Does Emacs use -lsqlite3? no #12 276.3 Does Emacs use cairo? no #12 276.3 Does Emacs use -llcms2? no #12 276.3 Does Emacs use imagemagick? no #12 276.3 Does Emacs use native APIs for images? yes (ns) #12 276.3 Does Emacs support sound? yes #12 276.3 Does Emacs use -lgpm? no #12 276.3 Does Emacs use -ldbus? yes #12 276.3 Does Emacs use -lgconf? no #12 276.3 Does Emacs use GSettings? no #12 276.3 Does Emacs use a file notification library? yes -lglibc (inotify) #12 276.3 Does Emacs use access control lists? yes -lacl -lattr #12 276.3 Does Emacs use -lselinux? no #12 276.3 Does Emacs use -lgnutls? yes #12 276.3 Does Emacs use -lxml2? no #12 276.3 Does Emacs use -lfreetype? no #12 276.3 Does Emacs use HarfBuzz? no #12 276.3 Does Emacs use -lm17n-flt? no #12 276.3 Does Emacs use -lotf? no #12 276.3 Does Emacs use -lxft? no #12 276.3 Does Emacs use -lsystemd? no #12 276.3 Does Emacs use -ljansson? no #12 276.3 Does Emacs use -ltree-sitter? no #12 276.3 Does Emacs use the GMP library? yes #12 276.3 Does Emacs directly use zlib? yes #12 276.3 Does Emacs have dynamic modules support? yes #12 276.3 Does Emacs use toolkit scroll bars? yes #12 276.3 Does Emacs support Xwidgets? no #12 276.3 Does Emacs have threading support in lisp? yes #12 276.3 Does Emacs support the portable dumper? yes #12 276.3 Does Emacs support legacy unexec dumping? no #12 276.3 Which dumping strategy does Emacs use? pdumper #12 276.3 Does Emacs have native lisp compiler? no #12 276.3 Does Emacs use version 2 of the X Input Extension? no #12 276.3 Does Emacs generate a smaller-size Japanese dictionary? no #12 276.3 #12 276.3 #12 276.3 #12 276.3 Run 'make' to build Emacs, then run 'src/emacs' to test it. #12 276.3 Run 'make install' in order to build an application bundle. #12 276.3 The application will go to nextstep/Emacs.app and can be run or moved #12 276.3 from there. #12 276.3 The application will be fully self-contained. #12 276.3 #12 277.9 configure: creating ./config.status #12 278.5 configure: WARNING: This configuration installs a 'movemail' program #12 278.5 that does not retrieve POP3 email. By default, Emacs 25 and earlier #12 278.5 installed a 'movemail' program that retrieved POP3 email via only #12 278.5 insecure channels, a practice that is no longer recommended but that #12 278.5 you can continue to support by using './configure --with-pop'. #12 278.5 configure: You might want to install GNU Mailutils #12 278.5 and use './configure --with-mailutils'. #12 279.6 MAKE='make' ./config.status #12 280.0 config.status: creating src/verbose.mk #12 280.2 config.status: creating src/emacs-module.h #12 280.8 config.status: creating nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist #12 280.9 config.status: creating nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop #12 281.1 config.status: creating Makefile #12 281.1 config.status: creating lib/gnulib.mk #12 281.3 config.status: creating ./doc/man/emacs.1 #12 281.5 config.status: creating lib/Makefile #12 281.6 config.status: creating lib-src/Makefile #12 281.8 config.status: creating oldXMenu/Makefile #12 282.0 config.status: creating src/Makefile #12 282.2 config.status: creating lwlib/Makefile #12 282.4 config.status: creating nextstep/Makefile #12 282.6 config.status: creating nt/Makefile #12 282.8 config.status: creating doc/emacs/Makefile #12 282.9 config.status: creating doc/misc/Makefile #12 283.1 config.status: creating doc/lispintro/Makefile #12 283.4 config.status: creating doc/lispref/Makefile #12 283.6 config.status: creating lisp/Makefile #12 283.9 config.status: creating leim/Makefile #12 284.0 config.status: creating test/Makefile #12 284.2 config.status: creating test/manual/noverlay/Makefile #12 284.3 config.status: creating test/infra/Makefile #12 284.5 config.status: creating admin/charsets/Makefile #12 284.6 config.status: creating admin/unidata/Makefile #12 284.7 config.status: creating admin/grammars/Makefile #12 284.9 config.status: creating java/Makefile #12 285.1 config.status: creating cross/Makefile #12 285.2 config.status: creating java/AndroidManifest.xml #12 285.4 config.status: creating src/config.h #12 285.6 config.status: executing src/epaths.h commands #12 285.6 make[3]: Entering directory '/checkout' #12 285.8 make[3]: Leaving directory '/checkout' #12 285.8 config.status: executing src/.gdbinit commands #12 285.9 config.status: executing doc/emacs/emacsver.texi commands #12 285.9 config.status: executing etc-refcards-emacsver.tex commands #12 286.0 make[3]: Entering directory '/checkout' #12 286.1 make[3]: Leaving directory '/checkout' #12 286.1 make[2]: Leaving directory '/checkout' #12 286.1 make actual-all #12 286.1 make[2]: Entering directory '/checkout' #12 286.5 make -C lib all #12 286.8 make[3]: Entering directory '/checkout/lib' #12 286.8 GEN alloca.h #12 286.8 GEN dirent.h #12 286.9 GEN fcntl.h #12 286.9 GEN malloc/dynarray.gl.h #12 287.0 GEN malloc/dynarray-skeleton.gl.h #12 287.0 GEN inttypes.h #12 287.1 GEN limits.h #12 287.1 GEN signal.h #12 287.2 GEN stdckdint.h #12 287.3 GEN stddef.h #12 287.3 GEN stdio.h #12 287.6 GEN stdlib.h #12 287.9 GEN string.h #12 288.3 GEN sys/random.h #12 288.4 GEN sys/select.h #12 288.5 GEN sys/stat.h #12 288.7 GEN sys/time.h #12 288.8 GEN sys/types.h #12 288.8 GEN time.h #12 288.9 GEN unistd.h #12 289.4 CC fingerprint.o #12 289.5 CC mktime.o #12 290.7 CC acl-errno-valid.o #12 291.1 CC acl-internal.o #12 291.5 CC get-permissions.o #12 291.8 CC set-permissions.o #12 292.4 CC allocator.o #12 292.9 CC binary-io.o #12 293.3 CC boot-time.o #12 294.4 CC c-ctype.o #12 294.9 CC c-strcasecmp.o #12 295.1 CC c-strncasecmp.o #12 295.4 CC careadlinkat.o #12 295.9 CC close-stream.o #12 296.2 CC copy-file-range.o #12 296.5 CC count-leading-zeros.o #12 297.0 CC count-one-bits.o #12 297.4 CC count-trailing-zeros.o #12 298.0 CC md5-stream.o #12 298.8 CC md5.o #12 300.6 CC sha1.o #12 302.7 CC sha256.o #12 307.2 CC sha512.o #12 313.9 CC dtoastr.o #12 314.4 CC dtotimespec.o #12 314.7 CC fchmodat.o #12 315.1 CC fcntl.o #12 315.7 CC file-has-acl.o #12 316.5 CC filemode.o #12 316.8 CC filevercmp.o #12 317.3 CC free.o #12 317.7 CC fsusage.o #12 317.9 CC gettime.o #12 318.4 CC malloc/dynarray_at_failure.o #12 318.9 CC malloc/dynarray_emplace_enlarge.o #12 319.4 CC malloc/dynarray_finalize.o #12 319.9 CC malloc/dynarray_resize.o #12 320.2 CC malloc/dynarray_resize_clear.o #12 320.6 CC memset_explicit.o #12 320.9 CC nanosleep.o #12 321.3 CC nproc.o #12 321.8 CC nstrftime.o #12 324.6 CC pipe2.o #12 325.2 CC qcopy-acl.o #12 325.7 CC regex.o #12 344.2 CC sig2str.o #12 344.8 CC sigdescr_np.o #12 345.2 CC stat-time.o #12 345.5 CC tempname.o #12 346.2 CC time_rz.o #12 346.8 CC timegm.o #12 347.0 CC timespec.o #12 347.3 CC timespec-add.o #12 347.7 CC timespec-sub.o #12 347.9 CC u64.o #12 348.1 CC unistd.o #12 348.6 CC openat-die.o #12 348.9 CC save-cwd.o #12 349.3 AR libgnu.a #12 349.9 make[3]: Leaving directory '/checkout/lib' #12 349.9 make -C lib-src all #12 349.9 make[3]: Entering directory '/checkout/lib-src' #12 349.9 CCLD etags #12 367.1 CCLD ctags #12 386.6 CCLD emacsclient #12 390.3 CCLD ebrowse #12 396.3 CCLD hexl #12 396.6 CC pop.o #12 396.8 CCLD movemail #12 397.1 CCLD make-docfile #12 399.4 CCLD make-fingerprint #12 400.6 make[3]: Leaving directory '/checkout/lib-src' #12 400.6 make -C src BIN_DESTDIR=''/checkout/nextstep/Emacs.app/'' \ #12 400.6 ELN_DESTDIR='/checkout/nextstep/Emacs.app/Frameworks/' all #12 401.2 make[3]: Entering directory '/checkout/src' #12 401.2 GEN globals.h #12 401.9 CC dispnew.o #12 419.1 CC frame.o #12 439.9 CC scroll.o #12 442.1 CC xdisp.o #12 555.3 CC menu.o #12 561.5 CC window.o #12 591.4 CC charset.o #12 604.0 CC coding.o #12 667.0 CC category.o #12 669.4 CC ccl.o #12 679.1 CC character.o #12 684.2 CC chartab.o #12 692.0 CC bidi.o #12 698.5 CC cm.o #12 700.3 CC term.o #12 711.5 CC terminal.o #12 713.9 CC xfaces.o #12 736.5 CC dbusbind.o #12 748.6 CC emacs.o #12 754.7 CC keyboard.o #12 793.8 CC macros.o #12 795.5 CC keymap.o #12 809.0 CC sysdep.o #12 816.2 CC bignum.o #12 819.5 CC buffer.o #12 835.1 CC filelock.o #12 838.6 CC insdel.o #12 844.9 CC marker.o #12 848.4 CC minibuf.o #12 860.4 CC fileio.o #12 878.5 CC dired.o #12 881.7 CC cmds.o #12 885.7 CC casetab.o #12 887.4 CC casefiddle.o #12 891.0 CC indent.o #12 900.1 CC search.o #12 911.9 CC regex-emacs.o #12 938.3 CC undo.o #12 941.0 CC alloc.o #12 959.9 CC pdumper.o #12 974.8 CC data.o #12 991.3 GEN buildobj.h #12 992.6 CC doc.o #12 996.1 CC editfns.o #12 1020. CC callint.o #12 1024. CC eval.o #12 1042. CC floatfns.o #12 1045. CC fns.o #12 1074. CC sort.o #12 1077. CC font.o #12 1100. CC print.o #12 1111. CC lread.o #12 1129. CC emacs-module.o #12 1138. CC syntax.o #12 1160. CC bytecode.o #12 1172. CC comp.o #12 1174. CC dynlib.o #12 1174. CC process.o #12 1202. CC gnutls.o #12 1211. CC callproc.o #12 1217. CC region-cache.o #12 1219. CC sound.o #12 1222. CC timefns.o #12 1230. CC atimer.o #12 1232. CC doprnt.o #12 1234. CC intervals.o #12 1242. CC textprop.o #12 1253. CC composite.o #12 1264. CC xml.o #12 1265. CC lcms.o #12 1266. CC inotify.o #12 1269. CC profiler.o #12 1272. CC decompress.o #12 1274. CC thread.o #12 1277. CC systhread.o #12 1278. CC sqlite.o #12 1280. CC treesit.o #12 1281. CC itree.o #12 1284. CC fontset.o #12 1295. CC fringe.o #12 1304. CC image.o #12 1315. image.c:143: warning: macro "PIX_MASK_DRAW" is not used [-Wunused-macros] #12 1315. 143 | #define PIX_MASK_DRAW 1 #12 1315. | #12 1316. CC nsterm.o #12 1316. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #12 1316. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #12 1317. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #12 1317. from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1317. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1317. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1317. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1317. from nsgui.h:34, #12 1317. from dispextern.h:137, #12 1317. from nsterm.h:22, #12 1317. from nsterm.m:48: #12 1317. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #12 1317. | ^ #12 1317. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1317. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1317. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1317. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1317. from nsgui.h:34, #12 1317. from dispextern.h:137, #12 1317. from nsterm.h:22, #12 1317. from nsterm.m:48: #12 1317. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #12 1317. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1317. | ^~~~~~~~~~~~~~~~~~~~ #12 1317. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #12 1317. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1317. | ^~~~~~~~~~~~~~~~~~~~ #12 1317. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1317. | ^ #12 1317. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #12 1317. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1317. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1317. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1317. from nsgui.h:34, #12 1317. from dispextern.h:137, #12 1317. from nsterm.h:22, #12 1317. from nsterm.m:48: #12 1317. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #12 1317. | ^ #12 1317. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1317. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1317. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1317. from nsgui.h:34, #12 1317. from dispextern.h:137, #12 1317. from nsterm.h:22, #12 1317. from nsterm.m:48: #12 1317. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1317. | ^ #12 1317. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #12 1317. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1317. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1317. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1317. from nsgui.h:34, #12 1317. from dispextern.h:137, #12 1317. from nsterm.h:22, #12 1317. from nsterm.m:48: #12 1317. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1317. | ^ #12 1317. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1317. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1317. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1317. from nsgui.h:34, #12 1317. from dispextern.h:137, #12 1317. from nsterm.h:22, #12 1317. from nsterm.m:48: #12 1317. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1317. | ^ #12 1317. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #12 1317. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1317. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1317. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1317. from nsgui.h:34, #12 1317. from dispextern.h:137, #12 1317. from nsterm.h:22, #12 1317. from nsterm.m:48: #12 1317. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1317. | ^ #12 1317. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1317. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1317. from nsgui.h:34, #12 1317. from dispextern.h:137, #12 1317. from nsterm.h:22, #12 1317. from nsterm.m:48: #12 1317. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1317. | ^ #12 1317. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1317. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1317. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1317. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1317. from nsgui.h:34, #12 1317. from dispextern.h:137, #12 1317. from nsterm.h:22, #12 1317. from nsterm.m:48: #12 1317. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 88 | #if GS_API_VERSION(0,011500) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1317. | ^ #12 1317. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #12 1317. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1317. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1317. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1317. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1317. from nsgui.h:34, #12 1317. from dispextern.h:137, #12 1317. from nsterm.h:22, #12 1317. from nsterm.m:48: #12 1317. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1317. | ^ #12 1317. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1317. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1317. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1317. from nsgui.h:34, #12 1317. from dispextern.h:137, #12 1317. from nsterm.h:22, #12 1317. from nsterm.m:48: #12 1317. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1317. | ^ #12 1317. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #12 1317. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1317. | ^~~~~~~~~~ #12 1317. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1317. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1317. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1317. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1317. from nsgui.h:34, #12 1317. from dispextern.h:137, #12 1317. from nsterm.h:22, #12 1317. from nsterm.m:48: #12 1317. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #12 1317. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1317. | ^~~~~~~~~~ #12 1317. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #12 1317. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1317. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1317. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1317. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1317. from nsgui.h:34, #12 1317. from dispextern.h:137, #12 1317. from nsterm.h:22, #12 1317. from nsterm.m:48: #12 1317. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1317. | ^ #12 1317. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1317. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1317. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1317. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1317. from nsgui.h:34, #12 1317. from dispextern.h:137, #12 1317. from nsterm.h:22, #12 1317. from nsterm.m:48: #12 1317. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1317. | ^ #12 1317. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #12 1317. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1317. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1317. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1317. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1317. from nsgui.h:34, #12 1317. from dispextern.h:137, #12 1317. from nsterm.h:22, #12 1317. from nsterm.m:48: #12 1317. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1317. | ^ #12 1317. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #12 1317. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1317. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1317. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1317. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1317. from nsgui.h:34, #12 1317. from dispextern.h:137, #12 1317. from nsterm.h:22, #12 1317. from nsterm.m:48: #12 1317. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1317. | ^ #12 1317. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1317. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1317. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1317. from nsgui.h:34, #12 1317. from dispextern.h:137, #12 1317. from nsterm.h:22, #12 1317. from nsterm.m:48: #12 1317. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1317. | ^ #12 1317. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1317. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1317. from nsgui.h:34, #12 1317. from dispextern.h:137, #12 1317. from nsterm.h:22, #12 1317. from nsterm.m:48: #12 1317. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 46 | #if GS_EXPOSE(NSAffineTransform) #12 1317. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1317. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #12 1317. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1317. from nsgui.h:34, #12 1317. from dispextern.h:137, #12 1317. from nsterm.h:22, #12 1317. from nsterm.m:48: #12 1317. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1317. | ^ #12 1317. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #12 1317. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1317. from nsgui.h:34, #12 1317. from dispextern.h:137, #12 1317. from nsterm.h:22, #12 1317. from nsterm.m:48: #12 1317. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1317. | ^ #12 1317. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #12 1317. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1317. from nsgui.h:34, #12 1317. from dispextern.h:137, #12 1317. from nsterm.h:22, #12 1317. from nsterm.m:48: #12 1317. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1317. | ^ #12 1317. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #12 1317. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1317. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1317. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1317. from nsgui.h:34, #12 1317. from dispextern.h:137, #12 1317. from nsterm.h:22, #12 1317. from nsterm.m:48: #12 1317. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1317. | ^ #12 1317. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1317. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1317. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1317. from nsgui.h:34, #12 1317. from dispextern.h:137, #12 1317. from nsterm.h:22, #12 1317. from nsterm.m:48: #12 1317. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1317. | ^ #12 1317. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1317. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1317. from nsgui.h:34, #12 1317. from dispextern.h:137, #12 1317. from nsterm.h:22, #12 1317. from nsterm.m:48: #12 1317. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 45 | #if GS_EXPOSE(NSArchiver) #12 1317. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1317. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 164 | #if GS_EXPOSE(NSUnarchiver) #12 1317. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1317. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1317. | ^ #12 1317. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1317. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1317. from nsgui.h:34, #12 1317. from dispextern.h:137, #12 1317. from nsterm.h:22, #12 1317. from nsterm.m:48: #12 1317. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1317. | ^ #12 1317. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #12 1317. from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1317. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1317. from nsgui.h:34, #12 1317. from dispextern.h:137, #12 1317. from nsterm.h:22, #12 1317. from nsterm.m:48: #12 1317. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1317. | ^ #12 1317. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1317. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1317. from nsgui.h:34, #12 1317. from dispextern.h:137, #12 1317. from nsterm.h:22, #12 1317. from nsterm.m:48: #12 1317. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1317. | ^ #12 1317. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #12 1317. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1317. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1317. from nsgui.h:34, #12 1317. from dispextern.h:137, #12 1317. from nsterm.h:22, #12 1317. from nsterm.m:48: #12 1317. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1317. | ^ #12 1317. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #12 1317. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1317. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1317. from nsgui.h:34, #12 1317. from dispextern.h:137, #12 1317. from nsterm.h:22, #12 1317. from nsterm.m:48: #12 1317. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1317. | ^ #12 1317. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #12 1317. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1317. from nsgui.h:34, #12 1317. from dispextern.h:137, #12 1317. from nsterm.h:22, #12 1317. from nsterm.m:48: #12 1317. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #12 1317. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1317. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1317. | ^ #12 1317. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #12 1317. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1317. from nsgui.h:34, #12 1317. from dispextern.h:137, #12 1317. from nsterm.h:22, #12 1317. from nsterm.m:48: #12 1317. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1317. | ^ #12 1317. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1317. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1317. from nsgui.h:34, #12 1317. from dispextern.h:137, #12 1317. from nsterm.h:22, #12 1317. from nsterm.m:48: #12 1317. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 114 | #if GS_EXPOSE(NSBundle) #12 1317. | ^~~~~~~~~~~~~~~~~~~~~ #12 1317. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1317. | ^ #12 1317. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #12 1317. from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1317. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1317. from nsgui.h:34, #12 1317. from dispextern.h:137, #12 1317. from nsterm.h:22, #12 1317. from nsterm.m:48: #12 1317. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1317. | ^ #12 1317. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #12 1317. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1317. from nsgui.h:34, #12 1317. from dispextern.h:137, #12 1317. from nsterm.h:22, #12 1317. from nsterm.m:48: #12 1317. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 43 | #if GS_EXPOSE(NSCache) #12 1317. | ^~~~~~~~~~~~~~~~~~~~ #12 1317. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #12 1317. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1317. from nsgui.h:34, #12 1317. from dispextern.h:137, #12 1317. from nsterm.h:22, #12 1317. from nsterm.m:48: #12 1317. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1317. | ^ #12 1317. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1317. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1317. from nsgui.h:34, #12 1317. from dispextern.h:137, #12 1317. from nsterm.h:22, #12 1317. from nsterm.m:48: #12 1317. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 37 | #if GS_EXPOSE(NSCalendarDate) #12 1317. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1317. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1317. | ^ #12 1317. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #12 1317. from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1317. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1317. from nsgui.h:34, #12 1317. from dispextern.h:137, #12 1317. from nsterm.h:22, #12 1317. from nsterm.m:48: #12 1317. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1317. | ^ #12 1317. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #12 1317. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1317. from nsgui.h:34, #12 1317. from dispextern.h:137, #12 1317. from nsterm.h:22, #12 1317. from nsterm.m:48: #12 1317. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1317. | ^ #12 1317. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #12 1317. from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1317. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1317. from nsgui.h:34, #12 1317. from dispextern.h:137, #12 1317. from nsterm.h:22, #12 1317. from nsterm.m:48: #12 1317. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 113 | #if GS_EXPOSE(NSException) #12 1317. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1317. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1317. | ^ #12 1317. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1317. 303 | NSGetUncaughtExceptionHandler(); #12 1317. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1317. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1317. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1317. from nsgui.h:34, #12 1317. from dispextern.h:137, #12 1317. from nsterm.h:22, #12 1317. from nsterm.m:48: #12 1317. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1317. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1317. | ^ #12 1318. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1318. | ^ #12 1318. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #12 1318. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 53 | #if GS_EXPOSE(NSExpression) #12 1318. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1318. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #12 1318. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1318. | ^ #12 1318. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 74 | #if GS_EXPOSE(NSComparisonPredicate) #12 1318. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1318. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 47 | #if GS_EXPOSE(NSCompoundPredicate) #12 1318. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1318. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #12 1318. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 47 | #if GS_EXPOSE(NSTimer) #12 1318. | ^~~~~~~~~~~~~~~~~~~~ #12 1318. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1318. | ^ #12 1318. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #12 1318. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #12 1318. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1318. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1318. | ^ #12 1318. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1318. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 46 | #if GS_EXPOSE(NSRunLoop) #12 1318. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1318. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1318. | ^ #12 1318. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1318. | ^ #12 1318. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #12 1318. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1318. | ^ #12 1318. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1318. | ^ #12 1318. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #12 1318. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1318. | ^ #12 1318. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #12 1318. from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1318. | ^ #12 1318. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #12 1318. | ^ #12 1318. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 127 | #if GS_EXPOSE(NSDateFormatter) #12 1318. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1318. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1318. | ^ #12 1318. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1318. | ^ #12 1318. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1318. | ^ #12 1318. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1318. | ^ #12 1318. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #12 1318. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1318. | ^ #12 1318. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1318. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1318. | ^ #12 1318. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #12 1318. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1318. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1318. | ^ #12 1318. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #12 1318. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1318. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 192 | #if GS_EXPOSE(NSDecimalNumber) #12 1318. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1318. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 40 | #if GS_EXPOSE(NSDistantObject) #12 1318. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1318. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 41 | #if GS_EXPOSE(NSDistributedLock) #12 1318. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1318. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1318. | ^ #12 1318. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1318. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 74 | #if GS_EXPOSE(NSLock) #12 1318. | ^~~~~~~~~~~~~~~~~~~ #12 1318. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 125 | #if GS_EXPOSE(NSCondition) #12 1318. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1318. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 175 | #if GS_EXPOSE(NSConditionLock) #12 1318. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1318. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 275 | #if GS_EXPOSE(NSRecursiveLock) #12 1318. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1318. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1318. | ^ #12 1318. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #12 1318. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1318. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1318. | ^ #12 1318. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #12 1318. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 71 | #if GS_EXPOSE(NSNotificationCenter) #12 1318. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1318. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1318. | ^ #12 1318. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #12 1318. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1318. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1318. | ^ #12 1318. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 134 | #if GS_EXPOSE(NSError) #12 1318. | ^~~~~~~~~~~~~~~~~~~~ #12 1318. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1318. | ^ #12 1318. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1318. | ^ #12 1318. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1318. | ^ #12 1318. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1318. | ^ #12 1318. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #12 1318. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1318. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 182 | #if GS_EXPOSE(NSURLHandle) #12 1318. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1318. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1318. | ^ #12 1318. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1318. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 73 | #if GS_EXPOSE(NSURL) #12 1318. | ^~~~~~~~~~~~~~~~~~ #12 1318. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1318. | ^ #12 1318. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #12 1318. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1318. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1318. | ^ #12 1318. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1318. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 599 | #if GS_EXPOSE(NSURLQueryItem) #12 1318. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1318. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 633 | #if GS_EXPOSE(NSURLComponents) #12 1318. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1318. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1318. | ^ #12 1318. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1318. | ^ #12 1318. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 160 | #if GS_EXPOSE(NSPipe) #12 1318. | ^~~~~~~~~~~~~~~~~~~ #12 1318. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1318. | ^ #12 1318. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #12 1318. from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1318. | ^ #12 1318. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1318. | ^ #12 1318. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #12 1318. from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1318. | ^ #12 1318. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 215 | #if GS_EXPOSE(NSFileManager) #12 1318. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1318. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #12 1318. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1318. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1318. | ^ #12 1318. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1318. | ^ #12 1318. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1318. | ^ #12 1318. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1318. | ^ #12 1318. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1318. | ^ #12 1318. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1318. | ^ #12 1318. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 42 | #if GS_EXPOSE(NSHost) #12 1318. | ^~~~~~~~~~~~~~~~~~~ #12 1318. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1318. | ^ #12 1318. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 68 | #if GS_EXPOSE(NSHTTPCookie) #12 1318. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1318. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1318. | ^ #12 1318. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #12 1318. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1318. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 47 | #if GS_EXPOSE(NSIndexPath) #12 1318. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1318. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 49 | #if GS_EXPOSE(NSIndexSet) #12 1318. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1318. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1318. | ^ #12 1318. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #12 1318. from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 52 | #if GS_EXPOSE(NSMethodSignature) #12 1318. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1318. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 38 | #if GS_EXPOSE(NSInvocation) #12 1318. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1318. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1318. | ^ #12 1318. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #12 1318. from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1318. | ^ #12 1318. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1318. | ^ #12 1318. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1318. | ^ #12 1318. In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1318. | ^ #12 1318. In file included from /usr/include/GNUstep/Foundation/Foundation.h:99, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSItemProviderReadingWriting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1318. | ^ #12 1318. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1318. | ^ #12 1318. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1318. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSPropertyList.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSPropertyList.h:68:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1318. | ^ #12 1318. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1318. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSPropertyList.h:268:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 268 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1318. | ^ #12 1318. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 55 | #if GS_EXPOSE(NSKeyedArchiver) #12 1318. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1318. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:230:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 230 | #if GS_EXPOSE(NSKeyedUnarchiver) #12 1318. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1318. In file included from /usr/include/GNUstep/Foundation/Foundation.h:102, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSKeyValueCoding.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1318. | ^ #12 1318. In file included from /usr/include/GNUstep/Foundation/Foundation.h:103, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:45:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:183:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1318. | ^ #12 1318. In file included from /usr/include/GNUstep/Foundation/Foundation.h:104, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSLengthFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1318. | ^ #12 1318. In file included from /usr/include/GNUstep/Foundation/Foundation.h:105, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSLinguisticTagger.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1318. | ^ #12 1318. In file included from /usr/include/GNUstep/Foundation/Foundation.h:107, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSLocale.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSLocale.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSLocale.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSLocale.h:103:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 103 | #if GS_EXPOSE(NSLocale) #12 1318. | ^~~~~~~~~~~~~~~~~~~~~ #12 1318. /usr/include/GNUstep/Foundation/NSLocale.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSLocale.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSLocale.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSLocale.h:190:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 190 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSLocale.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 196 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSLocale.h:207:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSLocale.h:236:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1318. | ^ #12 1318. In file included from /usr/include/GNUstep/Foundation/Foundation.h:109, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSMeasurement.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1318. | ^ #12 1318. In file included from /usr/include/GNUstep/Foundation/Foundation.h:110, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1318. | ^ #12 1318. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #12 1318. from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1318. | ^ #12 1318. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 40 | #if GS_EXPOSE(NSMetadataItem) #12 1318. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1318. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 66 | #if GS_EXPOSE(NSMetadataQuery) #12 1318. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1318. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #12 1318. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1318. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #12 1318. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1318. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 112 | #if GS_EXPOSE(NSNotificationQueue) #12 1318. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1318. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 361 | #if GS_EXPOSE(NSNetService) #12 1318. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1318. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #12 1318. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1318. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1318. | ^ #12 1318. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 123 | #if GS_EXPOSE(NSNumberFormatter) #12 1318. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1318. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1318. | ^ #12 1318. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1318. | ^ #12 1318. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1318. | ^ #12 1318. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1318. | ^ #12 1318. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1318. | ^ #12 1318. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1318. | ^ #12 1318. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1318. | ^ #12 1318. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 53 | #if GS_EXPOSE(NSPortCoder) #12 1318. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1318. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #12 1318. from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 77 | #if GS_EXPOSE(NSPort) #12 1318. | ^~~~~~~~~~~~~~~~~~~ #12 1318. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 202 | #if GS_EXPOSE(NSSocketPort) #12 1318. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1318. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 284 | #if GS_EXPOSE(NSMessagePort) #12 1318. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1318. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 47 | #if GS_EXPOSE(NSPortMessage) #12 1318. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1318. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #12 1318. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1318. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 53 | #if GS_EXPOSE(NSProgress) #12 1318. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1318. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 40 | #if GS_EXPOSE(NSProtocolChecker) #12 1318. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1318. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 91 | #if GS_EXPOSE(NSRegularExpression) #12 1318. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1318. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 42 | #if GS_EXPOSE(NSScanner) #12 1318. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1318. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1318. | ^ #12 1318. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1318. | ^ #12 1318. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1318. | ^ #12 1318. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1318. | ^ #12 1318. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1318. | ^ #12 1318. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1318. | ^ #12 1318. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1318. | ^ #12 1318. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1318. | ^ #12 1318. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1318. | ^ #12 1318. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1318. | ^ #12 1318. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 48 | #if GS_EXPOSE(NSSortDescriptor) #12 1318. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1318. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1318. | ^ #12 1318. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 58 | #if GS_EXPOSE(NSSpellServer) #12 1318. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1318. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1318. | ^ #12 1318. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1318. | ^ #12 1318. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #12 1318. from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1318. | ^ #12 1318. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 51 | #if GS_EXPOSE(NSTask) #12 1318. | ^~~~~~~~~~~~~~~~~~~ #12 1318. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1318. | ^ #12 1318. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #12 1318. from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1318. | ^ #12 1318. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1318. | ^ #12 1318. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 59 | #if GS_EXPOSE(NSThread) #12 1318. | ^~~~~~~~~~~~~~~~~~~~~ #12 1318. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1318. | ^ #12 1318. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #12 1318. from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1318. | ^ #12 1318. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1318. | ^ #12 1318. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1318. | ^ #12 1318. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 87 | #if GS_EXPOSE(NSUndoManager) #12 1318. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1318. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1318. | ^ #12 1318. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1318. | ^ #12 1318. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #12 1318. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1318. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 59 | #if GS_EXPOSE(NSCachedURLResponse) #12 1318. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1318. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 105 | #if GS_EXPOSE(NSURLCache) #12 1318. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1318. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 48 | #if GS_EXPOSE(NSURLConnection) #12 1318. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1318. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1318. | ^ #12 1318. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 56 | #if GS_EXPOSE(NSURLCredential) #12 1318. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1318. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #12 1318. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1318. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 49 | #if GS_EXPOSE(NSURLDownload) #12 1318. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1318. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1318. | ^ #12 1318. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1318. | ^ #12 1318. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #12 1318. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1318. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1318. | ^ #12 1318. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 121 | #if GS_EXPOSE(NSURLProtocol) #12 1318. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1318. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 92 | #if GS_EXPOSE(NSURLRequest) #12 1318. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1318. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1318. | ^ #12 1318. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 49 | #if GS_EXPOSE(NSURLResponse) #12 1318. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1318. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1318. | ^ #12 1318. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1318. | ^ #12 1318. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 217 | #if GS_EXPOSE(NSUserDefaults) #12 1318. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1318. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1318. | ^ #12 1318. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1318. | ^ #12 1318. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1318. | ^ #12 1318. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1318. | ^ #12 1318. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #12 1318. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #12 1318. from /usr/include/GNUstep/Foundation/Foundation.h:184, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1318. | ^ #12 1318. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1318. | ^ #12 1318. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 72 | #if GS_EXPOSE(NSXMLParser) #12 1318. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1318. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1318. | ^ #12 1318. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1318. | ^ #12 1318. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1318. | ^ #12 1318. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #12 1318. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1318. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1318. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1318. | ^ #12 1318. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1318. | ^ #12 1318. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1318. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1318. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1318. | ^ #12 1318. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1318. | ^ #12 1318. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1318. | ^ #12 1318. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1318. | ^ #12 1318. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #12 1318. from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1318. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1318. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1318. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1318. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1318. | ^ #12 1318. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1318. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1318. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1318. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1318. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1318. | ^ #12 1318. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #12 1318. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1318. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1318. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1318. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1318. | ^ #12 1318. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1318. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1318. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1318. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1318. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1318. from nsgui.h:34, #12 1318. from dispextern.h:137, #12 1318. from nsterm.h:22, #12 1318. from nsterm.m:48: #12 1318. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1318. | ^ #12 1318. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1318. | ^ #12 1318. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1318. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1318. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1319. | ^ #12 1319. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1319. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1319. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1319. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1319. from nsgui.h:34, #12 1319. from dispextern.h:137, #12 1319. from nsterm.h:22, #12 1319. from nsterm.m:48: #12 1319. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1319. | ^ #12 1319. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1319. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1319. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1319. from nsgui.h:34, #12 1319. from dispextern.h:137, #12 1319. from nsterm.h:22, #12 1319. from nsterm.m:48: #12 1319. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1319. | ^ #12 1319. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1319. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1319. from nsgui.h:34, #12 1319. from dispextern.h:137, #12 1319. from nsterm.h:22, #12 1319. from nsterm.m:48: #12 1319. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1319. | ^ #12 1319. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #12 1319. from nsgui.h:34, #12 1319. from dispextern.h:137, #12 1319. from nsterm.h:22, #12 1319. from nsterm.m:48: #12 1319. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1319. | ^ #12 1319. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #12 1319. from nsgui.h:34, #12 1319. from dispextern.h:137, #12 1319. from nsterm.h:22, #12 1319. from nsterm.m:48: #12 1319. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1319. | ^ #12 1319. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1319. from nsgui.h:34, #12 1319. from dispextern.h:137, #12 1319. from nsterm.h:22, #12 1319. from nsterm.m:48: #12 1319. /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1319. | ^ #12 1319. In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #12 1319. from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1319. from nsgui.h:34, #12 1319. from dispextern.h:137, #12 1319. from nsterm.h:22, #12 1319. from nsterm.m:48: #12 1319. /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1319. | ^ #12 1319. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1319. from nsgui.h:34, #12 1319. from dispextern.h:137, #12 1319. from nsterm.h:22, #12 1319. from nsterm.m:48: #12 1319. /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #12 1319. 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1319. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1319. /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #12 1319. 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1319. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1319. /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #12 1319. 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1319. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1319. /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #12 1319. 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1319. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1319. /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #12 1319. 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1319. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1319. /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #12 1319. 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1319. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1319. /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #12 1319. 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1319. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1319. /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #12 1319. 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1319. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1319. /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #12 1319. 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1319. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1319. /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #12 1319. 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1319. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1319. /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #12 1319. 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1319. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1319. /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #12 1319. 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1319. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1319. /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #12 1319. 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1319. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1319. /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #12 1319. 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1319. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1319. /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #12 1319. 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1319. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1319. /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #12 1319. 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1319. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1319. /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #12 1319. 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1319. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1319. /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #12 1319. 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1319. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1319. /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1319. | ^ #12 1319. In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #12 1319. from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1319. from nsgui.h:34, #12 1319. from dispextern.h:137, #12 1319. from nsterm.h:22, #12 1319. from nsterm.m:48: #12 1319. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1319. | ^ #12 1319. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1319. from nsgui.h:34, #12 1319. from dispextern.h:137, #12 1319. from nsterm.h:22, #12 1319. from nsterm.m:48: #12 1319. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1319. | ^ #12 1319. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1319. from nsgui.h:34, #12 1319. from dispextern.h:137, #12 1319. from nsterm.h:22, #12 1319. from nsterm.m:48: #12 1319. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1319. | ^ #12 1319. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #12 1319. from nsgui.h:34, #12 1319. from dispextern.h:137, #12 1319. from nsterm.h:22, #12 1319. from nsterm.m:48: #12 1319. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1319. | ^ #12 1319. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #12 1319. from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1319. from nsgui.h:34, #12 1319. from dispextern.h:137, #12 1319. from nsterm.h:22, #12 1319. from nsterm.m:48: #12 1319. /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1319. | ^ #12 1319. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1319. from nsgui.h:34, #12 1319. from dispextern.h:137, #12 1319. from nsterm.h:22, #12 1319. from nsterm.m:48: #12 1319. /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1319. | ^ #12 1319. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #12 1319. from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1319. from nsgui.h:34, #12 1319. from dispextern.h:137, #12 1319. from nsterm.h:22, #12 1319. from nsterm.m:48: #12 1319. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1319. | ^ #12 1319. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1319. from nsgui.h:34, #12 1319. from dispextern.h:137, #12 1319. from nsterm.h:22, #12 1319. from nsterm.m:48: #12 1319. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1319. | ^ #12 1319. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #12 1319. from nsgui.h:34, #12 1319. from dispextern.h:137, #12 1319. from nsterm.h:22, #12 1319. from nsterm.m:48: #12 1319. /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1319. | ^ #12 1319. In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #12 1319. from nsgui.h:34, #12 1319. from dispextern.h:137, #12 1319. from nsterm.h:22, #12 1319. from nsterm.m:48: #12 1319. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1319. | ^ #12 1319. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #12 1319. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1319. from nsgui.h:34, #12 1319. from dispextern.h:137, #12 1319. from nsterm.h:22, #12 1319. from nsterm.m:48: #12 1319. /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1319. | ^ #12 1319. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #12 1319. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1319. from nsgui.h:34, #12 1319. from dispextern.h:137, #12 1319. from nsterm.h:22, #12 1319. from nsterm.m:48: #12 1319. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1319. | ^ #12 1319. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #12 1319. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1319. from nsgui.h:34, #12 1319. from dispextern.h:137, #12 1319. from nsterm.h:22, #12 1319. from nsterm.m:48: #12 1319. /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1319. | ^ #12 1319. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #12 1319. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1319. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1319. from nsgui.h:34, #12 1319. from dispextern.h:137, #12 1319. from nsterm.h:22, #12 1319. from nsterm.m:48: #12 1319. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1319. | ^ #12 1319. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1319. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1319. from nsgui.h:34, #12 1319. from dispextern.h:137, #12 1319. from nsterm.h:22, #12 1319. from nsterm.m:48: #12 1319. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1319. | ^ #12 1319. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #12 1319. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1319. from nsgui.h:34, #12 1319. from dispextern.h:137, #12 1319. from nsterm.h:22, #12 1319. from nsterm.m:48: #12 1319. /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1319. | ^ #12 1319. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #12 1319. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1319. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1319. from nsgui.h:34, #12 1319. from dispextern.h:137, #12 1319. from nsterm.h:22, #12 1319. from nsterm.m:48: #12 1319. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1319. | ^ #12 1319. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1319. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1319. from nsgui.h:34, #12 1319. from dispextern.h:137, #12 1319. from nsterm.h:22, #12 1319. from nsterm.m:48: #12 1319. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1319. | ^ #12 1319. In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #12 1319. from nsgui.h:34, #12 1319. from dispextern.h:137, #12 1319. from nsterm.h:22, #12 1319. from nsterm.m:48: #12 1319. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1319. | ^ #12 1319. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #12 1319. from nsgui.h:34, #12 1319. from dispextern.h:137, #12 1319. from nsterm.h:22, #12 1319. from nsterm.m:48: #12 1319. /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1319. | ^ #12 1319. In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #12 1319. from nsgui.h:34, #12 1319. from dispextern.h:137, #12 1319. from nsterm.h:22, #12 1319. from nsterm.m:48: #12 1319. /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1319. | ^ #12 1319. In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #12 1319. from nsgui.h:34, #12 1319. from dispextern.h:137, #12 1319. from nsterm.h:22, #12 1319. from nsterm.m:48: #12 1319. /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1319. | ^ #12 1319. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1319. from nsgui.h:34, #12 1319. from dispextern.h:137, #12 1319. from nsterm.h:22, #12 1319. from nsterm.m:48: #12 1319. /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1319. | ^ #12 1319. In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #12 1319. from nsgui.h:34, #12 1319. from dispextern.h:137, #12 1319. from nsterm.h:22, #12 1319. from nsterm.m:48: #12 1319. /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #12 1319. 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1319. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1319. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1319. from nsgui.h:34, #12 1319. from dispextern.h:137, #12 1319. from nsterm.h:22, #12 1319. from nsterm.m:48: #12 1319. /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #12 1319. 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1319. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1319. In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #12 1319. from nsgui.h:34, #12 1319. from dispextern.h:137, #12 1319. from nsterm.h:22, #12 1319. from nsterm.m:48: #12 1319. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1319. | ^ #12 1319. In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #12 1319. from nsgui.h:34, #12 1319. from dispextern.h:137, #12 1319. from nsterm.h:22, #12 1319. from nsterm.m:48: #12 1319. /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1319. | ^ #12 1319. In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #12 1319. from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1319. from nsgui.h:34, #12 1319. from dispextern.h:137, #12 1319. from nsterm.h:22, #12 1319. from nsterm.m:48: #12 1319. /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1319. | ^ #12 1319. In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1319. from nsgui.h:34, #12 1319. from dispextern.h:137, #12 1319. from nsterm.h:22, #12 1319. from nsterm.m:48: #12 1319. /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1319. | ^ #12 1319. In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #12 1319. from nsgui.h:34, #12 1319. from dispextern.h:137, #12 1319. from nsterm.h:22, #12 1319. from nsterm.m:48: #12 1319. /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1319. | ^ #12 1319. In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #12 1319. from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1319. from nsgui.h:34, #12 1319. from dispextern.h:137, #12 1319. from nsterm.h:22, #12 1319. from nsterm.m:48: #12 1319. /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1319. | ^ #12 1319. In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1319. from nsgui.h:34, #12 1319. from dispextern.h:137, #12 1319. from nsterm.h:22, #12 1319. from nsterm.m:48: #12 1319. /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1319. | ^ #12 1319. In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #12 1319. from nsgui.h:34, #12 1319. from dispextern.h:137, #12 1319. from nsterm.h:22, #12 1319. from nsterm.m:48: #12 1319. /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1319. | ^ #12 1319. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1319. from nsgui.h:34, #12 1319. from dispextern.h:137, #12 1319. from nsterm.h:22, #12 1319. from nsterm.m:48: #12 1319. /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #12 1319. 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1319. | ^~~~~~~~~~~~~~~~~~~~ #12 1319. In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #12 1319. from nsgui.h:34, #12 1319. from dispextern.h:137, #12 1319. from nsterm.h:22, #12 1319. from nsterm.m:48: #12 1319. /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #12 1319. 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1319. | ^~~~~~~~~~~~~~~~~~~~ #12 1319. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1319. from nsgui.h:34, #12 1319. from dispextern.h:137, #12 1319. from nsterm.h:22, #12 1319. from nsterm.m:48: #12 1319. /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1319. | ^ #12 1319. In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #12 1319. from nsgui.h:34, #12 1319. from dispextern.h:137, #12 1319. from nsterm.h:22, #12 1319. from nsterm.m:48: #12 1319. /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1319. | ^ #12 1319. In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #12 1319. from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1319. from nsgui.h:34, #12 1319. from dispextern.h:137, #12 1319. from nsterm.h:22, #12 1319. from nsterm.m:48: #12 1319. /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1319. | ^ #12 1319. In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1319. from nsgui.h:34, #12 1319. from dispextern.h:137, #12 1319. from nsterm.h:22, #12 1319. from nsterm.m:48: #12 1319. /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1319. | ^ #12 1319. In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #12 1319. from nsgui.h:34, #12 1319. from dispextern.h:137, #12 1319. from nsterm.h:22, #12 1319. from nsterm.m:48: #12 1319. /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1319. | ^ #12 1319. In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #12 1319. from nsgui.h:34, #12 1319. from dispextern.h:137, #12 1319. from nsterm.h:22, #12 1319. from nsterm.m:48: #12 1319. /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1319. | ^ #12 1319. In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #12 1319. from nsgui.h:34, #12 1319. from dispextern.h:137, #12 1319. from nsterm.h:22, #12 1319. from nsterm.m:48: #12 1319. /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1319. | ^ #12 1319. In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #12 1319. from nsgui.h:34, #12 1319. from dispextern.h:137, #12 1319. from nsterm.h:22, #12 1319. from nsterm.m:48: #12 1319. /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1319. | ^ #12 1319. In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #12 1319. from nsgui.h:34, #12 1319. from dispextern.h:137, #12 1319. from nsterm.h:22, #12 1319. from nsterm.m:48: #12 1319. /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1319. | ^ #12 1319. In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #12 1319. from nsgui.h:34, #12 1319. from dispextern.h:137, #12 1319. from nsterm.h:22, #12 1319. from nsterm.m:48: #12 1319. /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1319. | ^ #12 1319. In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #12 1319. from nsgui.h:34, #12 1319. from dispextern.h:137, #12 1319. from nsterm.h:22, #12 1319. from nsterm.m:48: #12 1319. /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1319. | ^ #12 1319. In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #12 1319. from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1319. from nsgui.h:34, #12 1319. from dispextern.h:137, #12 1319. from nsterm.h:22, #12 1319. from nsterm.m:48: #12 1319. /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1319. | ^ #12 1319. In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1319. from nsgui.h:34, #12 1319. from dispextern.h:137, #12 1319. from nsterm.h:22, #12 1319. from nsterm.m:48: #12 1319. /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1319. | ^ #12 1319. In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #12 1319. from nsgui.h:34, #12 1319. from dispextern.h:137, #12 1319. from nsterm.h:22, #12 1319. from nsterm.m:48: #12 1319. /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1319. | ^ #12 1319. In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #12 1319. from nsgui.h:34, #12 1319. from dispextern.h:137, #12 1319. from nsterm.h:22, #12 1319. from nsterm.m:48: #12 1319. /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1319. | ^ #12 1319. In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #12 1319. from nsgui.h:34, #12 1319. from dispextern.h:137, #12 1319. from nsterm.h:22, #12 1319. from nsterm.m:48: #12 1319. /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1319. | ^ #12 1319. In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #12 1319. from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1319. from nsgui.h:34, #12 1319. from dispextern.h:137, #12 1319. from nsterm.h:22, #12 1319. from nsterm.m:48: #12 1319. /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1319. | ^ #12 1319. In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1319. from nsgui.h:34, #12 1319. from dispextern.h:137, #12 1319. from nsterm.h:22, #12 1319. from nsterm.m:48: #12 1319. /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1319. | ^ #12 1319. In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #12 1319. from nsgui.h:34, #12 1319. from dispextern.h:137, #12 1319. from nsterm.h:22, #12 1319. from nsterm.m:48: #12 1319. /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1319. | ^ #12 1319. In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #12 1319. from nsgui.h:34, #12 1319. from dispextern.h:137, #12 1319. from nsterm.h:22, #12 1319. from nsterm.m:48: #12 1319. /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1319. | ^ #12 1319. In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #12 1319. from nsgui.h:34, #12 1319. from dispextern.h:137, #12 1319. from nsterm.h:22, #12 1319. from nsterm.m:48: #12 1319. /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1319. | ^ #12 1319. In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #12 1319. from nsgui.h:34, #12 1319. from dispextern.h:137, #12 1319. from nsterm.h:22, #12 1319. from nsterm.m:48: #12 1319. /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1319. | ^ #12 1319. In file included from nsgui.h:34, #12 1319. from dispextern.h:137, #12 1319. from nsterm.h:22, #12 1319. from nsterm.m:48: #12 1319. /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1319. | ^ #12 1319. In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #12 1319. from nsgui.h:34, #12 1319. from dispextern.h:137, #12 1319. from nsterm.h:22, #12 1319. from nsterm.m:48: #12 1319. /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1319. | ^ #12 1319. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1319. from nsgui.h:34, #12 1319. from dispextern.h:137, #12 1319. from nsterm.h:22, #12 1319. from nsterm.m:48: #12 1319. /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1319. | ^ #12 1319. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1319. from nsgui.h:34, #12 1319. from dispextern.h:137, #12 1319. from nsterm.h:22, #12 1319. from nsterm.m:48: #12 1319. /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1319. | ^ #12 1319. In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #12 1319. from nsgui.h:34, #12 1319. from dispextern.h:137, #12 1319. from nsterm.h:22, #12 1319. from nsterm.m:48: #12 1319. /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #12 1319. | ^ #12 1319. In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #12 1319. from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1319. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1319. from nsgui.h:34, #12 1319. from dispextern.h:137, #12 1319. from nsterm.h:22, #12 1319. from nsterm.m:48: #12 1319. /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1319. | ^ #12 1319. In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1319. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1319. from nsgui.h:34, #12 1319. from dispextern.h:137, #12 1319. from nsterm.h:22, #12 1319. from nsterm.m:48: #12 1319. /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1319. | ^ #12 1319. In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1319. from nsgui.h:34, #12 1319. from dispextern.h:137, #12 1319. from nsterm.h:22, #12 1319. from nsterm.m:48: #12 1319. /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1319. | ^ #12 1319. In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #12 1319. from nsgui.h:34, #12 1319. from dispextern.h:137, #12 1319. from nsterm.h:22, #12 1319. from nsterm.m:48: #12 1319. /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1319. | ^ #12 1319. In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #12 1319. from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1319. from nsgui.h:34, #12 1319. from dispextern.h:137, #12 1319. from nsterm.h:22, #12 1319. from nsterm.m:48: #12 1319. /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1319. | ^ #12 1319. In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1319. from nsgui.h:34, #12 1319. from dispextern.h:137, #12 1319. from nsterm.h:22, #12 1319. from nsterm.m:48: #12 1319. /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1319. | ^ #12 1319. In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #12 1319. from nsgui.h:34, #12 1319. from dispextern.h:137, #12 1319. from nsterm.h:22, #12 1319. from nsterm.m:48: #12 1319. /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1319. | ^ #12 1319. In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #12 1319. from nsgui.h:34, #12 1319. from dispextern.h:137, #12 1319. from nsterm.h:22, #12 1319. from nsterm.m:48: #12 1319. /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1319. | ^ #12 1319. In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #12 1319. from nsgui.h:34, #12 1319. from dispextern.h:137, #12 1319. from nsterm.h:22, #12 1319. from nsterm.m:48: #12 1319. /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1319. | ^ #12 1319. In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #12 1319. from nsgui.h:34, #12 1319. from dispextern.h:137, #12 1319. from nsterm.h:22, #12 1319. from nsterm.m:48: #12 1319. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1319. | ^ #12 1319. In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #12 1319. from nsgui.h:34, #12 1319. from dispextern.h:137, #12 1319. from nsterm.h:22, #12 1319. from nsterm.m:48: #12 1319. /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1319. | ^ #12 1319. In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #12 1319. from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1319. from nsgui.h:34, #12 1319. from dispextern.h:137, #12 1319. from nsterm.h:22, #12 1319. from nsterm.m:48: #12 1319. /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1319. | ^ #12 1319. In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1319. from nsgui.h:34, #12 1319. from dispextern.h:137, #12 1319. from nsterm.h:22, #12 1319. from nsterm.m:48: #12 1319. /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1319. | ^ #12 1319. In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #12 1319. from nsgui.h:34, #12 1319. from dispextern.h:137, #12 1319. from nsterm.h:22, #12 1319. from nsterm.m:48: #12 1319. /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1319. | ^ #12 1319. In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #12 1319. from nsgui.h:34, #12 1319. from dispextern.h:137, #12 1319. from nsterm.h:22, #12 1319. from nsterm.m:48: #12 1319. /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1319. | ^ #12 1319. In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #12 1319. from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1319. from nsgui.h:34, #12 1319. from dispextern.h:137, #12 1319. from nsterm.h:22, #12 1319. from nsterm.m:48: #12 1319. /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1319. | ^ #12 1319. In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1319. from nsgui.h:34, #12 1319. from dispextern.h:137, #12 1319. from nsterm.h:22, #12 1319. from nsterm.m:48: #12 1319. /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1319. | ^ #12 1319. In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #12 1319. from nsgui.h:34, #12 1319. from dispextern.h:137, #12 1319. from nsterm.h:22, #12 1319. from nsterm.m:48: #12 1319. /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1319. | ^ #12 1319. In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #12 1319. from nsgui.h:34, #12 1319. from dispextern.h:137, #12 1319. from nsterm.h:22, #12 1319. from nsterm.m:48: #12 1319. /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1319. | ^ #12 1319. In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #12 1319. from nsgui.h:34, #12 1319. from dispextern.h:137, #12 1319. from nsterm.h:22, #12 1319. from nsterm.m:48: #12 1319. /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1319. | ^ #12 1319. In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #12 1319. from nsgui.h:34, #12 1319. from dispextern.h:137, #12 1319. from nsterm.h:22, #12 1319. from nsterm.m:48: #12 1319. /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1319. | ^ #12 1319. In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #12 1319. from nsgui.h:34, #12 1319. from dispextern.h:137, #12 1319. from nsterm.h:22, #12 1319. from nsterm.m:48: #12 1319. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1319. | ^ #12 1319. In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #12 1319. from nsgui.h:34, #12 1319. from dispextern.h:137, #12 1319. from nsterm.h:22, #12 1319. from nsterm.m:48: #12 1319. /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1319. | ^ #12 1319. In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #12 1319. from nsgui.h:34, #12 1319. from dispextern.h:137, #12 1319. from nsterm.h:22, #12 1319. from nsterm.m:48: #12 1319. /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1319. | ^ #12 1319. In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #12 1319. from nsgui.h:34, #12 1319. from dispextern.h:137, #12 1319. from nsterm.h:22, #12 1319. from nsterm.m:48: #12 1319. /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1319. | ^ #12 1319. In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #12 1319. from nsgui.h:34, #12 1319. from dispextern.h:137, #12 1319. from nsterm.h:22, #12 1319. from nsterm.m:48: #12 1319. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1319. | ^ #12 1319. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #12 1319. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1319. from nsgui.h:34, #12 1319. from dispextern.h:137, #12 1319. from nsterm.h:22, #12 1319. from nsterm.m:48: #12 1319. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1319. | ^ #12 1319. In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #12 1319. from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1319. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1319. from nsgui.h:34, #12 1319. from dispextern.h:137, #12 1319. from nsterm.h:22, #12 1319. from nsterm.m:48: #12 1319. /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1319. | ^ #12 1319. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1319. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1319. from nsgui.h:34, #12 1319. from dispextern.h:137, #12 1319. from nsterm.h:22, #12 1319. from nsterm.m:48: #12 1319. /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1319. | ^ #12 1319. In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1319. from nsgui.h:34, #12 1319. from dispextern.h:137, #12 1319. from nsterm.h:22, #12 1319. from nsterm.m:48: #12 1319. /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1319. | ^ #12 1319. In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #12 1319. from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1319. from nsgui.h:34, #12 1319. from dispextern.h:137, #12 1319. from nsterm.h:22, #12 1319. from nsterm.m:48: #12 1319. /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1319. | ^ #12 1319. In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1319. from nsgui.h:34, #12 1319. from dispextern.h:137, #12 1319. from nsterm.h:22, #12 1319. from nsterm.m:48: #12 1319. /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1319. | ^ #12 1319. In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #12 1319. from nsgui.h:34, #12 1319. from dispextern.h:137, #12 1319. from nsterm.h:22, #12 1319. from nsterm.m:48: #12 1319. /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1319. | ^ #12 1319. In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #12 1319. from nsgui.h:34, #12 1319. from dispextern.h:137, #12 1319. from nsterm.h:22, #12 1319. from nsterm.m:48: #12 1319. /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1319. | ^ #12 1319. In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #12 1319. from nsgui.h:34, #12 1319. from dispextern.h:137, #12 1319. from nsterm.h:22, #12 1319. from nsterm.m:48: #12 1319. /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1319. | ^ #12 1319. /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1319. 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1319. | ^ #12 1320. In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #12 1320. from nsgui.h:34, #12 1320. from dispextern.h:137, #12 1320. from nsterm.h:22, #12 1320. from nsterm.m:48: #12 1320. /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1320. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1320. | ^ #12 1320. /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1320. 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1320. | ^ #12 1320. /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1320. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1320. | ^ #12 1320. In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #12 1320. from nsgui.h:34, #12 1320. from dispextern.h:137, #12 1320. from nsterm.h:22, #12 1320. from nsterm.m:48: #12 1320. /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1320. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1320. | ^ #12 1320. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1320. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1320. from nsgui.h:34, #12 1320. from dispextern.h:137, #12 1320. from nsterm.h:22, #12 1320. from nsterm.m:48: #12 1320. /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1320. 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1320. | ^ #12 1320. /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1320. 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1320. | ^ #12 1320. /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1320. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1320. | ^ #12 1320. /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1320. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1320. | ^ #12 1320. /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1320. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1320. | ^ #12 1320. /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1320. 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1320. | ^ #12 1320. /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1320. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1320. | ^ #12 1320. /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1320. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1320. | ^ #12 1320. /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1320. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1320. | ^ #12 1320. /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1320. 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1320. | ^ #12 1320. /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1320. 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1320. | ^ #12 1320. /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1320. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1320. | ^ #12 1320. /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1320. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1320. | ^ #12 1320. /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1320. 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1320. | ^ #12 1320. /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1320. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1320. | ^ #12 1320. /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1320. 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1320. | ^ #12 1320. /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1320. 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1320. | ^ #12 1320. /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1320. 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1320. | ^ #12 1320. /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1320. 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1320. | ^ #12 1320. /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1320. 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1320. | ^ #12 1320. /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1320. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1320. | ^ #12 1320. In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1320. from nsgui.h:34, #12 1320. from dispextern.h:137, #12 1320. from nsterm.h:22, #12 1320. from nsterm.m:48: #12 1320. /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1320. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1320. | ^ #12 1320. /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1320. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1320. | ^ #12 1320. /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1320. 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1320. | ^ #12 1320. /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1320. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1320. | ^ #12 1320. /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1320. 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1320. | ^ #12 1320. /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1320. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1320. | ^ #12 1320. In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #12 1320. from nsgui.h:34, #12 1320. from dispextern.h:137, #12 1320. from nsterm.h:22, #12 1320. from nsterm.m:48: #12 1320. /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1320. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1320. | ^ #12 1320. In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #12 1320. from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1320. from nsgui.h:34, #12 1320. from dispextern.h:137, #12 1320. from nsterm.h:22, #12 1320. from nsterm.m:48: #12 1320. /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1320. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1320. | ^ #12 1320. /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1320. 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1320. | ^ #12 1320. In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1320. from nsgui.h:34, #12 1320. from dispextern.h:137, #12 1320. from nsterm.h:22, #12 1320. from nsterm.m:48: #12 1320. /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1320. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1320. | ^ #12 1320. In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #12 1320. from nsgui.h:34, #12 1320. from dispextern.h:137, #12 1320. from nsterm.h:22, #12 1320. from nsterm.m:48: #12 1320. /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1320. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1320. | ^ #12 1320. In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #12 1320. from nsgui.h:34, #12 1320. from dispextern.h:137, #12 1320. from nsterm.h:22, #12 1320. from nsterm.m:48: #12 1320. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1320. 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #12 1320. | ^ #12 1320. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1320. 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1320. | ^ #12 1320. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1320. 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1320. | ^ #12 1320. In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #12 1320. from nsgui.h:34, #12 1320. from dispextern.h:137, #12 1320. from nsterm.h:22, #12 1320. from nsterm.m:48: #12 1320. /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1320. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1320. | ^ #12 1320. In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #12 1320. from nsgui.h:34, #12 1320. from dispextern.h:137, #12 1320. from nsterm.h:22, #12 1320. from nsterm.m:48: #12 1320. /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1320. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1320. | ^ #12 1320. In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #12 1320. from nsgui.h:34, #12 1320. from dispextern.h:137, #12 1320. from nsterm.h:22, #12 1320. from nsterm.m:48: #12 1320. /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1320. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1320. | ^ #12 1320. In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #12 1320. from nsgui.h:34, #12 1320. from dispextern.h:137, #12 1320. from nsterm.h:22, #12 1320. from nsterm.m:48: #12 1320. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1320. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1320. | ^ #12 1320. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1320. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1320. | ^ #12 1320. In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #12 1320. from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1320. from nsgui.h:34, #12 1320. from dispextern.h:137, #12 1320. from nsterm.h:22, #12 1320. from nsterm.m:48: #12 1320. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1320. 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1320. | ^ #12 1320. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1320. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1320. | ^ #12 1320. In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1320. from nsgui.h:34, #12 1320. from dispextern.h:137, #12 1320. from nsterm.h:22, #12 1320. from nsterm.m:48: #12 1320. /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1320. 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1320. | ^ #12 1320. In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #12 1320. from nsgui.h:34, #12 1320. from dispextern.h:137, #12 1320. from nsterm.h:22, #12 1320. from nsterm.m:48: #12 1320. /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1320. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1320. | ^ #12 1320. In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #12 1320. from nsgui.h:34, #12 1320. from dispextern.h:137, #12 1320. from nsterm.h:22, #12 1320. from nsterm.m:48: #12 1320. /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1320. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1320. | ^ #12 1320. In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #12 1320. from nsgui.h:34, #12 1320. from dispextern.h:137, #12 1320. from nsterm.h:22, #12 1320. from nsterm.m:48: #12 1320. /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1320. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1320. | ^ #12 1320. In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #12 1320. from nsgui.h:34, #12 1320. from dispextern.h:137, #12 1320. from nsterm.h:22, #12 1320. from nsterm.m:48: #12 1320. /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1320. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1320. | ^ #12 1320. In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #12 1320. from nsgui.h:34, #12 1320. from dispextern.h:137, #12 1320. from nsterm.h:22, #12 1320. from nsterm.m:48: #12 1320. /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1320. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1320. | ^ #12 1320. In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #12 1320. from nsgui.h:34, #12 1320. from dispextern.h:137, #12 1320. from nsterm.h:22, #12 1320. from nsterm.m:48: #12 1320. /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1320. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1320. | ^ #12 1320. In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #12 1320. from nsgui.h:34, #12 1320. from dispextern.h:137, #12 1320. from nsterm.h:22, #12 1320. from nsterm.m:48: #12 1320. /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1320. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1320. | ^ #12 1320. In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #12 1320. from nsgui.h:34, #12 1320. from dispextern.h:137, #12 1320. from nsterm.h:22, #12 1320. from nsterm.m:48: #12 1320. /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1320. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1320. | ^ #12 1320. /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1320. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1320. | ^ #12 1320. /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1320. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1320. | ^ #12 1320. /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1320. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1320. | ^ #12 1320. /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #12 1320. 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1320. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1320. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1320. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1320. from nsgui.h:34, #12 1320. from dispextern.h:137, #12 1320. from nsterm.h:22, #12 1320. from nsterm.m:48: #12 1320. /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #12 1320. 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1320. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1320. In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #12 1320. from nsgui.h:34, #12 1320. from dispextern.h:137, #12 1320. from nsterm.h:22, #12 1320. from nsterm.m:48: #12 1320. /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1320. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1320. | ^ #12 1320. In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #12 1320. from nsgui.h:34, #12 1320. from dispextern.h:137, #12 1320. from nsterm.h:22, #12 1320. from nsterm.m:48: #12 1320. /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1320. 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1320. | ^ #12 1320. In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #12 1320. from nsgui.h:34, #12 1320. from dispextern.h:137, #12 1320. from nsterm.h:22, #12 1320. from nsterm.m:48: #12 1320. /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1320. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1320. | ^ #12 1320. In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #12 1320. from nsgui.h:34, #12 1320. from dispextern.h:137, #12 1320. from nsterm.h:22, #12 1320. from nsterm.m:48: #12 1320. /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1320. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1320. | ^ #12 1320. In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #12 1320. from nsgui.h:34, #12 1320. from dispextern.h:137, #12 1320. from nsterm.h:22, #12 1320. from nsterm.m:48: #12 1320. /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1320. 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1320. | ^ #12 1320. In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #12 1320. from nsgui.h:34, #12 1320. from dispextern.h:137, #12 1320. from nsterm.h:22, #12 1320. from nsterm.m:48: #12 1320. /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1320. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1320. | ^ #12 1320. /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1320. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1320. | ^ #12 1320. In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #12 1320. from nsgui.h:34, #12 1320. from dispextern.h:137, #12 1320. from nsterm.h:22, #12 1320. from nsterm.m:48: #12 1320. /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1320. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1320. | ^ #12 1320. In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #12 1320. from nsgui.h:34, #12 1320. from dispextern.h:137, #12 1320. from nsterm.h:22, #12 1320. from nsterm.m:48: #12 1320. /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1320. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1320. | ^ #12 1320. In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #12 1320. from nsgui.h:34, #12 1320. from dispextern.h:137, #12 1320. from nsterm.h:22, #12 1320. from nsterm.m:48: #12 1320. /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1320. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1320. | ^ #12 1320. In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #12 1320. from nsgui.h:34, #12 1320. from dispextern.h:137, #12 1320. from nsterm.h:22, #12 1320. from nsterm.m:48: #12 1320. /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1320. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1320. | ^ #12 1320. In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #12 1320. from nsgui.h:34, #12 1320. from dispextern.h:137, #12 1320. from nsterm.h:22, #12 1320. from nsterm.m:48: #12 1320. /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1320. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1320. | ^ #12 1320. /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1320. 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1320. | ^ #12 1320. /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1320. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1320. | ^ #12 1320. /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1320. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1320. | ^ #12 1320. /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1320. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1320. | ^ #12 1320. In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #12 1320. from nsgui.h:34, #12 1320. from dispextern.h:137, #12 1320. from nsterm.h:22, #12 1320. from nsterm.m:48: #12 1320. /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1320. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1320. | ^ #12 1320. /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1320. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1320. | ^ #12 1320. In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #12 1320. from nsgui.h:34, #12 1320. from dispextern.h:137, #12 1320. from nsterm.h:22, #12 1320. from nsterm.m:48: #12 1320. /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1320. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1320. | ^ #12 1320. In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #12 1320. from nsgui.h:34, #12 1320. from dispextern.h:137, #12 1320. from nsterm.h:22, #12 1320. from nsterm.m:48: #12 1320. /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1320. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1320. | ^ #12 1320. /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1320. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1320. | ^ #12 1320. In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #12 1320. from nsgui.h:34, #12 1320. from dispextern.h:137, #12 1320. from nsterm.h:22, #12 1320. from nsterm.m:48: #12 1320. /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1320. 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1320. | ^ #12 1320. In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #12 1320. from nsgui.h:34, #12 1320. from dispextern.h:137, #12 1320. from nsterm.h:22, #12 1320. from nsterm.m:48: #12 1320. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1320. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1320. | ^ #12 1320. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1320. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1320. | ^ #12 1320. In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #12 1320. from nsgui.h:34, #12 1320. from dispextern.h:137, #12 1320. from nsterm.h:22, #12 1320. from nsterm.m:48: #12 1320. /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1320. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1320. | ^ #12 1320. In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #12 1320. from nsgui.h:34, #12 1320. from dispextern.h:137, #12 1320. from nsterm.h:22, #12 1320. from nsterm.m:48: #12 1320. /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1320. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1320. | ^ #12 1320. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1320. from nsgui.h:34, #12 1320. from dispextern.h:137, #12 1320. from nsterm.h:22, #12 1320. from nsterm.m:48: #12 1320. /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1320. 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1320. | ^ #12 1320. /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1320. 125 | __attribute__((unused)); #12 1320. | ^~~~~~~~~~~~~ #12 1320. /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1320. 129 | __attribute__((unused)); #12 1320. | ^~~~~~~~~~~~~ #12 1320. /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1320. 133 | __attribute__((unused)); #12 1320. | ^~~~~~~~~~~~~ #12 1320. /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1320. 214 | __attribute__((unused)); #12 1320. | ^~~~~~~~~~~~~ #12 1320. /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1320. 247 | __attribute__((unused)); #12 1320. | ^~~~~~~~~~~~~ #12 1320. /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1320. 251 | __attribute__((unused)); #12 1320. | ^~~~~~~~~~~~~ #12 1320. /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1320. 259 | __attribute__((unused)); #12 1320. | ^~~~~~~~~~~~~ #12 1320. /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1320. 263 | __attribute__((unused)); #12 1320. | ^~~~~~~~~~~~~ #12 1320. /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1320. 267 | __attribute__((unused)); #12 1320. | ^~~~~~~~~~~~~ #12 1320. /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1320. 271 | __attribute__((unused)); #12 1320. | ^~~~~~~~~~~~~ #12 1320. /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1320. 275 | __attribute__((unused)); #12 1320. | ^~~~~~~~~~~~~ #12 1320. /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1320. 287 | __attribute__((unused)); #12 1320. | ^~~~~~~~~~~~~ #12 1320. /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1320. 311 | __attribute__((unused)); #12 1320. | ^~~~~~~~~~~~~ #12 1320. /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1320. 323 | __attribute__((unused)); #12 1320. | ^~~~~~~~~~~~~ #12 1320. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1320. from nsgui.h:34, #12 1320. from dispextern.h:137, #12 1320. from nsterm.h:22, #12 1320. from nsterm.m:48: #12 1320. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1320. 493 | PSgsave() #12 1320. | ^~~~~~~ #12 1320. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #12 1320. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #12 1320. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1320. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1320. 499 | PSgrestore() #12 1320. | ^~~~~~~~~~ #12 1320. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #12 1320. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #12 1320. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1320. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1320. 505 | PSinitgraphics() #12 1320. | ^~~~~~~~~~~~~~ #12 1320. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #12 1320. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #12 1320. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1320. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1320. 622 | PSinitmatrix() #12 1320. | ^~~~~~~~~~~~ #12 1320. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #12 1320. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #12 1320. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1320. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1320. 669 | PSclip() #12 1320. | ^~~~~~ #12 1320. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #12 1320. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #12 1320. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1320. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1320. 675 | PSclosepath() #12 1320. | ^~~~~~~~~~~ #12 1320. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #12 1320. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #12 1320. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1320. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1320. 687 | PSeoclip() #12 1320. | ^~~~~~~~ #12 1320. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #12 1320. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #12 1320. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1320. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1320. 693 | PSeofill() #12 1320. | ^~~~~~~~ #12 1320. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #12 1320. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #12 1320. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1320. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1320. 699 | PSfill() #12 1320. | ^~~~~~ #12 1320. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #12 1320. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #12 1320. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1320. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1320. 705 | PSflattenpath() #12 1320. | ^~~~~~~~~~~~~ #12 1320. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #12 1320. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #12 1320. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1320. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1320. 711 | PSinitclip() #12 1320. | ^~~~~~~~~~ #12 1320. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #12 1320. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #12 1320. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1320. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1320. 729 | PSnewpath() #12 1320. | ^~~~~~~~~ #12 1320. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #12 1320. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #12 1320. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1320. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1320. 765 | PSreversepath() #12 1320. | ^~~~~~~~~~~~~ #12 1320. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #12 1320. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #12 1320. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1320. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1320. 783 | PSstroke() #12 1320. | ^~~~~~~~ #12 1320. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #12 1320. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #12 1320. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1320. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1320. 835 | PSWait() #12 1320. | ^~~~~~ #12 1320. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #12 1320. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #12 1320. nsterm.m: In function 'ns_set_undecorated': #12 1320. nsterm.m:1791:7: warning: 'NSWindow' may not respond to '-setIsVisible:' #12 1320. 1791 | [newWindow setIsVisible:[oldWindow isVisible]]; #12 1320. | ^ #12 1320. nsterm.m:1791:7: warning: (messages without a matching method signature will be assumed to return 'id' and accept '...' as arguments) #12 1321. nsterm.m: In function 'ns_scroll_run': #12 1321. nsterm.m:2707:12: warning: unused variable 'destRect' [-Wunused-variable] #12 1321. 2707 | NSRect destRect = NSMakeRect (x, from_y, width, height); #12 1321. | ^~~~~~~~ #12 1321. nsterm.m: In function '-[EmacsView showFontPanel]': #12 1321. nsterm.m:6695:3: warning: 'NSFontPanel' may not respond to '-setIsVisible:' #12 1321. 6695 | [[fm fontPanel: YES] setIsVisible: NO]; #12 1321. | ^ #12 1348. CC nsfns.o #12 1348. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #12 1348. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #12 1349. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #12 1349. from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1349. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1349. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1349. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1349. from nsgui.h:34, #12 1349. from dispextern.h:137, #12 1349. from nsterm.h:22, #12 1349. from nsfns.m:38: #12 1349. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #12 1349. | ^ #12 1349. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1349. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1349. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1349. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1349. from nsgui.h:34, #12 1349. from dispextern.h:137, #12 1349. from nsterm.h:22, #12 1349. from nsfns.m:38: #12 1349. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #12 1349. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1349. | ^~~~~~~~~~~~~~~~~~~~ #12 1349. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #12 1349. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1349. | ^~~~~~~~~~~~~~~~~~~~ #12 1349. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1349. | ^ #12 1349. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #12 1349. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1349. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1349. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1349. from nsgui.h:34, #12 1349. from dispextern.h:137, #12 1349. from nsterm.h:22, #12 1349. from nsfns.m:38: #12 1349. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #12 1349. | ^ #12 1349. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1349. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1349. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1349. from nsgui.h:34, #12 1349. from dispextern.h:137, #12 1349. from nsterm.h:22, #12 1349. from nsfns.m:38: #12 1349. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1349. | ^ #12 1349. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #12 1349. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1349. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1349. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1349. from nsgui.h:34, #12 1349. from dispextern.h:137, #12 1349. from nsterm.h:22, #12 1349. from nsfns.m:38: #12 1349. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1349. | ^ #12 1349. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1349. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1349. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1349. from nsgui.h:34, #12 1349. from dispextern.h:137, #12 1349. from nsterm.h:22, #12 1349. from nsfns.m:38: #12 1349. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1349. | ^ #12 1349. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #12 1349. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1349. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1349. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1349. from nsgui.h:34, #12 1349. from dispextern.h:137, #12 1349. from nsterm.h:22, #12 1349. from nsfns.m:38: #12 1349. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1349. | ^ #12 1349. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1349. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1349. from nsgui.h:34, #12 1349. from dispextern.h:137, #12 1349. from nsterm.h:22, #12 1349. from nsfns.m:38: #12 1349. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1349. | ^ #12 1349. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1349. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1349. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1349. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1349. from nsgui.h:34, #12 1349. from dispextern.h:137, #12 1349. from nsterm.h:22, #12 1349. from nsfns.m:38: #12 1349. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 88 | #if GS_API_VERSION(0,011500) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1349. | ^ #12 1349. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #12 1349. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1349. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1349. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1349. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1349. from nsgui.h:34, #12 1349. from dispextern.h:137, #12 1349. from nsterm.h:22, #12 1349. from nsfns.m:38: #12 1349. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1349. | ^ #12 1349. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1349. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1349. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1349. from nsgui.h:34, #12 1349. from dispextern.h:137, #12 1349. from nsterm.h:22, #12 1349. from nsfns.m:38: #12 1349. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #12 1349. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1349. | ^~~~~~~~~~ #12 1349. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1349. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1349. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1349. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1349. from nsgui.h:34, #12 1349. from dispextern.h:137, #12 1349. from nsterm.h:22, #12 1349. from nsfns.m:38: #12 1349. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #12 1349. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1349. | ^~~~~~~~~~ #12 1349. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #12 1349. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1349. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1349. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1349. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1349. from nsgui.h:34, #12 1349. from dispextern.h:137, #12 1349. from nsterm.h:22, #12 1349. from nsfns.m:38: #12 1349. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1349. | ^ #12 1349. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1349. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1349. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1349. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1349. from nsgui.h:34, #12 1349. from dispextern.h:137, #12 1349. from nsterm.h:22, #12 1349. from nsfns.m:38: #12 1349. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1349. | ^ #12 1349. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #12 1349. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1349. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1349. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1349. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1349. from nsgui.h:34, #12 1349. from dispextern.h:137, #12 1349. from nsterm.h:22, #12 1349. from nsfns.m:38: #12 1349. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1349. | ^ #12 1349. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #12 1349. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1349. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1349. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1349. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1349. from nsgui.h:34, #12 1349. from dispextern.h:137, #12 1349. from nsterm.h:22, #12 1349. from nsfns.m:38: #12 1349. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1349. | ^ #12 1349. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1349. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1349. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1349. from nsgui.h:34, #12 1349. from dispextern.h:137, #12 1349. from nsterm.h:22, #12 1349. from nsfns.m:38: #12 1349. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1349. | ^ #12 1349. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1349. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1349. from nsgui.h:34, #12 1349. from dispextern.h:137, #12 1349. from nsterm.h:22, #12 1349. from nsfns.m:38: #12 1349. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 46 | #if GS_EXPOSE(NSAffineTransform) #12 1349. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1349. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #12 1349. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1349. from nsgui.h:34, #12 1349. from dispextern.h:137, #12 1349. from nsterm.h:22, #12 1349. from nsfns.m:38: #12 1349. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1349. | ^ #12 1349. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #12 1349. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1349. from nsgui.h:34, #12 1349. from dispextern.h:137, #12 1349. from nsterm.h:22, #12 1349. from nsfns.m:38: #12 1349. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1349. | ^ #12 1349. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #12 1349. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1349. from nsgui.h:34, #12 1349. from dispextern.h:137, #12 1349. from nsterm.h:22, #12 1349. from nsfns.m:38: #12 1349. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1349. | ^ #12 1349. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #12 1349. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1349. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1349. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1349. from nsgui.h:34, #12 1349. from dispextern.h:137, #12 1349. from nsterm.h:22, #12 1349. from nsfns.m:38: #12 1349. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1349. | ^ #12 1349. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1349. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1349. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1349. from nsgui.h:34, #12 1349. from dispextern.h:137, #12 1349. from nsterm.h:22, #12 1349. from nsfns.m:38: #12 1349. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1349. | ^ #12 1349. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1349. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1349. from nsgui.h:34, #12 1349. from dispextern.h:137, #12 1349. from nsterm.h:22, #12 1349. from nsfns.m:38: #12 1349. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 45 | #if GS_EXPOSE(NSArchiver) #12 1349. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1349. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 164 | #if GS_EXPOSE(NSUnarchiver) #12 1349. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1349. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1349. | ^ #12 1349. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1349. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1349. from nsgui.h:34, #12 1349. from dispextern.h:137, #12 1349. from nsterm.h:22, #12 1349. from nsfns.m:38: #12 1349. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1349. | ^ #12 1349. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #12 1349. from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1349. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1349. from nsgui.h:34, #12 1349. from dispextern.h:137, #12 1349. from nsterm.h:22, #12 1349. from nsfns.m:38: #12 1349. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1349. | ^ #12 1349. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1349. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1349. from nsgui.h:34, #12 1349. from dispextern.h:137, #12 1349. from nsterm.h:22, #12 1349. from nsfns.m:38: #12 1349. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1349. | ^ #12 1349. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #12 1349. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1349. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1349. from nsgui.h:34, #12 1349. from dispextern.h:137, #12 1349. from nsterm.h:22, #12 1349. from nsfns.m:38: #12 1349. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1349. | ^ #12 1349. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #12 1349. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1349. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1349. from nsgui.h:34, #12 1349. from dispextern.h:137, #12 1349. from nsterm.h:22, #12 1349. from nsfns.m:38: #12 1349. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1349. | ^ #12 1349. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #12 1349. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1349. from nsgui.h:34, #12 1349. from dispextern.h:137, #12 1349. from nsterm.h:22, #12 1349. from nsfns.m:38: #12 1349. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #12 1349. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1349. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1349. | ^ #12 1349. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #12 1349. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1349. from nsgui.h:34, #12 1349. from dispextern.h:137, #12 1349. from nsterm.h:22, #12 1349. from nsfns.m:38: #12 1349. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1349. | ^ #12 1349. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1349. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1349. from nsgui.h:34, #12 1349. from dispextern.h:137, #12 1349. from nsterm.h:22, #12 1349. from nsfns.m:38: #12 1349. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 114 | #if GS_EXPOSE(NSBundle) #12 1349. | ^~~~~~~~~~~~~~~~~~~~~ #12 1349. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1349. | ^ #12 1349. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #12 1349. from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1349. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1349. from nsgui.h:34, #12 1349. from dispextern.h:137, #12 1349. from nsterm.h:22, #12 1349. from nsfns.m:38: #12 1349. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1349. | ^ #12 1349. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #12 1349. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1349. from nsgui.h:34, #12 1349. from dispextern.h:137, #12 1349. from nsterm.h:22, #12 1349. from nsfns.m:38: #12 1349. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 43 | #if GS_EXPOSE(NSCache) #12 1349. | ^~~~~~~~~~~~~~~~~~~~ #12 1349. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #12 1349. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1349. from nsgui.h:34, #12 1349. from dispextern.h:137, #12 1349. from nsterm.h:22, #12 1349. from nsfns.m:38: #12 1349. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1349. | ^ #12 1349. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1349. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1349. from nsgui.h:34, #12 1349. from dispextern.h:137, #12 1349. from nsterm.h:22, #12 1349. from nsfns.m:38: #12 1349. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 37 | #if GS_EXPOSE(NSCalendarDate) #12 1349. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1349. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1349. | ^ #12 1349. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #12 1349. from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1349. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1349. from nsgui.h:34, #12 1349. from dispextern.h:137, #12 1349. from nsterm.h:22, #12 1349. from nsfns.m:38: #12 1349. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1349. | ^ #12 1349. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #12 1349. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1349. from nsgui.h:34, #12 1349. from dispextern.h:137, #12 1349. from nsterm.h:22, #12 1349. from nsfns.m:38: #12 1349. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1349. | ^ #12 1349. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #12 1349. from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1349. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1349. from nsgui.h:34, #12 1349. from dispextern.h:137, #12 1349. from nsterm.h:22, #12 1349. from nsfns.m:38: #12 1349. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 113 | #if GS_EXPOSE(NSException) #12 1349. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1349. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1349. 303 | NSGetUncaughtExceptionHandler(); #12 1349. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1349. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1349. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1349. from nsgui.h:34, #12 1349. from dispextern.h:137, #12 1349. from nsterm.h:22, #12 1349. from nsfns.m:38: #12 1349. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1349. | ^ #12 1349. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1349. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1349. from nsgui.h:34, #12 1349. from dispextern.h:137, #12 1349. from nsterm.h:22, #12 1349. from nsfns.m:38: #12 1349. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1349. | ^ #12 1349. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #12 1349. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1349. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1349. from nsgui.h:34, #12 1349. from dispextern.h:137, #12 1349. from nsterm.h:22, #12 1349. from nsfns.m:38: #12 1349. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 53 | #if GS_EXPOSE(NSExpression) #12 1349. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1349. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #12 1349. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1349. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1349. from nsgui.h:34, #12 1349. from dispextern.h:137, #12 1349. from nsterm.h:22, #12 1349. from nsfns.m:38: #12 1349. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1349. | ^ #12 1349. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1349. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1349. from nsgui.h:34, #12 1349. from dispextern.h:137, #12 1349. from nsterm.h:22, #12 1349. from nsfns.m:38: #12 1349. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 74 | #if GS_EXPOSE(NSComparisonPredicate) #12 1349. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1349. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #12 1349. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1349. from nsgui.h:34, #12 1349. from dispextern.h:137, #12 1349. from nsterm.h:22, #12 1349. from nsfns.m:38: #12 1349. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 47 | #if GS_EXPOSE(NSCompoundPredicate) #12 1349. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1349. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #12 1349. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1349. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1349. from nsgui.h:34, #12 1349. from dispextern.h:137, #12 1349. from nsterm.h:22, #12 1349. from nsfns.m:38: #12 1349. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 47 | #if GS_EXPOSE(NSTimer) #12 1349. | ^~~~~~~~~~~~~~~~~~~~ #12 1349. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1349. | ^ #12 1349. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1349. | ^ #12 1349. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #12 1349. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #12 1349. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1349. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1349. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1349. from nsgui.h:34, #12 1349. from dispextern.h:137, #12 1349. from nsterm.h:22, #12 1349. from nsfns.m:38: #12 1349. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1349. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1349. | ^ #12 1350. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1350. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 46 | #if GS_EXPOSE(NSRunLoop) #12 1350. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1350. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1350. | ^ #12 1350. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1350. | ^ #12 1350. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #12 1350. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1350. | ^ #12 1350. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1350. | ^ #12 1350. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #12 1350. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1350. | ^ #12 1350. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #12 1350. from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1350. | ^ #12 1350. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #12 1350. | ^ #12 1350. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 127 | #if GS_EXPOSE(NSDateFormatter) #12 1350. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1350. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1350. | ^ #12 1350. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1350. | ^ #12 1350. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1350. | ^ #12 1350. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1350. | ^ #12 1350. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #12 1350. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1350. | ^ #12 1350. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1350. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1350. | ^ #12 1350. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #12 1350. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1350. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1350. | ^ #12 1350. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #12 1350. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1350. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 192 | #if GS_EXPOSE(NSDecimalNumber) #12 1350. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1350. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 40 | #if GS_EXPOSE(NSDistantObject) #12 1350. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1350. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 41 | #if GS_EXPOSE(NSDistributedLock) #12 1350. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1350. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1350. | ^ #12 1350. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1350. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 74 | #if GS_EXPOSE(NSLock) #12 1350. | ^~~~~~~~~~~~~~~~~~~ #12 1350. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 125 | #if GS_EXPOSE(NSCondition) #12 1350. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1350. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 175 | #if GS_EXPOSE(NSConditionLock) #12 1350. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1350. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 275 | #if GS_EXPOSE(NSRecursiveLock) #12 1350. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1350. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1350. | ^ #12 1350. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #12 1350. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1350. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1350. | ^ #12 1350. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #12 1350. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 71 | #if GS_EXPOSE(NSNotificationCenter) #12 1350. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1350. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1350. | ^ #12 1350. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #12 1350. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1350. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1350. | ^ #12 1350. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 134 | #if GS_EXPOSE(NSError) #12 1350. | ^~~~~~~~~~~~~~~~~~~~ #12 1350. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1350. | ^ #12 1350. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1350. | ^ #12 1350. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1350. | ^ #12 1350. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1350. | ^ #12 1350. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #12 1350. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1350. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 182 | #if GS_EXPOSE(NSURLHandle) #12 1350. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1350. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1350. | ^ #12 1350. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1350. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 73 | #if GS_EXPOSE(NSURL) #12 1350. | ^~~~~~~~~~~~~~~~~~ #12 1350. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1350. | ^ #12 1350. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #12 1350. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1350. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1350. | ^ #12 1350. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1350. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 599 | #if GS_EXPOSE(NSURLQueryItem) #12 1350. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1350. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 633 | #if GS_EXPOSE(NSURLComponents) #12 1350. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1350. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1350. | ^ #12 1350. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1350. | ^ #12 1350. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 160 | #if GS_EXPOSE(NSPipe) #12 1350. | ^~~~~~~~~~~~~~~~~~~ #12 1350. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1350. | ^ #12 1350. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #12 1350. from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1350. | ^ #12 1350. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1350. | ^ #12 1350. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #12 1350. from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1350. | ^ #12 1350. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 215 | #if GS_EXPOSE(NSFileManager) #12 1350. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1350. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #12 1350. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1350. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1350. | ^ #12 1350. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1350. | ^ #12 1350. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1350. | ^ #12 1350. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1350. | ^ #12 1350. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1350. | ^ #12 1350. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1350. | ^ #12 1350. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 42 | #if GS_EXPOSE(NSHost) #12 1350. | ^~~~~~~~~~~~~~~~~~~ #12 1350. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1350. | ^ #12 1350. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 68 | #if GS_EXPOSE(NSHTTPCookie) #12 1350. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1350. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1350. | ^ #12 1350. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #12 1350. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1350. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 47 | #if GS_EXPOSE(NSIndexPath) #12 1350. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1350. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 49 | #if GS_EXPOSE(NSIndexSet) #12 1350. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1350. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1350. | ^ #12 1350. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #12 1350. from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 52 | #if GS_EXPOSE(NSMethodSignature) #12 1350. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1350. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 38 | #if GS_EXPOSE(NSInvocation) #12 1350. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1350. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1350. | ^ #12 1350. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #12 1350. from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1350. | ^ #12 1350. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1350. | ^ #12 1350. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1350. | ^ #12 1350. In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1350. | ^ #12 1350. In file included from /usr/include/GNUstep/Foundation/Foundation.h:99, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSItemProviderReadingWriting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1350. | ^ #12 1350. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1350. | ^ #12 1350. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1350. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSPropertyList.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSPropertyList.h:68:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1350. | ^ #12 1350. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1350. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSPropertyList.h:268:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 268 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1350. | ^ #12 1350. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 55 | #if GS_EXPOSE(NSKeyedArchiver) #12 1350. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1350. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:230:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 230 | #if GS_EXPOSE(NSKeyedUnarchiver) #12 1350. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1350. In file included from /usr/include/GNUstep/Foundation/Foundation.h:102, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSKeyValueCoding.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1350. | ^ #12 1350. In file included from /usr/include/GNUstep/Foundation/Foundation.h:103, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:45:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:183:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1350. | ^ #12 1350. In file included from /usr/include/GNUstep/Foundation/Foundation.h:104, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSLengthFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1350. | ^ #12 1350. In file included from /usr/include/GNUstep/Foundation/Foundation.h:105, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSLinguisticTagger.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1350. | ^ #12 1350. In file included from /usr/include/GNUstep/Foundation/Foundation.h:107, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSLocale.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSLocale.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSLocale.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSLocale.h:103:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 103 | #if GS_EXPOSE(NSLocale) #12 1350. | ^~~~~~~~~~~~~~~~~~~~~ #12 1350. /usr/include/GNUstep/Foundation/NSLocale.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSLocale.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSLocale.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSLocale.h:190:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 190 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSLocale.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 196 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSLocale.h:207:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSLocale.h:236:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1350. | ^ #12 1350. In file included from /usr/include/GNUstep/Foundation/Foundation.h:109, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSMeasurement.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1350. | ^ #12 1350. In file included from /usr/include/GNUstep/Foundation/Foundation.h:110, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1350. | ^ #12 1350. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #12 1350. from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1350. | ^ #12 1350. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 40 | #if GS_EXPOSE(NSMetadataItem) #12 1350. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1350. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 66 | #if GS_EXPOSE(NSMetadataQuery) #12 1350. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1350. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #12 1350. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1350. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #12 1350. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1350. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 112 | #if GS_EXPOSE(NSNotificationQueue) #12 1350. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1350. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 361 | #if GS_EXPOSE(NSNetService) #12 1350. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1350. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #12 1350. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1350. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1350. | ^ #12 1350. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 123 | #if GS_EXPOSE(NSNumberFormatter) #12 1350. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1350. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1350. | ^ #12 1350. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1350. | ^ #12 1350. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1350. | ^ #12 1350. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1350. | ^ #12 1350. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1350. | ^ #12 1350. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1350. | ^ #12 1350. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1350. | ^ #12 1350. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 53 | #if GS_EXPOSE(NSPortCoder) #12 1350. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1350. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #12 1350. from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 77 | #if GS_EXPOSE(NSPort) #12 1350. | ^~~~~~~~~~~~~~~~~~~ #12 1350. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 202 | #if GS_EXPOSE(NSSocketPort) #12 1350. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1350. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 284 | #if GS_EXPOSE(NSMessagePort) #12 1350. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1350. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 47 | #if GS_EXPOSE(NSPortMessage) #12 1350. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1350. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #12 1350. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1350. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 53 | #if GS_EXPOSE(NSProgress) #12 1350. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1350. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 40 | #if GS_EXPOSE(NSProtocolChecker) #12 1350. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1350. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 91 | #if GS_EXPOSE(NSRegularExpression) #12 1350. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1350. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 42 | #if GS_EXPOSE(NSScanner) #12 1350. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1350. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1350. | ^ #12 1350. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1350. | ^ #12 1350. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1350. | ^ #12 1350. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1350. | ^ #12 1350. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1350. | ^ #12 1350. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1350. | ^ #12 1350. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1350. | ^ #12 1350. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1350. | ^ #12 1350. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1350. | ^ #12 1350. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1350. | ^ #12 1350. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 48 | #if GS_EXPOSE(NSSortDescriptor) #12 1350. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1350. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1350. | ^ #12 1350. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 58 | #if GS_EXPOSE(NSSpellServer) #12 1350. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1350. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1350. | ^ #12 1350. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1350. | ^ #12 1350. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #12 1350. from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1350. | ^ #12 1350. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 51 | #if GS_EXPOSE(NSTask) #12 1350. | ^~~~~~~~~~~~~~~~~~~ #12 1350. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1350. | ^ #12 1350. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #12 1350. from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1350. | ^ #12 1350. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1350. | ^ #12 1350. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 59 | #if GS_EXPOSE(NSThread) #12 1350. | ^~~~~~~~~~~~~~~~~~~~~ #12 1350. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1350. | ^ #12 1350. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #12 1350. from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1350. | ^ #12 1350. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1350. | ^ #12 1350. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1350. | ^ #12 1350. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 87 | #if GS_EXPOSE(NSUndoManager) #12 1350. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1350. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1350. | ^ #12 1350. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1350. | ^ #12 1350. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #12 1350. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1350. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 59 | #if GS_EXPOSE(NSCachedURLResponse) #12 1350. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1350. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 105 | #if GS_EXPOSE(NSURLCache) #12 1350. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1350. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 48 | #if GS_EXPOSE(NSURLConnection) #12 1350. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1350. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1350. | ^ #12 1350. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 56 | #if GS_EXPOSE(NSURLCredential) #12 1350. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1350. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #12 1350. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1350. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 49 | #if GS_EXPOSE(NSURLDownload) #12 1350. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1350. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1350. | ^ #12 1350. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1350. | ^ #12 1350. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #12 1350. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1350. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1350. | ^ #12 1350. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 121 | #if GS_EXPOSE(NSURLProtocol) #12 1350. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1350. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 92 | #if GS_EXPOSE(NSURLRequest) #12 1350. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1350. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1350. | ^ #12 1350. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 49 | #if GS_EXPOSE(NSURLResponse) #12 1350. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1350. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1350. | ^ #12 1350. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1350. | ^ #12 1350. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 217 | #if GS_EXPOSE(NSUserDefaults) #12 1350. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1350. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1350. | ^ #12 1350. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1350. | ^ #12 1350. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1350. | ^ #12 1350. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1350. | ^ #12 1350. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #12 1350. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #12 1350. from /usr/include/GNUstep/Foundation/Foundation.h:184, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1350. | ^ #12 1350. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1350. | ^ #12 1350. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 72 | #if GS_EXPOSE(NSXMLParser) #12 1350. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1350. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1350. | ^ #12 1350. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1350. | ^ #12 1350. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1350. | ^ #12 1350. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #12 1350. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1350. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1350. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1350. | ^ #12 1350. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1350. | ^ #12 1350. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1350. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1350. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1350. | ^ #12 1350. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1350. | ^ #12 1350. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1350. | ^ #12 1350. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1350. | ^ #12 1350. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #12 1350. from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1350. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1350. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1350. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1350. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1350. | ^ #12 1350. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1350. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1350. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1350. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1350. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1350. | ^ #12 1350. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #12 1350. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1350. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1350. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1350. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1350. | ^ #12 1350. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1350. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1350. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1350. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1350. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1350. from nsgui.h:34, #12 1350. from dispextern.h:137, #12 1350. from nsterm.h:22, #12 1350. from nsfns.m:38: #12 1350. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1350. | ^ #12 1350. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1350. | ^ #12 1350. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1350. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1350. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1351. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1351. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1351. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1351. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1351. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1351. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #12 1351. from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #12 1351. 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1351. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1351. /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #12 1351. 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1351. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1351. /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #12 1351. 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1351. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1351. /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #12 1351. 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1351. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1351. /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #12 1351. 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1351. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1351. /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #12 1351. 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1351. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1351. /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #12 1351. 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1351. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1351. /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #12 1351. 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1351. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1351. /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #12 1351. 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1351. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1351. /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #12 1351. 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1351. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1351. /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #12 1351. 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1351. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1351. /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #12 1351. 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1351. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1351. /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #12 1351. 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1351. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1351. /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #12 1351. 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1351. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1351. /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #12 1351. 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1351. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1351. /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #12 1351. 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1351. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1351. /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #12 1351. 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1351. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1351. /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #12 1351. 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1351. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1351. /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #12 1351. from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #12 1351. from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #12 1351. from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #12 1351. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #12 1351. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #12 1351. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #12 1351. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1351. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1351. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #12 1351. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #12 1351. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1351. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1351. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #12 1351. 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1351. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1351. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #12 1351. 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1351. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1351. In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #12 1351. from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #12 1351. from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #12 1351. 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1351. | ^~~~~~~~~~~~~~~~~~~~ #12 1351. In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #12 1351. 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1351. | ^~~~~~~~~~~~~~~~~~~~ #12 1351. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #12 1351. from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #12 1351. from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #12 1351. from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #12 1351. from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1351. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1351. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #12 1351. from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #12 1351. from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #12 1351. from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #12 1351. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #12 1351. from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1351. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1351. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #12 1351. from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1351. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #12 1351. from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #12 1351. from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #12 1351. 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1351. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1351. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1351. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #12 1351. 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1351. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1351. In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1351. | ^ #12 1351. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1351. 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1351. | ^ #12 1351. /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1351. 125 | __attribute__((unused)); #12 1351. | ^~~~~~~~~~~~~ #12 1351. /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1351. 129 | __attribute__((unused)); #12 1351. | ^~~~~~~~~~~~~ #12 1351. /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1351. 133 | __attribute__((unused)); #12 1351. | ^~~~~~~~~~~~~ #12 1351. /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1351. 214 | __attribute__((unused)); #12 1351. | ^~~~~~~~~~~~~ #12 1351. /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1351. 247 | __attribute__((unused)); #12 1351. | ^~~~~~~~~~~~~ #12 1351. /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1351. 251 | __attribute__((unused)); #12 1351. | ^~~~~~~~~~~~~ #12 1351. /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1351. 259 | __attribute__((unused)); #12 1351. | ^~~~~~~~~~~~~ #12 1351. /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1351. 263 | __attribute__((unused)); #12 1351. | ^~~~~~~~~~~~~ #12 1351. /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1351. 267 | __attribute__((unused)); #12 1351. | ^~~~~~~~~~~~~ #12 1351. /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1351. 271 | __attribute__((unused)); #12 1351. | ^~~~~~~~~~~~~ #12 1351. /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1351. 275 | __attribute__((unused)); #12 1351. | ^~~~~~~~~~~~~ #12 1351. /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1351. 287 | __attribute__((unused)); #12 1351. | ^~~~~~~~~~~~~ #12 1351. /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1351. 311 | __attribute__((unused)); #12 1351. | ^~~~~~~~~~~~~ #12 1351. /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1351. 323 | __attribute__((unused)); #12 1351. | ^~~~~~~~~~~~~ #12 1351. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1351. from nsgui.h:34, #12 1351. from dispextern.h:137, #12 1351. from nsterm.h:22, #12 1351. from nsfns.m:38: #12 1351. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1351. 493 | PSgsave() #12 1351. | ^~~~~~~ #12 1351. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #12 1351. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #12 1351. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1351. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1351. 499 | PSgrestore() #12 1351. | ^~~~~~~~~~ #12 1351. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #12 1351. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #12 1351. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1351. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1351. 505 | PSinitgraphics() #12 1351. | ^~~~~~~~~~~~~~ #12 1351. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #12 1351. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #12 1351. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1351. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1351. 622 | PSinitmatrix() #12 1351. | ^~~~~~~~~~~~ #12 1351. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #12 1351. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #12 1351. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1351. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1351. 669 | PSclip() #12 1351. | ^~~~~~ #12 1351. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #12 1351. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #12 1351. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1351. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1351. 675 | PSclosepath() #12 1351. | ^~~~~~~~~~~ #12 1351. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #12 1351. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #12 1351. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1351. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1351. 687 | PSeoclip() #12 1351. | ^~~~~~~~ #12 1351. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #12 1351. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #12 1351. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1351. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1351. 693 | PSeofill() #12 1351. | ^~~~~~~~ #12 1351. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #12 1351. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #12 1351. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1351. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1351. 699 | PSfill() #12 1351. | ^~~~~~ #12 1351. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #12 1351. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #12 1351. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1351. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1351. 705 | PSflattenpath() #12 1351. | ^~~~~~~~~~~~~ #12 1351. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #12 1351. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #12 1351. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1351. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1351. 711 | PSinitclip() #12 1351. | ^~~~~~~~~~ #12 1351. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #12 1351. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #12 1351. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1351. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1351. 729 | PSnewpath() #12 1351. | ^~~~~~~~~ #12 1351. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #12 1351. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #12 1351. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1351. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1351. 765 | PSreversepath() #12 1351. | ^~~~~~~~~~~~~ #12 1351. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #12 1351. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #12 1351. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1351. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1351. 783 | PSstroke() #12 1351. | ^~~~~~~~ #12 1351. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #12 1351. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #12 1351. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1351. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1351. 835 | PSWait() #12 1351. | ^~~~~~ #12 1352. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #12 1352. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #12 1352. nsfns.m: At top level: #12 1352. nsfns.m:689:1: warning: no previous prototype for 'ns_make_frame_key_window' [-Wmissing-prototypes] #12 1352. 689 | ns_make_frame_key_window (struct frame *f) #12 1352. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1364. CC nsmenu.o #12 1364. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #12 1364. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #12 1365. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #12 1365. from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1365. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1365. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1365. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1365. from nsgui.h:34, #12 1365. from dispextern.h:137, #12 1365. from window.h:23, #12 1365. from nsmenu.m:29: #12 1365. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1365. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #12 1365. | ^ #12 1365. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1365. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1365. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1365. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1365. from nsgui.h:34, #12 1365. from dispextern.h:137, #12 1365. from window.h:23, #12 1365. from nsmenu.m:29: #12 1365. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1365. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1365. | ^ #12 1365. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #12 1365. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1365. | ^~~~~~~~~~~~~~~~~~~~ #12 1365. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #12 1365. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1365. | ^~~~~~~~~~~~~~~~~~~~ #12 1365. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1365. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1365. | ^ #12 1365. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #12 1365. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1365. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1365. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1365. from nsgui.h:34, #12 1365. from dispextern.h:137, #12 1365. from window.h:23, #12 1365. from nsmenu.m:29: #12 1365. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1365. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1365. | ^ #12 1365. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1365. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #12 1365. | ^ #12 1365. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1365. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1365. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1365. from nsgui.h:34, #12 1365. from dispextern.h:137, #12 1365. from window.h:23, #12 1365. from nsmenu.m:29: #12 1365. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1365. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1365. | ^ #12 1365. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1365. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1365. | ^ #12 1365. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1365. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1365. | ^ #12 1365. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1365. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1365. | ^ #12 1365. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1365. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1365. | ^ #12 1365. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1365. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1365. | ^ #12 1365. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #12 1365. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1365. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1365. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1365. from nsgui.h:34, #12 1365. from dispextern.h:137, #12 1365. from window.h:23, #12 1365. from nsmenu.m:29: #12 1365. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1365. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1365. | ^ #12 1365. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1365. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1365. | ^ #12 1365. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1365. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1365. | ^ #12 1365. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1365. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1365. | ^ #12 1365. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1365. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1365. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1365. from nsgui.h:34, #12 1365. from dispextern.h:137, #12 1365. from window.h:23, #12 1365. from nsmenu.m:29: #12 1365. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1365. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1365. | ^ #12 1365. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #12 1365. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1365. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1365. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1365. from nsgui.h:34, #12 1365. from dispextern.h:137, #12 1365. from window.h:23, #12 1365. from nsmenu.m:29: #12 1365. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1365. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1365. | ^ #12 1365. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1365. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1365. from nsgui.h:34, #12 1365. from dispextern.h:137, #12 1365. from window.h:23, #12 1365. from nsmenu.m:29: #12 1365. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1365. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1365. | ^ #12 1365. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1365. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1365. | ^ #12 1365. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1365. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1365. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1365. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1365. from nsgui.h:34, #12 1365. from dispextern.h:137, #12 1365. from window.h:23, #12 1365. from nsmenu.m:29: #12 1365. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1365. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1365. | ^ #12 1365. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1365. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1365. | ^ #12 1365. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1365. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #12 1365. | ^ #12 1365. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1365. 88 | #if GS_API_VERSION(0,011500) #12 1365. | ^ #12 1365. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1365. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1365. | ^ #12 1365. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1365. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1365. | ^ #12 1365. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1365. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1365. | ^ #12 1365. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1365. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1365. | ^ #12 1365. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1365. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1365. | ^ #12 1365. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1365. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1365. | ^ #12 1365. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1365. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1365. | ^ #12 1365. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #12 1365. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1365. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1365. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1365. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1365. from nsgui.h:34, #12 1365. from dispextern.h:137, #12 1365. from window.h:23, #12 1365. from nsmenu.m:29: #12 1365. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1365. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1365. | ^ #12 1365. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1365. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1365. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1365. from nsgui.h:34, #12 1365. from dispextern.h:137, #12 1365. from window.h:23, #12 1365. from nsmenu.m:29: #12 1365. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1365. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1365. | ^ #12 1365. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #12 1365. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1365. | ^~~~~~~~~~ #12 1365. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1365. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1365. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1365. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1365. from nsgui.h:34, #12 1365. from dispextern.h:137, #12 1365. from window.h:23, #12 1365. from nsmenu.m:29: #12 1365. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #12 1365. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1365. | ^~~~~~~~~~ #12 1365. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #12 1365. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1365. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1365. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1365. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1365. from nsgui.h:34, #12 1365. from dispextern.h:137, #12 1365. from window.h:23, #12 1365. from nsmenu.m:29: #12 1365. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1365. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1365. | ^ #12 1365. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1365. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1365. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1365. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1365. from nsgui.h:34, #12 1365. from dispextern.h:137, #12 1365. from window.h:23, #12 1365. from nsmenu.m:29: #12 1365. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1365. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1365. | ^ #12 1365. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1365. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1365. | ^ #12 1365. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1365. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1365. | ^ #12 1365. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1365. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1365. | ^ #12 1365. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1365. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1365. | ^ #12 1365. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1365. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1365. | ^ #12 1365. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1365. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1365. | ^ #12 1365. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1365. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1365. | ^ #12 1365. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1365. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1365. | ^ #12 1365. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1365. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1365. | ^ #12 1365. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1365. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1365. | ^ #12 1365. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1365. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1365. | ^ #12 1365. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1365. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1365. | ^ #12 1365. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1365. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1365. | ^ #12 1365. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1365. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1365. | ^ #12 1365. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1365. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1365. | ^ #12 1365. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1365. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1365. | ^ #12 1365. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1365. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1365. | ^ #12 1365. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1365. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1365. | ^ #12 1365. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1365. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1365. | ^ #12 1365. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1365. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #12 1365. | ^ #12 1365. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1365. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1365. | ^ #12 1365. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #12 1365. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1365. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1365. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1365. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1365. from nsgui.h:34, #12 1365. from dispextern.h:137, #12 1365. from window.h:23, #12 1365. from nsmenu.m:29: #12 1365. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1365. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1365. | ^ #12 1365. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #12 1365. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1365. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1365. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1365. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1365. from nsgui.h:34, #12 1365. from dispextern.h:137, #12 1365. from window.h:23, #12 1365. from nsmenu.m:29: #12 1365. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1365. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1365. | ^ #12 1365. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1365. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1365. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1365. from nsgui.h:34, #12 1365. from dispextern.h:137, #12 1365. from window.h:23, #12 1365. from nsmenu.m:29: #12 1365. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1365. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1365. | ^ #12 1365. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1365. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1365. | ^ #12 1365. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1365. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1365. | ^ #12 1365. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1365. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1365. | ^ #12 1365. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1365. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1365. | ^ #12 1365. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1365. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1365. | ^ #12 1365. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1365. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1365. | ^ #12 1365. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1365. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1365. | ^ #12 1365. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1365. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1365. from nsgui.h:34, #12 1365. from dispextern.h:137, #12 1365. from window.h:23, #12 1365. from nsmenu.m:29: #12 1365. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1365. 46 | #if GS_EXPOSE(NSAffineTransform) #12 1365. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1365. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #12 1365. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1365. from nsgui.h:34, #12 1365. from dispextern.h:137, #12 1365. from window.h:23, #12 1365. from nsmenu.m:29: #12 1365. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1365. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1365. | ^ #12 1365. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #12 1365. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1365. from nsgui.h:34, #12 1365. from dispextern.h:137, #12 1365. from window.h:23, #12 1365. from nsmenu.m:29: #12 1365. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1365. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1365. | ^ #12 1365. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #12 1365. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1365. from nsgui.h:34, #12 1365. from dispextern.h:137, #12 1365. from window.h:23, #12 1365. from nsmenu.m:29: #12 1365. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1365. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1365. | ^ #12 1365. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #12 1365. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1365. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1365. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1365. from nsgui.h:34, #12 1365. from dispextern.h:137, #12 1365. from window.h:23, #12 1365. from nsmenu.m:29: #12 1365. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1365. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1365. | ^ #12 1365. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1365. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1365. | ^ #12 1365. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1365. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1365. | ^ #12 1365. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1365. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1365. | ^ #12 1365. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1365. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1365. | ^ #12 1365. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1365. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1365. | ^ #12 1365. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1365. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1365. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1365. from nsgui.h:34, #12 1365. from dispextern.h:137, #12 1365. from window.h:23, #12 1365. from nsmenu.m:29: #12 1365. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1365. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1365. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 45 | #if GS_EXPOSE(NSArchiver) #12 1366. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1366. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 164 | #if GS_EXPOSE(NSUnarchiver) #12 1366. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1366. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #12 1366. from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #12 1366. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #12 1366. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #12 1366. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1366. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 114 | #if GS_EXPOSE(NSBundle) #12 1366. | ^~~~~~~~~~~~~~~~~~~~~ #12 1366. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #12 1366. from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 43 | #if GS_EXPOSE(NSCache) #12 1366. | ^~~~~~~~~~~~~~~~~~~~ #12 1366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 37 | #if GS_EXPOSE(NSCalendarDate) #12 1366. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1366. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #12 1366. from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #12 1366. from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 113 | #if GS_EXPOSE(NSException) #12 1366. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1366. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1366. 303 | NSGetUncaughtExceptionHandler(); #12 1366. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #12 1366. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 53 | #if GS_EXPOSE(NSExpression) #12 1366. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1366. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #12 1366. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 74 | #if GS_EXPOSE(NSComparisonPredicate) #12 1366. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 47 | #if GS_EXPOSE(NSCompoundPredicate) #12 1366. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1366. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #12 1366. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 47 | #if GS_EXPOSE(NSTimer) #12 1366. | ^~~~~~~~~~~~~~~~~~~~ #12 1366. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #12 1366. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #12 1366. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1366. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1366. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 46 | #if GS_EXPOSE(NSRunLoop) #12 1366. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1366. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #12 1366. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #12 1366. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #12 1366. from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 127 | #if GS_EXPOSE(NSDateFormatter) #12 1366. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1366. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #12 1366. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1366. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #12 1366. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1366. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #12 1366. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1366. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 192 | #if GS_EXPOSE(NSDecimalNumber) #12 1366. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 40 | #if GS_EXPOSE(NSDistantObject) #12 1366. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 41 | #if GS_EXPOSE(NSDistributedLock) #12 1366. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1366. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 74 | #if GS_EXPOSE(NSLock) #12 1366. | ^~~~~~~~~~~~~~~~~~~ #12 1366. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 125 | #if GS_EXPOSE(NSCondition) #12 1366. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1366. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 175 | #if GS_EXPOSE(NSConditionLock) #12 1366. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1366. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 275 | #if GS_EXPOSE(NSRecursiveLock) #12 1366. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1366. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #12 1366. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1366. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #12 1366. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 71 | #if GS_EXPOSE(NSNotificationCenter) #12 1366. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1366. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #12 1366. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 134 | #if GS_EXPOSE(NSError) #12 1366. | ^~~~~~~~~~~~~~~~~~~~ #12 1366. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #12 1366. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1366. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 182 | #if GS_EXPOSE(NSURLHandle) #12 1366. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1366. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1366. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 73 | #if GS_EXPOSE(NSURL) #12 1366. | ^~~~~~~~~~~~~~~~~~ #12 1366. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #12 1366. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1366. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1366. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 599 | #if GS_EXPOSE(NSURLQueryItem) #12 1366. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1366. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 633 | #if GS_EXPOSE(NSURLComponents) #12 1366. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1366. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 160 | #if GS_EXPOSE(NSPipe) #12 1366. | ^~~~~~~~~~~~~~~~~~~ #12 1366. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #12 1366. from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #12 1366. from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 215 | #if GS_EXPOSE(NSFileManager) #12 1366. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1366. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #12 1366. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1366. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 42 | #if GS_EXPOSE(NSHost) #12 1366. | ^~~~~~~~~~~~~~~~~~~ #12 1366. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 68 | #if GS_EXPOSE(NSHTTPCookie) #12 1366. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1366. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #12 1366. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 47 | #if GS_EXPOSE(NSIndexPath) #12 1366. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 49 | #if GS_EXPOSE(NSIndexSet) #12 1366. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1366. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #12 1366. from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 52 | #if GS_EXPOSE(NSMethodSignature) #12 1366. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 38 | #if GS_EXPOSE(NSInvocation) #12 1366. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1366. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #12 1366. from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:99, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSItemProviderReadingWriting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1366. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSPropertyList.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSPropertyList.h:68:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1366. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSPropertyList.h:268:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 268 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 55 | #if GS_EXPOSE(NSKeyedArchiver) #12 1366. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1366. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:230:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 230 | #if GS_EXPOSE(NSKeyedUnarchiver) #12 1366. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:102, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSKeyValueCoding.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:103, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:45:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:183:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:104, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSLengthFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:105, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSLinguisticTagger.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:107, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSLocale.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSLocale.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSLocale.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSLocale.h:103:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 103 | #if GS_EXPOSE(NSLocale) #12 1366. | ^~~~~~~~~~~~~~~~~~~~~ #12 1366. /usr/include/GNUstep/Foundation/NSLocale.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSLocale.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSLocale.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSLocale.h:190:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 190 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSLocale.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 196 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSLocale.h:207:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSLocale.h:236:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:109, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSMeasurement.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:110, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #12 1366. from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 40 | #if GS_EXPOSE(NSMetadataItem) #12 1366. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1366. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 66 | #if GS_EXPOSE(NSMetadataQuery) #12 1366. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1366. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #12 1366. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1366. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #12 1366. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 112 | #if GS_EXPOSE(NSNotificationQueue) #12 1366. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 361 | #if GS_EXPOSE(NSNetService) #12 1366. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1366. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #12 1366. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 123 | #if GS_EXPOSE(NSNumberFormatter) #12 1366. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1366. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 53 | #if GS_EXPOSE(NSPortCoder) #12 1366. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1366. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #12 1366. from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 77 | #if GS_EXPOSE(NSPort) #12 1366. | ^~~~~~~~~~~~~~~~~~~ #12 1366. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 202 | #if GS_EXPOSE(NSSocketPort) #12 1366. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1366. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 284 | #if GS_EXPOSE(NSMessagePort) #12 1366. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 47 | #if GS_EXPOSE(NSPortMessage) #12 1366. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #12 1366. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 53 | #if GS_EXPOSE(NSProgress) #12 1366. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 40 | #if GS_EXPOSE(NSProtocolChecker) #12 1366. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 91 | #if GS_EXPOSE(NSRegularExpression) #12 1366. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 42 | #if GS_EXPOSE(NSScanner) #12 1366. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1366. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 48 | #if GS_EXPOSE(NSSortDescriptor) #12 1366. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1366. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 58 | #if GS_EXPOSE(NSSpellServer) #12 1366. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1366. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #12 1366. from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 51 | #if GS_EXPOSE(NSTask) #12 1366. | ^~~~~~~~~~~~~~~~~~~ #12 1366. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #12 1366. from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 59 | #if GS_EXPOSE(NSThread) #12 1366. | ^~~~~~~~~~~~~~~~~~~~~ #12 1366. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #12 1366. from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 87 | #if GS_EXPOSE(NSUndoManager) #12 1366. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #12 1366. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 59 | #if GS_EXPOSE(NSCachedURLResponse) #12 1366. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1366. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 105 | #if GS_EXPOSE(NSURLCache) #12 1366. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 48 | #if GS_EXPOSE(NSURLConnection) #12 1366. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1366. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 56 | #if GS_EXPOSE(NSURLCredential) #12 1366. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #12 1366. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 49 | #if GS_EXPOSE(NSURLDownload) #12 1366. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1366. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #12 1366. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1366. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 121 | #if GS_EXPOSE(NSURLProtocol) #12 1366. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 92 | #if GS_EXPOSE(NSURLRequest) #12 1366. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1366. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 49 | #if GS_EXPOSE(NSURLResponse) #12 1366. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1366. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 217 | #if GS_EXPOSE(NSUserDefaults) #12 1366. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1366. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #12 1366. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #12 1366. from /usr/include/GNUstep/Foundation/Foundation.h:184, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 72 | #if GS_EXPOSE(NSXMLParser) #12 1366. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1366. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #12 1366. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1366. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1366. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1366. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1366. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #12 1366. from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1366. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1366. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1366. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1366. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1366. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1366. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1366. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1366. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #12 1366. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1366. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1366. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1366. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1366. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1366. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1366. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1366. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1366. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1366. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #12 1366. 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1366. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1366. /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #12 1366. 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1366. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1366. /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #12 1366. 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1366. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1366. /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #12 1366. 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1366. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1366. /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #12 1366. 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1366. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1366. /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #12 1366. 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1366. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1366. /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #12 1366. 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1366. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1366. /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #12 1366. 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1366. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1366. /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #12 1366. 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1366. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1366. /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #12 1366. 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1366. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1366. /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #12 1366. 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1366. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1366. /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #12 1366. 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1366. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1366. /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #12 1366. 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1366. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1366. /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #12 1366. 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1366. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1366. /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #12 1366. 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1366. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1366. /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #12 1366. 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1366. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1366. /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #12 1366. 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1366. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1366. /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #12 1366. 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1366. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1366. /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #12 1366. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #12 1366. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #12 1366. 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1366. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1366. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #12 1366. 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1366. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1366. In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #12 1366. 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1366. | ^~~~~~~~~~~~~~~~~~~~ #12 1366. In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #12 1366. 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1366. | ^~~~~~~~~~~~~~~~~~~~ #12 1366. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #12 1366. from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1366. | ^ #12 1366. /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1366. | ^ #12 1366. In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #12 1366. from nsgui.h:34, #12 1366. from dispextern.h:137, #12 1366. from window.h:23, #12 1366. from nsmenu.m:29: #12 1366. /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1366. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1366. | ^ #12 1367. In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #12 1367. from nsgui.h:34, #12 1367. from dispextern.h:137, #12 1367. from window.h:23, #12 1367. from nsmenu.m:29: #12 1367. /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1367. | ^ #12 1367. In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #12 1367. from nsgui.h:34, #12 1367. from dispextern.h:137, #12 1367. from window.h:23, #12 1367. from nsmenu.m:29: #12 1367. /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1367. | ^ #12 1367. In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #12 1367. from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1367. from nsgui.h:34, #12 1367. from dispextern.h:137, #12 1367. from window.h:23, #12 1367. from nsmenu.m:29: #12 1367. /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1367. | ^ #12 1367. In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1367. from nsgui.h:34, #12 1367. from dispextern.h:137, #12 1367. from window.h:23, #12 1367. from nsmenu.m:29: #12 1367. /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1367. | ^ #12 1367. In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #12 1367. from nsgui.h:34, #12 1367. from dispextern.h:137, #12 1367. from window.h:23, #12 1367. from nsmenu.m:29: #12 1367. /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1367. | ^ #12 1367. In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #12 1367. from nsgui.h:34, #12 1367. from dispextern.h:137, #12 1367. from window.h:23, #12 1367. from nsmenu.m:29: #12 1367. /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1367. | ^ #12 1367. In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #12 1367. from nsgui.h:34, #12 1367. from dispextern.h:137, #12 1367. from window.h:23, #12 1367. from nsmenu.m:29: #12 1367. /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1367. | ^ #12 1367. In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #12 1367. from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1367. from nsgui.h:34, #12 1367. from dispextern.h:137, #12 1367. from window.h:23, #12 1367. from nsmenu.m:29: #12 1367. /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1367. | ^ #12 1367. In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1367. from nsgui.h:34, #12 1367. from dispextern.h:137, #12 1367. from window.h:23, #12 1367. from nsmenu.m:29: #12 1367. /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1367. | ^ #12 1367. In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #12 1367. from nsgui.h:34, #12 1367. from dispextern.h:137, #12 1367. from window.h:23, #12 1367. from nsmenu.m:29: #12 1367. /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1367. | ^ #12 1367. In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #12 1367. from nsgui.h:34, #12 1367. from dispextern.h:137, #12 1367. from window.h:23, #12 1367. from nsmenu.m:29: #12 1367. /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1367. | ^ #12 1367. In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #12 1367. from nsgui.h:34, #12 1367. from dispextern.h:137, #12 1367. from window.h:23, #12 1367. from nsmenu.m:29: #12 1367. /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1367. | ^ #12 1367. In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #12 1367. from nsgui.h:34, #12 1367. from dispextern.h:137, #12 1367. from window.h:23, #12 1367. from nsmenu.m:29: #12 1367. /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1367. | ^ #12 1367. In file included from nsgui.h:34, #12 1367. from dispextern.h:137, #12 1367. from window.h:23, #12 1367. from nsmenu.m:29: #12 1367. /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1367. | ^ #12 1367. In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #12 1367. from nsgui.h:34, #12 1367. from dispextern.h:137, #12 1367. from window.h:23, #12 1367. from nsmenu.m:29: #12 1367. /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1367. | ^ #12 1367. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1367. from nsgui.h:34, #12 1367. from dispextern.h:137, #12 1367. from window.h:23, #12 1367. from nsmenu.m:29: #12 1367. /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1367. | ^ #12 1367. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1367. from nsgui.h:34, #12 1367. from dispextern.h:137, #12 1367. from window.h:23, #12 1367. from nsmenu.m:29: #12 1367. /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1367. | ^ #12 1367. In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #12 1367. from nsgui.h:34, #12 1367. from dispextern.h:137, #12 1367. from window.h:23, #12 1367. from nsmenu.m:29: #12 1367. /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #12 1367. | ^ #12 1367. In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #12 1367. from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1367. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1367. from nsgui.h:34, #12 1367. from dispextern.h:137, #12 1367. from window.h:23, #12 1367. from nsmenu.m:29: #12 1367. /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1367. | ^ #12 1367. In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1367. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1367. from nsgui.h:34, #12 1367. from dispextern.h:137, #12 1367. from window.h:23, #12 1367. from nsmenu.m:29: #12 1367. /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1367. | ^ #12 1367. In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1367. from nsgui.h:34, #12 1367. from dispextern.h:137, #12 1367. from window.h:23, #12 1367. from nsmenu.m:29: #12 1367. /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1367. | ^ #12 1367. In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #12 1367. from nsgui.h:34, #12 1367. from dispextern.h:137, #12 1367. from window.h:23, #12 1367. from nsmenu.m:29: #12 1367. /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1367. | ^ #12 1367. In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #12 1367. from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1367. from nsgui.h:34, #12 1367. from dispextern.h:137, #12 1367. from window.h:23, #12 1367. from nsmenu.m:29: #12 1367. /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1367. | ^ #12 1367. In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1367. from nsgui.h:34, #12 1367. from dispextern.h:137, #12 1367. from window.h:23, #12 1367. from nsmenu.m:29: #12 1367. /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1367. | ^ #12 1367. In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #12 1367. from nsgui.h:34, #12 1367. from dispextern.h:137, #12 1367. from window.h:23, #12 1367. from nsmenu.m:29: #12 1367. /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1367. | ^ #12 1367. In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #12 1367. from nsgui.h:34, #12 1367. from dispextern.h:137, #12 1367. from window.h:23, #12 1367. from nsmenu.m:29: #12 1367. /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1367. | ^ #12 1367. In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #12 1367. from nsgui.h:34, #12 1367. from dispextern.h:137, #12 1367. from window.h:23, #12 1367. from nsmenu.m:29: #12 1367. /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1367. | ^ #12 1367. In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #12 1367. from nsgui.h:34, #12 1367. from dispextern.h:137, #12 1367. from window.h:23, #12 1367. from nsmenu.m:29: #12 1367. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1367. | ^ #12 1367. In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #12 1367. from nsgui.h:34, #12 1367. from dispextern.h:137, #12 1367. from window.h:23, #12 1367. from nsmenu.m:29: #12 1367. /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1367. | ^ #12 1367. In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #12 1367. from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1367. from nsgui.h:34, #12 1367. from dispextern.h:137, #12 1367. from window.h:23, #12 1367. from nsmenu.m:29: #12 1367. /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1367. | ^ #12 1367. In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1367. from nsgui.h:34, #12 1367. from dispextern.h:137, #12 1367. from window.h:23, #12 1367. from nsmenu.m:29: #12 1367. /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1367. | ^ #12 1367. In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #12 1367. from nsgui.h:34, #12 1367. from dispextern.h:137, #12 1367. from window.h:23, #12 1367. from nsmenu.m:29: #12 1367. /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1367. | ^ #12 1367. In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #12 1367. from nsgui.h:34, #12 1367. from dispextern.h:137, #12 1367. from window.h:23, #12 1367. from nsmenu.m:29: #12 1367. /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1367. | ^ #12 1367. In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #12 1367. from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1367. from nsgui.h:34, #12 1367. from dispextern.h:137, #12 1367. from window.h:23, #12 1367. from nsmenu.m:29: #12 1367. /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1367. | ^ #12 1367. In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1367. from nsgui.h:34, #12 1367. from dispextern.h:137, #12 1367. from window.h:23, #12 1367. from nsmenu.m:29: #12 1367. /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1367. | ^ #12 1367. In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #12 1367. from nsgui.h:34, #12 1367. from dispextern.h:137, #12 1367. from window.h:23, #12 1367. from nsmenu.m:29: #12 1367. /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1367. | ^ #12 1367. In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #12 1367. from nsgui.h:34, #12 1367. from dispextern.h:137, #12 1367. from window.h:23, #12 1367. from nsmenu.m:29: #12 1367. /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1367. | ^ #12 1367. In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #12 1367. from nsgui.h:34, #12 1367. from dispextern.h:137, #12 1367. from window.h:23, #12 1367. from nsmenu.m:29: #12 1367. /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1367. | ^ #12 1367. In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #12 1367. from nsgui.h:34, #12 1367. from dispextern.h:137, #12 1367. from window.h:23, #12 1367. from nsmenu.m:29: #12 1367. /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1367. | ^ #12 1367. In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #12 1367. from nsgui.h:34, #12 1367. from dispextern.h:137, #12 1367. from window.h:23, #12 1367. from nsmenu.m:29: #12 1367. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1367. | ^ #12 1367. In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #12 1367. from nsgui.h:34, #12 1367. from dispextern.h:137, #12 1367. from window.h:23, #12 1367. from nsmenu.m:29: #12 1367. /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1367. | ^ #12 1367. In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #12 1367. from nsgui.h:34, #12 1367. from dispextern.h:137, #12 1367. from window.h:23, #12 1367. from nsmenu.m:29: #12 1367. /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1367. | ^ #12 1367. In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #12 1367. from nsgui.h:34, #12 1367. from dispextern.h:137, #12 1367. from window.h:23, #12 1367. from nsmenu.m:29: #12 1367. /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1367. | ^ #12 1367. In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #12 1367. from nsgui.h:34, #12 1367. from dispextern.h:137, #12 1367. from window.h:23, #12 1367. from nsmenu.m:29: #12 1367. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1367. | ^ #12 1367. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #12 1367. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1367. from nsgui.h:34, #12 1367. from dispextern.h:137, #12 1367. from window.h:23, #12 1367. from nsmenu.m:29: #12 1367. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1367. | ^ #12 1367. In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #12 1367. from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1367. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1367. from nsgui.h:34, #12 1367. from dispextern.h:137, #12 1367. from window.h:23, #12 1367. from nsmenu.m:29: #12 1367. /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1367. | ^ #12 1367. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1367. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1367. from nsgui.h:34, #12 1367. from dispextern.h:137, #12 1367. from window.h:23, #12 1367. from nsmenu.m:29: #12 1367. /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1367. | ^ #12 1367. In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1367. from nsgui.h:34, #12 1367. from dispextern.h:137, #12 1367. from window.h:23, #12 1367. from nsmenu.m:29: #12 1367. /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1367. | ^ #12 1367. In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #12 1367. from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1367. from nsgui.h:34, #12 1367. from dispextern.h:137, #12 1367. from window.h:23, #12 1367. from nsmenu.m:29: #12 1367. /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1367. | ^ #12 1367. In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1367. from nsgui.h:34, #12 1367. from dispextern.h:137, #12 1367. from window.h:23, #12 1367. from nsmenu.m:29: #12 1367. /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1367. | ^ #12 1367. In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #12 1367. from nsgui.h:34, #12 1367. from dispextern.h:137, #12 1367. from window.h:23, #12 1367. from nsmenu.m:29: #12 1367. /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1367. | ^ #12 1367. In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #12 1367. from nsgui.h:34, #12 1367. from dispextern.h:137, #12 1367. from window.h:23, #12 1367. from nsmenu.m:29: #12 1367. /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1367. | ^ #12 1367. In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #12 1367. from nsgui.h:34, #12 1367. from dispextern.h:137, #12 1367. from window.h:23, #12 1367. from nsmenu.m:29: #12 1367. /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1367. | ^ #12 1367. In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #12 1367. from nsgui.h:34, #12 1367. from dispextern.h:137, #12 1367. from window.h:23, #12 1367. from nsmenu.m:29: #12 1367. /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1367. | ^ #12 1367. In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #12 1367. from nsgui.h:34, #12 1367. from dispextern.h:137, #12 1367. from window.h:23, #12 1367. from nsmenu.m:29: #12 1367. /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1367. | ^ #12 1367. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1367. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1367. from nsgui.h:34, #12 1367. from dispextern.h:137, #12 1367. from window.h:23, #12 1367. from nsmenu.m:29: #12 1367. /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1367. | ^ #12 1367. In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1367. from nsgui.h:34, #12 1367. from dispextern.h:137, #12 1367. from window.h:23, #12 1367. from nsmenu.m:29: #12 1367. /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1367. | ^ #12 1367. In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #12 1367. from nsgui.h:34, #12 1367. from dispextern.h:137, #12 1367. from window.h:23, #12 1367. from nsmenu.m:29: #12 1367. /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1367. | ^ #12 1367. In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #12 1367. from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1367. from nsgui.h:34, #12 1367. from dispextern.h:137, #12 1367. from window.h:23, #12 1367. from nsmenu.m:29: #12 1367. /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1367. | ^ #12 1367. In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1367. from nsgui.h:34, #12 1367. from dispextern.h:137, #12 1367. from window.h:23, #12 1367. from nsmenu.m:29: #12 1367. /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1367. | ^ #12 1367. In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #12 1367. from nsgui.h:34, #12 1367. from dispextern.h:137, #12 1367. from window.h:23, #12 1367. from nsmenu.m:29: #12 1367. /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1367. | ^ #12 1367. In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #12 1367. from nsgui.h:34, #12 1367. from dispextern.h:137, #12 1367. from window.h:23, #12 1367. from nsmenu.m:29: #12 1367. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1367. | ^ #12 1367. In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #12 1367. from nsgui.h:34, #12 1367. from dispextern.h:137, #12 1367. from window.h:23, #12 1367. from nsmenu.m:29: #12 1367. /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1367. | ^ #12 1367. In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #12 1367. from nsgui.h:34, #12 1367. from dispextern.h:137, #12 1367. from window.h:23, #12 1367. from nsmenu.m:29: #12 1367. /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1367. | ^ #12 1367. In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #12 1367. from nsgui.h:34, #12 1367. from dispextern.h:137, #12 1367. from window.h:23, #12 1367. from nsmenu.m:29: #12 1367. /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1367. | ^ #12 1367. In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #12 1367. from nsgui.h:34, #12 1367. from dispextern.h:137, #12 1367. from window.h:23, #12 1367. from nsmenu.m:29: #12 1367. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1367. | ^ #12 1367. In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #12 1367. from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1367. from nsgui.h:34, #12 1367. from dispextern.h:137, #12 1367. from window.h:23, #12 1367. from nsmenu.m:29: #12 1367. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1367. | ^ #12 1367. In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1367. from nsgui.h:34, #12 1367. from dispextern.h:137, #12 1367. from window.h:23, #12 1367. from nsmenu.m:29: #12 1367. /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1367. | ^ #12 1367. In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #12 1367. from nsgui.h:34, #12 1367. from dispextern.h:137, #12 1367. from window.h:23, #12 1367. from nsmenu.m:29: #12 1367. /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1367. | ^ #12 1367. In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #12 1367. from nsgui.h:34, #12 1367. from dispextern.h:137, #12 1367. from window.h:23, #12 1367. from nsmenu.m:29: #12 1367. /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1367. | ^ #12 1367. In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #12 1367. from nsgui.h:34, #12 1367. from dispextern.h:137, #12 1367. from window.h:23, #12 1367. from nsmenu.m:29: #12 1367. /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1367. | ^ #12 1367. In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #12 1367. from nsgui.h:34, #12 1367. from dispextern.h:137, #12 1367. from window.h:23, #12 1367. from nsmenu.m:29: #12 1367. /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1367. | ^ #12 1367. In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #12 1367. from nsgui.h:34, #12 1367. from dispextern.h:137, #12 1367. from window.h:23, #12 1367. from nsmenu.m:29: #12 1367. /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1367. | ^ #12 1367. In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #12 1367. from nsgui.h:34, #12 1367. from dispextern.h:137, #12 1367. from window.h:23, #12 1367. from nsmenu.m:29: #12 1367. /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1367. | ^ #12 1367. In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #12 1367. from nsgui.h:34, #12 1367. from dispextern.h:137, #12 1367. from window.h:23, #12 1367. from nsmenu.m:29: #12 1367. /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1367. | ^ #12 1367. In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #12 1367. from nsgui.h:34, #12 1367. from dispextern.h:137, #12 1367. from window.h:23, #12 1367. from nsmenu.m:29: #12 1367. /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #12 1367. 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1367. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1367. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1367. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1367. from nsgui.h:34, #12 1367. from dispextern.h:137, #12 1367. from window.h:23, #12 1367. from nsmenu.m:29: #12 1367. /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #12 1367. 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1367. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1367. In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #12 1367. from nsgui.h:34, #12 1367. from dispextern.h:137, #12 1367. from window.h:23, #12 1367. from nsmenu.m:29: #12 1367. /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1367. | ^ #12 1367. In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #12 1367. from nsgui.h:34, #12 1367. from dispextern.h:137, #12 1367. from window.h:23, #12 1367. from nsmenu.m:29: #12 1367. /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1367. | ^ #12 1367. In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #12 1367. from nsgui.h:34, #12 1367. from dispextern.h:137, #12 1367. from window.h:23, #12 1367. from nsmenu.m:29: #12 1367. /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1367. | ^ #12 1367. In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #12 1367. from nsgui.h:34, #12 1367. from dispextern.h:137, #12 1367. from window.h:23, #12 1367. from nsmenu.m:29: #12 1367. /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1367. | ^ #12 1367. In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #12 1367. from nsgui.h:34, #12 1367. from dispextern.h:137, #12 1367. from window.h:23, #12 1367. from nsmenu.m:29: #12 1367. /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1367. | ^ #12 1367. In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #12 1367. from nsgui.h:34, #12 1367. from dispextern.h:137, #12 1367. from window.h:23, #12 1367. from nsmenu.m:29: #12 1367. /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1367. | ^ #12 1367. In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #12 1367. from nsgui.h:34, #12 1367. from dispextern.h:137, #12 1367. from window.h:23, #12 1367. from nsmenu.m:29: #12 1367. /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1367. | ^ #12 1367. In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #12 1367. from nsgui.h:34, #12 1367. from dispextern.h:137, #12 1367. from window.h:23, #12 1367. from nsmenu.m:29: #12 1367. /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1367. | ^ #12 1367. In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #12 1367. from nsgui.h:34, #12 1367. from dispextern.h:137, #12 1367. from window.h:23, #12 1367. from nsmenu.m:29: #12 1367. /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1367. | ^ #12 1367. In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #12 1367. from nsgui.h:34, #12 1367. from dispextern.h:137, #12 1367. from window.h:23, #12 1367. from nsmenu.m:29: #12 1367. /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1367. | ^ #12 1367. In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #12 1367. from nsgui.h:34, #12 1367. from dispextern.h:137, #12 1367. from window.h:23, #12 1367. from nsmenu.m:29: #12 1367. /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1367. | ^ #12 1367. In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #12 1367. from nsgui.h:34, #12 1367. from dispextern.h:137, #12 1367. from window.h:23, #12 1367. from nsmenu.m:29: #12 1367. /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1367. | ^ #12 1367. In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #12 1367. from nsgui.h:34, #12 1367. from dispextern.h:137, #12 1367. from window.h:23, #12 1367. from nsmenu.m:29: #12 1367. /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1367. | ^ #12 1367. In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #12 1367. from nsgui.h:34, #12 1367. from dispextern.h:137, #12 1367. from window.h:23, #12 1367. from nsmenu.m:29: #12 1367. /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1367. | ^ #12 1367. In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #12 1367. from nsgui.h:34, #12 1367. from dispextern.h:137, #12 1367. from window.h:23, #12 1367. from nsmenu.m:29: #12 1367. /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1367. | ^ #12 1367. In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #12 1367. from nsgui.h:34, #12 1367. from dispextern.h:137, #12 1367. from window.h:23, #12 1367. from nsmenu.m:29: #12 1367. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1367. | ^ #12 1367. In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #12 1367. from nsgui.h:34, #12 1367. from dispextern.h:137, #12 1367. from window.h:23, #12 1367. from nsmenu.m:29: #12 1367. /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1367. | ^ #12 1367. In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #12 1367. from nsgui.h:34, #12 1367. from dispextern.h:137, #12 1367. from window.h:23, #12 1367. from nsmenu.m:29: #12 1367. /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1367. | ^ #12 1367. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1367. from nsgui.h:34, #12 1367. from dispextern.h:137, #12 1367. from window.h:23, #12 1367. from nsmenu.m:29: #12 1367. /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1367. 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1367. | ^ #12 1367. /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1367. 125 | __attribute__((unused)); #12 1367. | ^~~~~~~~~~~~~ #12 1367. /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1367. 129 | __attribute__((unused)); #12 1367. | ^~~~~~~~~~~~~ #12 1367. /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1367. 133 | __attribute__((unused)); #12 1367. | ^~~~~~~~~~~~~ #12 1367. /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1367. 214 | __attribute__((unused)); #12 1367. | ^~~~~~~~~~~~~ #12 1367. /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1367. 247 | __attribute__((unused)); #12 1367. | ^~~~~~~~~~~~~ #12 1367. /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1367. 251 | __attribute__((unused)); #12 1367. | ^~~~~~~~~~~~~ #12 1367. /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1367. 259 | __attribute__((unused)); #12 1367. | ^~~~~~~~~~~~~ #12 1367. /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1367. 263 | __attribute__((unused)); #12 1367. | ^~~~~~~~~~~~~ #12 1367. /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1367. 267 | __attribute__((unused)); #12 1367. | ^~~~~~~~~~~~~ #12 1367. /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1367. 271 | __attribute__((unused)); #12 1367. | ^~~~~~~~~~~~~ #12 1367. /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1367. 275 | __attribute__((unused)); #12 1367. | ^~~~~~~~~~~~~ #12 1367. /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1367. 287 | __attribute__((unused)); #12 1367. | ^~~~~~~~~~~~~ #12 1367. /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1367. 311 | __attribute__((unused)); #12 1367. | ^~~~~~~~~~~~~ #12 1367. /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1367. 323 | __attribute__((unused)); #12 1367. | ^~~~~~~~~~~~~ #12 1367. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1367. from nsgui.h:34, #12 1367. from dispextern.h:137, #12 1367. from window.h:23, #12 1367. from nsmenu.m:29: #12 1367. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1367. 493 | PSgsave() #12 1367. | ^~~~~~~ #12 1367. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #12 1367. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #12 1367. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1367. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1367. 499 | PSgrestore() #12 1367. | ^~~~~~~~~~ #12 1367. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #12 1367. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #12 1367. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1367. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1367. 505 | PSinitgraphics() #12 1367. | ^~~~~~~~~~~~~~ #12 1367. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #12 1367. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #12 1367. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1367. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1367. 622 | PSinitmatrix() #12 1367. | ^~~~~~~~~~~~ #12 1367. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #12 1367. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #12 1367. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1367. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1367. 669 | PSclip() #12 1367. | ^~~~~~ #12 1367. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #12 1367. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #12 1367. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1367. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1367. 675 | PSclosepath() #12 1367. | ^~~~~~~~~~~ #12 1367. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #12 1367. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #12 1367. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1367. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1367. 687 | PSeoclip() #12 1367. | ^~~~~~~~ #12 1367. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #12 1367. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #12 1367. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1367. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1367. 693 | PSeofill() #12 1367. | ^~~~~~~~ #12 1367. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #12 1367. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #12 1367. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1367. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1367. 699 | PSfill() #12 1367. | ^~~~~~ #12 1367. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #12 1367. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #12 1367. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1367. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1367. 705 | PSflattenpath() #12 1367. | ^~~~~~~~~~~~~ #12 1367. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #12 1367. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #12 1367. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1367. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1367. 711 | PSinitclip() #12 1367. | ^~~~~~~~~~ #12 1367. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #12 1367. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #12 1367. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1367. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1367. 729 | PSnewpath() #12 1367. | ^~~~~~~~~ #12 1367. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #12 1367. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #12 1367. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1367. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1367. 765 | PSreversepath() #12 1367. | ^~~~~~~~~~~~~ #12 1367. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #12 1367. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #12 1367. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1367. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1367. 783 | PSstroke() #12 1367. | ^~~~~~~~ #12 1367. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #12 1367. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #12 1367. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1367. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1367. 835 | PSWait() #12 1367. | ^~~~~~ #12 1367. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #12 1367. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #12 1373. CC nsselect.o #12 1373. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #12 1373. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #12 1374. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #12 1374. from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1374. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1374. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1374. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1374. from nsgui.h:34, #12 1374. from dispextern.h:137, #12 1374. from nsterm.h:22, #12 1374. from nsselect.m:31: #12 1374. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #12 1374. | ^ #12 1374. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1374. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1374. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1374. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1374. from nsgui.h:34, #12 1374. from dispextern.h:137, #12 1374. from nsterm.h:22, #12 1374. from nsselect.m:31: #12 1374. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1374. | ^ #12 1374. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #12 1374. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1374. | ^~~~~~~~~~~~~~~~~~~~ #12 1374. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #12 1374. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1374. | ^~~~~~~~~~~~~~~~~~~~ #12 1374. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1374. | ^ #12 1374. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #12 1374. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1374. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1374. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1374. from nsgui.h:34, #12 1374. from dispextern.h:137, #12 1374. from nsterm.h:22, #12 1374. from nsselect.m:31: #12 1374. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1374. | ^ #12 1374. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #12 1374. | ^ #12 1374. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1374. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1374. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1374. from nsgui.h:34, #12 1374. from dispextern.h:137, #12 1374. from nsterm.h:22, #12 1374. from nsselect.m:31: #12 1374. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1374. | ^ #12 1374. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1374. | ^ #12 1374. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1374. | ^ #12 1374. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1374. | ^ #12 1374. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1374. | ^ #12 1374. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1374. | ^ #12 1374. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #12 1374. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1374. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1374. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1374. from nsgui.h:34, #12 1374. from dispextern.h:137, #12 1374. from nsterm.h:22, #12 1374. from nsselect.m:31: #12 1374. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1374. | ^ #12 1374. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1374. | ^ #12 1374. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1374. | ^ #12 1374. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1374. | ^ #12 1374. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1374. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1374. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1374. from nsgui.h:34, #12 1374. from dispextern.h:137, #12 1374. from nsterm.h:22, #12 1374. from nsselect.m:31: #12 1374. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1374. | ^ #12 1374. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #12 1374. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1374. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1374. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1374. from nsgui.h:34, #12 1374. from dispextern.h:137, #12 1374. from nsterm.h:22, #12 1374. from nsselect.m:31: #12 1374. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1374. | ^ #12 1374. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1374. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1374. from nsgui.h:34, #12 1374. from dispextern.h:137, #12 1374. from nsterm.h:22, #12 1374. from nsselect.m:31: #12 1374. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1374. | ^ #12 1374. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1374. | ^ #12 1374. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1374. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1374. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1374. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1374. from nsgui.h:34, #12 1374. from dispextern.h:137, #12 1374. from nsterm.h:22, #12 1374. from nsselect.m:31: #12 1374. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1374. | ^ #12 1374. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1374. | ^ #12 1374. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #12 1374. | ^ #12 1374. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 88 | #if GS_API_VERSION(0,011500) #12 1374. | ^ #12 1374. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1374. | ^ #12 1374. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1374. | ^ #12 1374. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1374. | ^ #12 1374. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1374. | ^ #12 1374. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1374. | ^ #12 1374. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1374. | ^ #12 1374. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1374. | ^ #12 1374. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #12 1374. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1374. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1374. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1374. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1374. from nsgui.h:34, #12 1374. from dispextern.h:137, #12 1374. from nsterm.h:22, #12 1374. from nsselect.m:31: #12 1374. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1374. | ^ #12 1374. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1374. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1374. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1374. from nsgui.h:34, #12 1374. from dispextern.h:137, #12 1374. from nsterm.h:22, #12 1374. from nsselect.m:31: #12 1374. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1374. | ^ #12 1374. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #12 1374. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1374. | ^~~~~~~~~~ #12 1374. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1374. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1374. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1374. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1374. from nsgui.h:34, #12 1374. from dispextern.h:137, #12 1374. from nsterm.h:22, #12 1374. from nsselect.m:31: #12 1374. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #12 1374. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1374. | ^~~~~~~~~~ #12 1374. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #12 1374. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1374. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1374. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1374. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1374. from nsgui.h:34, #12 1374. from dispextern.h:137, #12 1374. from nsterm.h:22, #12 1374. from nsselect.m:31: #12 1374. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1374. | ^ #12 1374. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1374. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1374. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1374. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1374. from nsgui.h:34, #12 1374. from dispextern.h:137, #12 1374. from nsterm.h:22, #12 1374. from nsselect.m:31: #12 1374. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1374. | ^ #12 1374. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1374. | ^ #12 1374. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1374. | ^ #12 1374. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1374. | ^ #12 1374. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1374. | ^ #12 1374. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1374. | ^ #12 1374. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1374. | ^ #12 1374. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1374. | ^ #12 1374. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1374. | ^ #12 1374. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1374. | ^ #12 1374. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1374. | ^ #12 1374. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1374. | ^ #12 1374. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1374. | ^ #12 1374. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1374. | ^ #12 1374. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1374. | ^ #12 1374. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1374. | ^ #12 1374. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1374. | ^ #12 1374. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1374. | ^ #12 1374. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1374. | ^ #12 1374. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1374. | ^ #12 1374. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #12 1374. | ^ #12 1374. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1374. | ^ #12 1374. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #12 1374. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1374. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1374. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1374. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1374. from nsgui.h:34, #12 1374. from dispextern.h:137, #12 1374. from nsterm.h:22, #12 1374. from nsselect.m:31: #12 1374. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1374. | ^ #12 1374. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #12 1374. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1374. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1374. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1374. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1374. from nsgui.h:34, #12 1374. from dispextern.h:137, #12 1374. from nsterm.h:22, #12 1374. from nsselect.m:31: #12 1374. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1374. | ^ #12 1374. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1374. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1374. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1374. from nsgui.h:34, #12 1374. from dispextern.h:137, #12 1374. from nsterm.h:22, #12 1374. from nsselect.m:31: #12 1374. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1374. | ^ #12 1374. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1374. | ^ #12 1374. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1374. | ^ #12 1374. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1374. | ^ #12 1374. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1374. | ^ #12 1374. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1374. | ^ #12 1374. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1374. | ^ #12 1374. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1374. | ^ #12 1374. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1374. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1374. from nsgui.h:34, #12 1374. from dispextern.h:137, #12 1374. from nsterm.h:22, #12 1374. from nsselect.m:31: #12 1374. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 46 | #if GS_EXPOSE(NSAffineTransform) #12 1374. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1374. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #12 1374. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1374. from nsgui.h:34, #12 1374. from dispextern.h:137, #12 1374. from nsterm.h:22, #12 1374. from nsselect.m:31: #12 1374. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1374. | ^ #12 1374. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #12 1374. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1374. from nsgui.h:34, #12 1374. from dispextern.h:137, #12 1374. from nsterm.h:22, #12 1374. from nsselect.m:31: #12 1374. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1374. | ^ #12 1374. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #12 1374. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1374. from nsgui.h:34, #12 1374. from dispextern.h:137, #12 1374. from nsterm.h:22, #12 1374. from nsselect.m:31: #12 1374. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1374. | ^ #12 1374. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #12 1374. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1374. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1374. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1374. from nsgui.h:34, #12 1374. from dispextern.h:137, #12 1374. from nsterm.h:22, #12 1374. from nsselect.m:31: #12 1374. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1374. | ^ #12 1374. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1374. | ^ #12 1374. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1374. | ^ #12 1374. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1374. | ^ #12 1374. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1374. | ^ #12 1374. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1374. | ^ #12 1374. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1374. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1374. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1374. from nsgui.h:34, #12 1374. from dispextern.h:137, #12 1374. from nsterm.h:22, #12 1374. from nsselect.m:31: #12 1374. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1374. | ^ #12 1374. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1374. | ^ #12 1374. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1374. | ^ #12 1374. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1374. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1374. from nsgui.h:34, #12 1374. from dispextern.h:137, #12 1374. from nsterm.h:22, #12 1374. from nsselect.m:31: #12 1374. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #12 1374. | ^ #12 1374. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 45 | #if GS_EXPOSE(NSArchiver) #12 1374. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1374. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1374. | ^ #12 1374. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1374. | ^ #12 1374. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 164 | #if GS_EXPOSE(NSUnarchiver) #12 1374. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1374. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1374. | ^ #12 1374. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1374. | ^ #12 1374. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1374. | ^ #12 1374. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1374. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1374. from nsgui.h:34, #12 1374. from dispextern.h:137, #12 1374. from nsterm.h:22, #12 1374. from nsselect.m:31: #12 1374. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1374. | ^ #12 1374. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1374. | ^ #12 1374. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1374. | ^ #12 1374. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1374. | ^ #12 1374. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1374. | ^ #12 1374. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1374. | ^ #12 1374. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1374. | ^ #12 1374. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1374. | ^ #12 1374. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1374. | ^ #12 1374. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1374. | ^ #12 1374. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1374. | ^ #12 1374. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1374. | ^ #12 1374. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1374. | ^ #12 1374. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1374. | ^ #12 1374. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1374. | ^ #12 1374. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #12 1374. from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1374. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1374. from nsgui.h:34, #12 1374. from dispextern.h:137, #12 1374. from nsterm.h:22, #12 1374. from nsselect.m:31: #12 1374. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1374. | ^ #12 1374. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1374. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1374. from nsgui.h:34, #12 1374. from dispextern.h:137, #12 1374. from nsterm.h:22, #12 1374. from nsselect.m:31: #12 1374. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1374. | ^ #12 1374. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #12 1374. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1374. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1374. from nsgui.h:34, #12 1374. from dispextern.h:137, #12 1374. from nsterm.h:22, #12 1374. from nsselect.m:31: #12 1374. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1374. | ^ #12 1374. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1374. | ^ #12 1374. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1374. | ^ #12 1374. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1374. | ^ #12 1374. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1374. | ^ #12 1374. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1374. | ^ #12 1374. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1374. | ^ #12 1374. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #12 1374. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1374. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1374. from nsgui.h:34, #12 1374. from dispextern.h:137, #12 1374. from nsterm.h:22, #12 1374. from nsselect.m:31: #12 1374. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1374. | ^ #12 1374. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #12 1374. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1374. from nsgui.h:34, #12 1374. from dispextern.h:137, #12 1374. from nsterm.h:22, #12 1374. from nsselect.m:31: #12 1374. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #12 1374. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1374. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1374. | ^ #12 1374. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1374. | ^ #12 1374. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #12 1374. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1374. from nsgui.h:34, #12 1374. from dispextern.h:137, #12 1374. from nsterm.h:22, #12 1374. from nsselect.m:31: #12 1374. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1374. | ^ #12 1374. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1374. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1374. from nsgui.h:34, #12 1374. from dispextern.h:137, #12 1374. from nsterm.h:22, #12 1374. from nsselect.m:31: #12 1374. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1374. | ^ #12 1374. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 114 | #if GS_EXPOSE(NSBundle) #12 1374. | ^~~~~~~~~~~~~~~~~~~~~ #12 1374. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1374. | ^ #12 1374. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1374. | ^ #12 1374. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1374. | ^ #12 1374. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1374. | ^ #12 1374. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1374. | ^ #12 1374. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1374. | ^ #12 1374. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1374. | ^ #12 1374. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1374. | ^ #12 1374. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1374. | ^ #12 1374. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1374. | ^ #12 1374. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1374. | ^ #12 1374. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1374. | ^ #12 1374. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1374. | ^ #12 1374. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1374. | ^ #12 1374. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1374. | ^ #12 1374. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1374. | ^ #12 1374. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #12 1374. from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1374. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1374. from nsgui.h:34, #12 1374. from dispextern.h:137, #12 1374. from nsterm.h:22, #12 1374. from nsselect.m:31: #12 1374. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1374. | ^ #12 1374. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #12 1374. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1374. from nsgui.h:34, #12 1374. from dispextern.h:137, #12 1374. from nsterm.h:22, #12 1374. from nsselect.m:31: #12 1374. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1374. | ^ #12 1374. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 43 | #if GS_EXPOSE(NSCache) #12 1374. | ^~~~~~~~~~~~~~~~~~~~ #12 1374. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #12 1374. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1374. from nsgui.h:34, #12 1374. from dispextern.h:137, #12 1374. from nsterm.h:22, #12 1374. from nsselect.m:31: #12 1374. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1374. | ^ #12 1374. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1374. | ^ #12 1374. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1374. | ^ #12 1374. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1374. | ^ #12 1374. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1374. | ^ #12 1374. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1374. | ^ #12 1374. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1374. | ^ #12 1374. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1374. | ^ #12 1374. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1374. | ^ #12 1374. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1374. | ^ #12 1374. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1374. | ^ #12 1374. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1374. | ^ #12 1374. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1374. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1374. from nsgui.h:34, #12 1374. from dispextern.h:137, #12 1374. from nsterm.h:22, #12 1374. from nsselect.m:31: #12 1374. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 37 | #if GS_EXPOSE(NSCalendarDate) #12 1374. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1374. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1374. | ^ #12 1374. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1374. | ^ #12 1374. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1374. | ^ #12 1374. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1374. | ^ #12 1374. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #12 1374. from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1374. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1374. from nsgui.h:34, #12 1374. from dispextern.h:137, #12 1374. from nsterm.h:22, #12 1374. from nsselect.m:31: #12 1374. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1374. | ^ #12 1374. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #12 1374. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1374. from nsgui.h:34, #12 1374. from dispextern.h:137, #12 1374. from nsterm.h:22, #12 1374. from nsselect.m:31: #12 1374. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1374. | ^ #12 1374. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1374. | ^ #12 1374. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1374. | ^ #12 1374. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1374. | ^ #12 1374. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1374. | ^ #12 1374. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1374. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1374. | ^ #12 1375. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #12 1375. from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 113 | #if GS_EXPOSE(NSException) #12 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1375. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1375. 303 | NSGetUncaughtExceptionHandler(); #12 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #12 1375. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 53 | #if GS_EXPOSE(NSExpression) #12 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1375. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #12 1375. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 74 | #if GS_EXPOSE(NSComparisonPredicate) #12 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 47 | #if GS_EXPOSE(NSCompoundPredicate) #12 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1375. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #12 1375. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 47 | #if GS_EXPOSE(NSTimer) #12 1375. | ^~~~~~~~~~~~~~~~~~~~ #12 1375. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #12 1375. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #12 1375. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1375. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1375. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 46 | #if GS_EXPOSE(NSRunLoop) #12 1375. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1375. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #12 1375. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #12 1375. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #12 1375. from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 127 | #if GS_EXPOSE(NSDateFormatter) #12 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1375. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #12 1375. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1375. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #12 1375. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1375. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #12 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1375. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 192 | #if GS_EXPOSE(NSDecimalNumber) #12 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 40 | #if GS_EXPOSE(NSDistantObject) #12 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 41 | #if GS_EXPOSE(NSDistributedLock) #12 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1375. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 74 | #if GS_EXPOSE(NSLock) #12 1375. | ^~~~~~~~~~~~~~~~~~~ #12 1375. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 125 | #if GS_EXPOSE(NSCondition) #12 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1375. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 175 | #if GS_EXPOSE(NSConditionLock) #12 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1375. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 275 | #if GS_EXPOSE(NSRecursiveLock) #12 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1375. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #12 1375. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1375. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #12 1375. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 71 | #if GS_EXPOSE(NSNotificationCenter) #12 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1375. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #12 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 134 | #if GS_EXPOSE(NSError) #12 1375. | ^~~~~~~~~~~~~~~~~~~~ #12 1375. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #12 1375. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1375. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 182 | #if GS_EXPOSE(NSURLHandle) #12 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1375. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1375. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 73 | #if GS_EXPOSE(NSURL) #12 1375. | ^~~~~~~~~~~~~~~~~~ #12 1375. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #12 1375. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1375. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1375. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 599 | #if GS_EXPOSE(NSURLQueryItem) #12 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1375. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 633 | #if GS_EXPOSE(NSURLComponents) #12 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1375. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 160 | #if GS_EXPOSE(NSPipe) #12 1375. | ^~~~~~~~~~~~~~~~~~~ #12 1375. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #12 1375. from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #12 1375. from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 215 | #if GS_EXPOSE(NSFileManager) #12 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1375. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #12 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1375. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 42 | #if GS_EXPOSE(NSHost) #12 1375. | ^~~~~~~~~~~~~~~~~~~ #12 1375. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 68 | #if GS_EXPOSE(NSHTTPCookie) #12 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1375. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #12 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 47 | #if GS_EXPOSE(NSIndexPath) #12 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 49 | #if GS_EXPOSE(NSIndexSet) #12 1375. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1375. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #12 1375. from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 52 | #if GS_EXPOSE(NSMethodSignature) #12 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 38 | #if GS_EXPOSE(NSInvocation) #12 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1375. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #12 1375. from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:99, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSItemProviderReadingWriting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1375. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSPropertyList.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSPropertyList.h:68:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1375. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSPropertyList.h:268:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 268 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 55 | #if GS_EXPOSE(NSKeyedArchiver) #12 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1375. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:230:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 230 | #if GS_EXPOSE(NSKeyedUnarchiver) #12 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:102, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSKeyValueCoding.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:103, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:45:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:183:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:104, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSLengthFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:105, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSLinguisticTagger.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:107, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSLocale.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSLocale.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSLocale.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSLocale.h:103:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 103 | #if GS_EXPOSE(NSLocale) #12 1375. | ^~~~~~~~~~~~~~~~~~~~~ #12 1375. /usr/include/GNUstep/Foundation/NSLocale.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSLocale.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSLocale.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSLocale.h:190:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 190 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSLocale.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 196 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSLocale.h:207:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSLocale.h:236:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:109, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSMeasurement.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:110, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #12 1375. from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 40 | #if GS_EXPOSE(NSMetadataItem) #12 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1375. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 66 | #if GS_EXPOSE(NSMetadataQuery) #12 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1375. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #12 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1375. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #12 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 112 | #if GS_EXPOSE(NSNotificationQueue) #12 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 361 | #if GS_EXPOSE(NSNetService) #12 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1375. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #12 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 123 | #if GS_EXPOSE(NSNumberFormatter) #12 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1375. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 53 | #if GS_EXPOSE(NSPortCoder) #12 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1375. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #12 1375. from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 77 | #if GS_EXPOSE(NSPort) #12 1375. | ^~~~~~~~~~~~~~~~~~~ #12 1375. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 202 | #if GS_EXPOSE(NSSocketPort) #12 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1375. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 284 | #if GS_EXPOSE(NSMessagePort) #12 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 47 | #if GS_EXPOSE(NSPortMessage) #12 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #12 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 53 | #if GS_EXPOSE(NSProgress) #12 1375. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 40 | #if GS_EXPOSE(NSProtocolChecker) #12 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 91 | #if GS_EXPOSE(NSRegularExpression) #12 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 42 | #if GS_EXPOSE(NSScanner) #12 1375. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1375. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 48 | #if GS_EXPOSE(NSSortDescriptor) #12 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1375. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 58 | #if GS_EXPOSE(NSSpellServer) #12 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1375. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #12 1375. from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 51 | #if GS_EXPOSE(NSTask) #12 1375. | ^~~~~~~~~~~~~~~~~~~ #12 1375. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #12 1375. from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 59 | #if GS_EXPOSE(NSThread) #12 1375. | ^~~~~~~~~~~~~~~~~~~~~ #12 1375. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #12 1375. from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 87 | #if GS_EXPOSE(NSUndoManager) #12 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #12 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 59 | #if GS_EXPOSE(NSCachedURLResponse) #12 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1375. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 105 | #if GS_EXPOSE(NSURLCache) #12 1375. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 48 | #if GS_EXPOSE(NSURLConnection) #12 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1375. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 56 | #if GS_EXPOSE(NSURLCredential) #12 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #12 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 49 | #if GS_EXPOSE(NSURLDownload) #12 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1375. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #12 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1375. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 121 | #if GS_EXPOSE(NSURLProtocol) #12 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 92 | #if GS_EXPOSE(NSURLRequest) #12 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1375. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 49 | #if GS_EXPOSE(NSURLResponse) #12 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1375. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 217 | #if GS_EXPOSE(NSUserDefaults) #12 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1375. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #12 1375. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #12 1375. from /usr/include/GNUstep/Foundation/Foundation.h:184, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 72 | #if GS_EXPOSE(NSXMLParser) #12 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1375. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #12 1375. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1375. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1375. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1375. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1375. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #12 1375. from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1375. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1375. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1375. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1375. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1375. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1375. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1375. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1375. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #12 1375. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1375. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1375. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1375. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1375. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1375. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1375. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1375. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1375. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1375. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #12 1375. 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1375. /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #12 1375. 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1375. /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #12 1375. 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1375. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1375. /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #12 1375. 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1375. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1375. /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #12 1375. 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1375. /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #12 1375. 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1375. /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #12 1375. 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1375. /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #12 1375. 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1375. /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #12 1375. 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1375. /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #12 1375. 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1375. /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #12 1375. 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1375. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1375. /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #12 1375. 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1375. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1375. /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #12 1375. 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1375. /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #12 1375. 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1375. /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #12 1375. 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1375. /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #12 1375. 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1375. /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #12 1375. 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1375. /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #12 1375. 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1375. /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #12 1375. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1375. | ^ #12 1375. /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1375. | ^ #12 1375. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #12 1375. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1375. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1375. from nsgui.h:34, #12 1375. from dispextern.h:137, #12 1375. from nsterm.h:22, #12 1375. from nsselect.m:31: #12 1375. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1375. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1375. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1376. | ^ #12 1376. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1376. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1376. | ^ #12 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1376. | ^ #12 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1376. | ^ #12 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1376. | ^ #12 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1376. | ^ #12 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1376. | ^ #12 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #12 1376. 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1376. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #12 1376. 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1376. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1376. | ^ #12 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1376. | ^ #12 1376. In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #12 1376. from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1376. | ^ #12 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1376. | ^ #12 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1376. | ^ #12 1376. In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #12 1376. from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1376. | ^ #12 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1376. | ^ #12 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1376. | ^ #12 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #12 1376. 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1376. | ^~~~~~~~~~~~~~~~~~~~ #12 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #12 1376. 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1376. | ^~~~~~~~~~~~~~~~~~~~ #12 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1376. | ^ #12 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1376. | ^ #12 1376. In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #12 1376. from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1376. | ^ #12 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1376. | ^ #12 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1376. | ^ #12 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1376. | ^ #12 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1376. | ^ #12 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1376. | ^ #12 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1376. | ^ #12 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1376. | ^ #12 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1376. | ^ #12 1376. In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #12 1376. from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1376. | ^ #12 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1376. | ^ #12 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1376. | ^ #12 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1376. | ^ #12 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1376. | ^ #12 1376. In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #12 1376. from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1376. | ^ #12 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1376. | ^ #12 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1376. | ^ #12 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1376. | ^ #12 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1376. | ^ #12 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1376. | ^ #12 1376. In file included from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1376. | ^ #12 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1376. | ^ #12 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1376. | ^ #12 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1376. | ^ #12 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #12 1376. | ^ #12 1376. In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #12 1376. from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1376. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1376. | ^ #12 1376. In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1376. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1376. | ^ #12 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1376. | ^ #12 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1376. | ^ #12 1376. In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #12 1376. from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1376. | ^ #12 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1376. | ^ #12 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1376. | ^ #12 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1376. | ^ #12 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1376. | ^ #12 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1376. | ^ #12 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1376. | ^ #12 1376. In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #12 1376. from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1376. | ^ #12 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1376. | ^ #12 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1376. | ^ #12 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1376. | ^ #12 1376. In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #12 1376. from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1376. | ^ #12 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1376. | ^ #12 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1376. | ^ #12 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1376. | ^ #12 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1376. | ^ #12 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1376. | ^ #12 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1376. | ^ #12 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1376. | ^ #12 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1376. | ^ #12 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1376. | ^ #12 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1376. | ^ #12 1376. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #12 1376. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1376. | ^ #12 1376. In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #12 1376. from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1376. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1376. | ^ #12 1376. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1376. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1376. | ^ #12 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1376. | ^ #12 1376. In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #12 1376. from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1376. | ^ #12 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1376. | ^ #12 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1376. | ^ #12 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1376. | ^ #12 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1376. | ^ #12 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1376. | ^ #12 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1376. | ^ #12 1376. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1376. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1376. | ^ #12 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1376. | ^ #12 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1376. | ^ #12 1376. In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #12 1376. from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1376. | ^ #12 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1376. | ^ #12 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1376. | ^ #12 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1376. | ^ #12 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1376. | ^ #12 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1376. | ^ #12 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1376. | ^ #12 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1376. | ^ #12 1376. In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #12 1376. from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1376. | ^ #12 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1376. | ^ #12 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1376. | ^ #12 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1376. | ^ #12 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1376. | ^ #12 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1376. | ^ #12 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1376. | ^ #12 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1376. | ^ #12 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1376. | ^ #12 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #12 1376. 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1376. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1376. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1376. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #12 1376. 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1376. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1376. | ^ #12 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1376. | ^ #12 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1376. | ^ #12 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1376. | ^ #12 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1376. | ^ #12 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1376. | ^ #12 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1376. | ^ #12 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1376. | ^ #12 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1376. | ^ #12 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1376. | ^ #12 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1376. | ^ #12 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1376. | ^ #12 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1376. | ^ #12 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1376. | ^ #12 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1376. | ^ #12 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1376. | ^ #12 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1376. | ^ #12 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1376. | ^ #12 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1376. 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1376. | ^ #12 1376. /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1376. 125 | __attribute__((unused)); #12 1376. | ^~~~~~~~~~~~~ #12 1376. /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1376. 129 | __attribute__((unused)); #12 1376. | ^~~~~~~~~~~~~ #12 1376. /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1376. 133 | __attribute__((unused)); #12 1376. | ^~~~~~~~~~~~~ #12 1376. /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1376. 214 | __attribute__((unused)); #12 1376. | ^~~~~~~~~~~~~ #12 1376. /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1376. 247 | __attribute__((unused)); #12 1376. | ^~~~~~~~~~~~~ #12 1376. /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1376. 251 | __attribute__((unused)); #12 1376. | ^~~~~~~~~~~~~ #12 1376. /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1376. 259 | __attribute__((unused)); #12 1376. | ^~~~~~~~~~~~~ #12 1376. /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1376. 263 | __attribute__((unused)); #12 1376. | ^~~~~~~~~~~~~ #12 1376. /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1376. 267 | __attribute__((unused)); #12 1376. | ^~~~~~~~~~~~~ #12 1376. /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1376. 271 | __attribute__((unused)); #12 1376. | ^~~~~~~~~~~~~ #12 1376. /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1376. 275 | __attribute__((unused)); #12 1376. | ^~~~~~~~~~~~~ #12 1376. /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1376. 287 | __attribute__((unused)); #12 1376. | ^~~~~~~~~~~~~ #12 1376. /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1376. 311 | __attribute__((unused)); #12 1376. | ^~~~~~~~~~~~~ #12 1376. /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1376. 323 | __attribute__((unused)); #12 1376. | ^~~~~~~~~~~~~ #12 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1376. from nsgui.h:34, #12 1376. from dispextern.h:137, #12 1376. from nsterm.h:22, #12 1376. from nsselect.m:31: #12 1376. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1376. 493 | PSgsave() #12 1376. | ^~~~~~~ #12 1376. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #12 1376. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #12 1376. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1376. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1376. 499 | PSgrestore() #12 1376. | ^~~~~~~~~~ #12 1376. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #12 1376. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #12 1376. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1376. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1376. 505 | PSinitgraphics() #12 1376. | ^~~~~~~~~~~~~~ #12 1376. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #12 1376. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #12 1376. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1376. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1376. 622 | PSinitmatrix() #12 1376. | ^~~~~~~~~~~~ #12 1376. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #12 1376. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #12 1376. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1376. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1376. 669 | PSclip() #12 1376. | ^~~~~~ #12 1376. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #12 1376. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #12 1376. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1376. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1376. 675 | PSclosepath() #12 1376. | ^~~~~~~~~~~ #12 1376. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #12 1376. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #12 1376. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1376. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1376. 687 | PSeoclip() #12 1376. | ^~~~~~~~ #12 1376. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #12 1376. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #12 1376. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1376. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1376. 693 | PSeofill() #12 1376. | ^~~~~~~~ #12 1376. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #12 1376. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #12 1376. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1376. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1376. 699 | PSfill() #12 1376. | ^~~~~~ #12 1376. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #12 1376. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #12 1376. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1376. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1376. 705 | PSflattenpath() #12 1376. | ^~~~~~~~~~~~~ #12 1376. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #12 1376. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #12 1376. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1376. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1376. 711 | PSinitclip() #12 1376. | ^~~~~~~~~~ #12 1376. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #12 1376. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #12 1376. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1376. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1376. 729 | PSnewpath() #12 1376. | ^~~~~~~~~ #12 1376. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #12 1376. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #12 1376. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1376. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1376. 765 | PSreversepath() #12 1376. | ^~~~~~~~~~~~~ #12 1376. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #12 1376. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #12 1376. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1376. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1376. 783 | PSstroke() #12 1376. | ^~~~~~~~ #12 1376. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #12 1376. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #12 1376. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1376. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1376. 835 | PSWait() #12 1376. | ^~~~~~ #12 1376. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #12 1376. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #12 1380. CC nsimage.o #12 1380. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #12 1380. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #12 1381. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #12 1381. from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1381. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1381. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1381. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1381. from nsgui.h:34, #12 1381. from dispextern.h:137, #12 1381. from nsimage.m:33: #12 1381. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #12 1381. | ^ #12 1381. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1381. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1381. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1381. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1381. from nsgui.h:34, #12 1381. from dispextern.h:137, #12 1381. from nsimage.m:33: #12 1381. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #12 1381. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1381. | ^~~~~~~~~~~~~~~~~~~~ #12 1381. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #12 1381. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1381. | ^~~~~~~~~~~~~~~~~~~~ #12 1381. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1381. | ^ #12 1381. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #12 1381. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1381. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1381. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1381. from nsgui.h:34, #12 1381. from dispextern.h:137, #12 1381. from nsimage.m:33: #12 1381. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #12 1381. | ^ #12 1381. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1381. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1381. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1381. from nsgui.h:34, #12 1381. from dispextern.h:137, #12 1381. from nsimage.m:33: #12 1381. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1381. | ^ #12 1381. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #12 1381. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1381. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1381. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1381. from nsgui.h:34, #12 1381. from dispextern.h:137, #12 1381. from nsimage.m:33: #12 1381. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1381. | ^ #12 1381. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1381. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1381. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1381. from nsgui.h:34, #12 1381. from dispextern.h:137, #12 1381. from nsimage.m:33: #12 1381. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1381. | ^ #12 1381. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #12 1381. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1381. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1381. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1381. from nsgui.h:34, #12 1381. from dispextern.h:137, #12 1381. from nsimage.m:33: #12 1381. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1381. | ^ #12 1381. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1381. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1381. from nsgui.h:34, #12 1381. from dispextern.h:137, #12 1381. from nsimage.m:33: #12 1381. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1381. | ^ #12 1381. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1381. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1381. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1381. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1381. from nsgui.h:34, #12 1381. from dispextern.h:137, #12 1381. from nsimage.m:33: #12 1381. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 88 | #if GS_API_VERSION(0,011500) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1381. | ^ #12 1381. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #12 1381. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1381. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1381. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1381. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1381. from nsgui.h:34, #12 1381. from dispextern.h:137, #12 1381. from nsimage.m:33: #12 1381. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1381. | ^ #12 1381. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1381. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1381. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1381. from nsgui.h:34, #12 1381. from dispextern.h:137, #12 1381. from nsimage.m:33: #12 1381. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #12 1381. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1381. | ^~~~~~~~~~ #12 1381. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1381. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1381. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1381. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1381. from nsgui.h:34, #12 1381. from dispextern.h:137, #12 1381. from nsimage.m:33: #12 1381. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #12 1381. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1381. | ^~~~~~~~~~ #12 1381. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #12 1381. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1381. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1381. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1381. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1381. from nsgui.h:34, #12 1381. from dispextern.h:137, #12 1381. from nsimage.m:33: #12 1381. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1381. | ^ #12 1381. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1381. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1381. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1381. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1381. from nsgui.h:34, #12 1381. from dispextern.h:137, #12 1381. from nsimage.m:33: #12 1381. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1381. | ^ #12 1381. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #12 1381. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1381. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1381. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1381. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1381. from nsgui.h:34, #12 1381. from dispextern.h:137, #12 1381. from nsimage.m:33: #12 1381. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1381. | ^ #12 1381. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #12 1381. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1381. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1381. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1381. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1381. from nsgui.h:34, #12 1381. from dispextern.h:137, #12 1381. from nsimage.m:33: #12 1381. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1381. | ^ #12 1381. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1381. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1381. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1381. from nsgui.h:34, #12 1381. from dispextern.h:137, #12 1381. from nsimage.m:33: #12 1381. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1381. | ^ #12 1381. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1381. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1381. from nsgui.h:34, #12 1381. from dispextern.h:137, #12 1381. from nsimage.m:33: #12 1381. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 46 | #if GS_EXPOSE(NSAffineTransform) #12 1381. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1381. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #12 1381. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1381. from nsgui.h:34, #12 1381. from dispextern.h:137, #12 1381. from nsimage.m:33: #12 1381. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1381. | ^ #12 1381. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #12 1381. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1381. from nsgui.h:34, #12 1381. from dispextern.h:137, #12 1381. from nsimage.m:33: #12 1381. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1381. | ^ #12 1381. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #12 1381. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1381. from nsgui.h:34, #12 1381. from dispextern.h:137, #12 1381. from nsimage.m:33: #12 1381. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1381. | ^ #12 1381. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #12 1381. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1381. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1381. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1381. from nsgui.h:34, #12 1381. from dispextern.h:137, #12 1381. from nsimage.m:33: #12 1381. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1381. | ^ #12 1381. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1381. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1381. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1381. from nsgui.h:34, #12 1381. from dispextern.h:137, #12 1381. from nsimage.m:33: #12 1381. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1381. | ^ #12 1381. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1381. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1381. from nsgui.h:34, #12 1381. from dispextern.h:137, #12 1381. from nsimage.m:33: #12 1381. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 45 | #if GS_EXPOSE(NSArchiver) #12 1381. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1381. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 164 | #if GS_EXPOSE(NSUnarchiver) #12 1381. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1381. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1381. | ^ #12 1381. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1381. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1381. from nsgui.h:34, #12 1381. from dispextern.h:137, #12 1381. from nsimage.m:33: #12 1381. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1381. | ^ #12 1381. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #12 1381. from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1381. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1381. from nsgui.h:34, #12 1381. from dispextern.h:137, #12 1381. from nsimage.m:33: #12 1381. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1381. | ^ #12 1381. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1381. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1381. from nsgui.h:34, #12 1381. from dispextern.h:137, #12 1381. from nsimage.m:33: #12 1381. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1381. | ^ #12 1381. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #12 1381. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1381. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1381. from nsgui.h:34, #12 1381. from dispextern.h:137, #12 1381. from nsimage.m:33: #12 1381. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1381. | ^ #12 1381. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #12 1381. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1381. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1381. from nsgui.h:34, #12 1381. from dispextern.h:137, #12 1381. from nsimage.m:33: #12 1381. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1381. | ^ #12 1381. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #12 1381. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1381. from nsgui.h:34, #12 1381. from dispextern.h:137, #12 1381. from nsimage.m:33: #12 1381. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #12 1381. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1381. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1381. | ^ #12 1381. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #12 1381. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1381. from nsgui.h:34, #12 1381. from dispextern.h:137, #12 1381. from nsimage.m:33: #12 1381. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1381. | ^ #12 1381. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1381. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1381. from nsgui.h:34, #12 1381. from dispextern.h:137, #12 1381. from nsimage.m:33: #12 1381. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 114 | #if GS_EXPOSE(NSBundle) #12 1381. | ^~~~~~~~~~~~~~~~~~~~~ #12 1381. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1381. | ^ #12 1381. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #12 1381. from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1381. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1381. from nsgui.h:34, #12 1381. from dispextern.h:137, #12 1381. from nsimage.m:33: #12 1381. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1381. | ^ #12 1381. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #12 1381. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1381. from nsgui.h:34, #12 1381. from dispextern.h:137, #12 1381. from nsimage.m:33: #12 1381. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 43 | #if GS_EXPOSE(NSCache) #12 1381. | ^~~~~~~~~~~~~~~~~~~~ #12 1381. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #12 1381. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1381. from nsgui.h:34, #12 1381. from dispextern.h:137, #12 1381. from nsimage.m:33: #12 1381. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1381. | ^ #12 1381. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1381. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1381. from nsgui.h:34, #12 1381. from dispextern.h:137, #12 1381. from nsimage.m:33: #12 1381. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 37 | #if GS_EXPOSE(NSCalendarDate) #12 1381. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1381. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1381. | ^ #12 1381. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #12 1381. from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1381. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1381. from nsgui.h:34, #12 1381. from dispextern.h:137, #12 1381. from nsimage.m:33: #12 1381. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1381. | ^ #12 1381. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #12 1381. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1381. from nsgui.h:34, #12 1381. from dispextern.h:137, #12 1381. from nsimage.m:33: #12 1381. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1381. | ^ #12 1381. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #12 1381. from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1381. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1381. from nsgui.h:34, #12 1381. from dispextern.h:137, #12 1381. from nsimage.m:33: #12 1381. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 113 | #if GS_EXPOSE(NSException) #12 1381. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1381. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1381. 303 | NSGetUncaughtExceptionHandler(); #12 1381. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1381. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1381. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1381. from nsgui.h:34, #12 1381. from dispextern.h:137, #12 1381. from nsimage.m:33: #12 1381. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1381. | ^ #12 1381. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1381. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1381. from nsgui.h:34, #12 1381. from dispextern.h:137, #12 1381. from nsimage.m:33: #12 1381. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1381. | ^ #12 1381. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #12 1381. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1381. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1381. from nsgui.h:34, #12 1381. from dispextern.h:137, #12 1381. from nsimage.m:33: #12 1381. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 53 | #if GS_EXPOSE(NSExpression) #12 1381. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1381. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #12 1381. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1381. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1381. from nsgui.h:34, #12 1381. from dispextern.h:137, #12 1381. from nsimage.m:33: #12 1381. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1381. | ^ #12 1381. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1381. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1381. from nsgui.h:34, #12 1381. from dispextern.h:137, #12 1381. from nsimage.m:33: #12 1381. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 74 | #if GS_EXPOSE(NSComparisonPredicate) #12 1381. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1381. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #12 1381. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1381. from nsgui.h:34, #12 1381. from dispextern.h:137, #12 1381. from nsimage.m:33: #12 1381. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 47 | #if GS_EXPOSE(NSCompoundPredicate) #12 1381. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1381. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #12 1381. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1381. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1381. from nsgui.h:34, #12 1381. from dispextern.h:137, #12 1381. from nsimage.m:33: #12 1381. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 47 | #if GS_EXPOSE(NSTimer) #12 1381. | ^~~~~~~~~~~~~~~~~~~~ #12 1381. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1381. | ^ #12 1381. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #12 1381. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #12 1381. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1381. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1381. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1381. from nsgui.h:34, #12 1381. from dispextern.h:137, #12 1381. from nsimage.m:33: #12 1381. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1381. | ^ #12 1381. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1381. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1381. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1381. from nsgui.h:34, #12 1381. from dispextern.h:137, #12 1381. from nsimage.m:33: #12 1381. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 46 | #if GS_EXPOSE(NSRunLoop) #12 1381. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1381. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1381. | ^ #12 1381. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1381. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1381. from nsgui.h:34, #12 1381. from dispextern.h:137, #12 1381. from nsimage.m:33: #12 1381. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1381. | ^ #12 1381. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #12 1381. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1381. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1381. from nsgui.h:34, #12 1381. from dispextern.h:137, #12 1381. from nsimage.m:33: #12 1381. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1381. | ^ #12 1381. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1381. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1381. from nsgui.h:34, #12 1381. from dispextern.h:137, #12 1381. from nsimage.m:33: #12 1381. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1381. | ^ #12 1381. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #12 1381. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1381. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1381. from nsgui.h:34, #12 1381. from dispextern.h:137, #12 1381. from nsimage.m:33: #12 1381. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1381. | ^ #12 1381. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #12 1381. from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1381. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1381. from nsgui.h:34, #12 1381. from dispextern.h:137, #12 1381. from nsimage.m:33: #12 1381. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1381. | ^ #12 1381. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1381. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1381. from nsgui.h:34, #12 1381. from dispextern.h:137, #12 1381. from nsimage.m:33: #12 1381. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #12 1381. | ^ #12 1381. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #12 1381. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1381. from nsgui.h:34, #12 1381. from dispextern.h:137, #12 1381. from nsimage.m:33: #12 1381. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 127 | #if GS_EXPOSE(NSDateFormatter) #12 1381. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1381. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1381. | ^ #12 1381. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #12 1381. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1381. from nsgui.h:34, #12 1381. from dispextern.h:137, #12 1381. from nsimage.m:33: #12 1381. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1381. | ^ #12 1381. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #12 1381. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1381. from nsgui.h:34, #12 1381. from dispextern.h:137, #12 1381. from nsimage.m:33: #12 1381. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1381. | ^ #12 1381. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1381. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1381. from nsgui.h:34, #12 1381. from dispextern.h:137, #12 1381. from nsimage.m:33: #12 1381. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1381. | ^ #12 1381. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #12 1381. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1381. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1381. from nsgui.h:34, #12 1381. from dispextern.h:137, #12 1381. from nsimage.m:33: #12 1381. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1381. | ^ #12 1381. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1381. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1381. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1381. from nsgui.h:34, #12 1381. from dispextern.h:137, #12 1381. from nsimage.m:33: #12 1381. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1381. | ^ #12 1381. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #12 1381. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1381. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1381. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1381. from nsgui.h:34, #12 1381. from dispextern.h:137, #12 1381. from nsimage.m:33: #12 1381. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1381. | ^ #12 1381. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1381. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1381. from nsgui.h:34, #12 1381. from dispextern.h:137, #12 1381. from nsimage.m:33: #12 1381. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #12 1381. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1381. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 192 | #if GS_EXPOSE(NSDecimalNumber) #12 1381. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1381. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #12 1381. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1381. from nsgui.h:34, #12 1381. from dispextern.h:137, #12 1381. from nsimage.m:33: #12 1381. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 40 | #if GS_EXPOSE(NSDistantObject) #12 1381. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1381. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #12 1381. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1381. from nsgui.h:34, #12 1381. from dispextern.h:137, #12 1381. from nsimage.m:33: #12 1381. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 41 | #if GS_EXPOSE(NSDistributedLock) #12 1381. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1381. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1381. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1381. from nsgui.h:34, #12 1381. from dispextern.h:137, #12 1381. from nsimage.m:33: #12 1381. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1381. | ^ #12 1381. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1381. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1381. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1381. from nsgui.h:34, #12 1381. from dispextern.h:137, #12 1381. from nsimage.m:33: #12 1381. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 74 | #if GS_EXPOSE(NSLock) #12 1381. | ^~~~~~~~~~~~~~~~~~~ #12 1381. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 125 | #if GS_EXPOSE(NSCondition) #12 1381. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1381. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 175 | #if GS_EXPOSE(NSConditionLock) #12 1381. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1381. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 275 | #if GS_EXPOSE(NSRecursiveLock) #12 1381. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1381. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1381. | ^ #12 1381. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #12 1381. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1381. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1381. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1381. from nsgui.h:34, #12 1381. from dispextern.h:137, #12 1381. from nsimage.m:33: #12 1381. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1381. | ^ #12 1381. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #12 1381. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1381. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1381. from nsgui.h:34, #12 1381. from dispextern.h:137, #12 1381. from nsimage.m:33: #12 1381. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 71 | #if GS_EXPOSE(NSNotificationCenter) #12 1381. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1381. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1381. | ^ #12 1381. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1381. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1381. from nsgui.h:34, #12 1381. from dispextern.h:137, #12 1381. from nsimage.m:33: #12 1381. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #12 1381. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1381. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #12 1381. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1381. from nsgui.h:34, #12 1381. from dispextern.h:137, #12 1381. from nsimage.m:33: #12 1381. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1381. | ^ #12 1381. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #12 1381. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1381. from nsgui.h:34, #12 1381. from dispextern.h:137, #12 1381. from nsimage.m:33: #12 1381. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 134 | #if GS_EXPOSE(NSError) #12 1381. | ^~~~~~~~~~~~~~~~~~~~ #12 1381. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1381. | ^ #12 1381. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #12 1381. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1381. from nsgui.h:34, #12 1381. from dispextern.h:137, #12 1381. from nsimage.m:33: #12 1381. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1381. | ^ #12 1381. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #12 1381. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1381. from nsgui.h:34, #12 1381. from dispextern.h:137, #12 1381. from nsimage.m:33: #12 1381. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1381. | ^ #12 1381. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #12 1381. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1381. from nsgui.h:34, #12 1381. from dispextern.h:137, #12 1381. from nsimage.m:33: #12 1381. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1381. | ^ #12 1381. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #12 1381. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1381. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1381. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1381. from nsgui.h:34, #12 1381. from dispextern.h:137, #12 1381. from nsimage.m:33: #12 1381. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 182 | #if GS_EXPOSE(NSURLHandle) #12 1381. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1381. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1381. | ^ #12 1381. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1381. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1381. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1381. from nsgui.h:34, #12 1381. from dispextern.h:137, #12 1381. from nsimage.m:33: #12 1381. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 73 | #if GS_EXPOSE(NSURL) #12 1381. | ^~~~~~~~~~~~~~~~~~ #12 1381. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1381. | ^ #12 1381. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #12 1381. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1381. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1381. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1381. from nsgui.h:34, #12 1381. from dispextern.h:137, #12 1381. from nsimage.m:33: #12 1381. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1381. | ^ #12 1381. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1381. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1381. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1381. from nsgui.h:34, #12 1381. from dispextern.h:137, #12 1381. from nsimage.m:33: #12 1381. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 599 | #if GS_EXPOSE(NSURLQueryItem) #12 1381. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1381. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 633 | #if GS_EXPOSE(NSURLComponents) #12 1381. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1381. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1381. | ^ #12 1381. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1381. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1381. from nsgui.h:34, #12 1381. from dispextern.h:137, #12 1381. from nsimage.m:33: #12 1381. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1381. | ^ #12 1381. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1381. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1381. from nsgui.h:34, #12 1381. from dispextern.h:137, #12 1381. from nsimage.m:33: #12 1381. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 160 | #if GS_EXPOSE(NSPipe) #12 1381. | ^~~~~~~~~~~~~~~~~~~ #12 1381. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1381. | ^ #12 1381. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #12 1381. from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1381. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1381. from nsgui.h:34, #12 1381. from dispextern.h:137, #12 1381. from nsimage.m:33: #12 1381. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1381. | ^ #12 1381. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1381. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1381. from nsgui.h:34, #12 1381. from dispextern.h:137, #12 1381. from nsimage.m:33: #12 1381. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1381. | ^ #12 1381. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #12 1381. from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1381. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1381. from nsgui.h:34, #12 1381. from dispextern.h:137, #12 1381. from nsimage.m:33: #12 1381. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1381. | ^ #12 1381. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1381. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1381. from nsgui.h:34, #12 1381. from dispextern.h:137, #12 1381. from nsimage.m:33: #12 1381. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 215 | #if GS_EXPOSE(NSFileManager) #12 1381. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1381. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #12 1381. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1381. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1381. | ^ #12 1381. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #12 1381. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1381. from nsgui.h:34, #12 1381. from dispextern.h:137, #12 1381. from nsimage.m:33: #12 1381. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1381. | ^ #12 1381. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #12 1381. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1381. from nsgui.h:34, #12 1381. from dispextern.h:137, #12 1381. from nsimage.m:33: #12 1381. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1381. | ^ #12 1381. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #12 1381. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1381. from nsgui.h:34, #12 1381. from dispextern.h:137, #12 1381. from nsimage.m:33: #12 1381. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1381. | ^ #12 1381. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #12 1381. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1381. from nsgui.h:34, #12 1381. from dispextern.h:137, #12 1381. from nsimage.m:33: #12 1381. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1381. | ^ #12 1381. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #12 1381. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1381. from nsgui.h:34, #12 1381. from dispextern.h:137, #12 1381. from nsimage.m:33: #12 1381. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1381. | ^ #12 1381. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #12 1381. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1381. from nsgui.h:34, #12 1381. from dispextern.h:137, #12 1381. from nsimage.m:33: #12 1381. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 42 | #if GS_EXPOSE(NSHost) #12 1381. | ^~~~~~~~~~~~~~~~~~~ #12 1381. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1381. | ^ #12 1381. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #12 1381. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1381. from nsgui.h:34, #12 1381. from dispextern.h:137, #12 1381. from nsimage.m:33: #12 1381. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1381. | ^ #12 1381. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1381. 68 | #if GS_EXPOSE(NSHTTPCookie) #12 1381. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1382. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #12 1382. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #12 1382. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1382. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #12 1382. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 47 | #if GS_EXPOSE(NSIndexPath) #12 1382. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1382. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #12 1382. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 49 | #if GS_EXPOSE(NSIndexSet) #12 1382. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1382. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #12 1382. from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1382. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 52 | #if GS_EXPOSE(NSMethodSignature) #12 1382. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1382. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1382. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 38 | #if GS_EXPOSE(NSInvocation) #12 1382. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1382. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #12 1382. from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1382. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1382. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #12 1382. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #12 1382. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/Foundation/Foundation.h:99, #12 1382. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/Foundation/NSItemProviderReadingWriting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1382. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1382. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1382. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/Foundation/NSPropertyList.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/Foundation/NSPropertyList.h:68:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1382. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1382. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/Foundation/NSPropertyList.h:268:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 268 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1382. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 55 | #if GS_EXPOSE(NSKeyedArchiver) #12 1382. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1382. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:230:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 230 | #if GS_EXPOSE(NSKeyedUnarchiver) #12 1382. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1382. In file included from /usr/include/GNUstep/Foundation/Foundation.h:102, #12 1382. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/Foundation/NSKeyValueCoding.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/Foundation/Foundation.h:103, #12 1382. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:45:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:183:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/Foundation/Foundation.h:104, #12 1382. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/Foundation/NSLengthFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/Foundation/Foundation.h:105, #12 1382. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/Foundation/NSLinguisticTagger.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/Foundation/Foundation.h:107, #12 1382. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/Foundation/NSLocale.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/Foundation/NSLocale.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/Foundation/NSLocale.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/Foundation/NSLocale.h:103:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 103 | #if GS_EXPOSE(NSLocale) #12 1382. | ^~~~~~~~~~~~~~~~~~~~~ #12 1382. /usr/include/GNUstep/Foundation/NSLocale.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/Foundation/NSLocale.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/Foundation/NSLocale.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/Foundation/NSLocale.h:190:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 190 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/Foundation/NSLocale.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 196 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/Foundation/NSLocale.h:207:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/Foundation/NSLocale.h:236:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/Foundation/Foundation.h:109, #12 1382. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/Foundation/NSMeasurement.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/Foundation/Foundation.h:110, #12 1382. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #12 1382. from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1382. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1382. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 40 | #if GS_EXPOSE(NSMetadataItem) #12 1382. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1382. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 66 | #if GS_EXPOSE(NSMetadataQuery) #12 1382. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1382. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1382. | ^ #12 1382. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #12 1382. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1382. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #12 1382. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1382. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #12 1382. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 112 | #if GS_EXPOSE(NSNotificationQueue) #12 1382. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1382. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #12 1382. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1382. | ^ #12 1382. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1382. | ^ #12 1382. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 361 | #if GS_EXPOSE(NSNetService) #12 1382. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1382. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #12 1382. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1382. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #12 1382. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #12 1382. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 123 | #if GS_EXPOSE(NSNumberFormatter) #12 1382. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1382. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #12 1382. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #12 1382. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #12 1382. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #12 1382. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #12 1382. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #12 1382. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #12 1382. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 53 | #if GS_EXPOSE(NSPortCoder) #12 1382. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1382. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #12 1382. from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1382. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 77 | #if GS_EXPOSE(NSPort) #12 1382. | ^~~~~~~~~~~~~~~~~~~ #12 1382. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 202 | #if GS_EXPOSE(NSSocketPort) #12 1382. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1382. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 284 | #if GS_EXPOSE(NSMessagePort) #12 1382. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1382. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1382. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 47 | #if GS_EXPOSE(NSPortMessage) #12 1382. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1382. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #12 1382. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #12 1382. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1382. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #12 1382. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 53 | #if GS_EXPOSE(NSProgress) #12 1382. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1382. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #12 1382. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 40 | #if GS_EXPOSE(NSProtocolChecker) #12 1382. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1382. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #12 1382. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 91 | #if GS_EXPOSE(NSRegularExpression) #12 1382. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1382. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #12 1382. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 42 | #if GS_EXPOSE(NSScanner) #12 1382. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1382. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1382. | ^ #12 1382. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #12 1382. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #12 1382. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #12 1382. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #12 1382. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #12 1382. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #12 1382. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #12 1382. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #12 1382. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #12 1382. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #12 1382. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 48 | #if GS_EXPOSE(NSSortDescriptor) #12 1382. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1382. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #12 1382. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 58 | #if GS_EXPOSE(NSSpellServer) #12 1382. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1382. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1382. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #12 1382. from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1382. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1382. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 51 | #if GS_EXPOSE(NSTask) #12 1382. | ^~~~~~~~~~~~~~~~~~~ #12 1382. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #12 1382. from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1382. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #12 1382. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1382. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 59 | #if GS_EXPOSE(NSThread) #12 1382. | ^~~~~~~~~~~~~~~~~~~~~ #12 1382. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #12 1382. | ^ #12 1382. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #12 1382. | ^ #12 1382. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1382. | ^ #12 1382. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #12 1382. from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1382. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #12 1382. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1382. | ^ #12 1382. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #12 1382. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #12 1382. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 87 | #if GS_EXPOSE(NSUndoManager) #12 1382. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1382. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #12 1382. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #12 1382. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #12 1382. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #12 1382. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1382. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #12 1382. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 59 | #if GS_EXPOSE(NSCachedURLResponse) #12 1382. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1382. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 105 | #if GS_EXPOSE(NSURLCache) #12 1382. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1382. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #12 1382. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 48 | #if GS_EXPOSE(NSURLConnection) #12 1382. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1382. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #12 1382. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 56 | #if GS_EXPOSE(NSURLCredential) #12 1382. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1382. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #12 1382. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #12 1382. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1382. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #12 1382. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 49 | #if GS_EXPOSE(NSURLDownload) #12 1382. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1382. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #12 1382. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #12 1382. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #12 1382. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1382. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #12 1382. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 121 | #if GS_EXPOSE(NSURLProtocol) #12 1382. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1382. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #12 1382. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 92 | #if GS_EXPOSE(NSURLRequest) #12 1382. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1382. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #12 1382. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 49 | #if GS_EXPOSE(NSURLResponse) #12 1382. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1382. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #12 1382. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #12 1382. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 217 | #if GS_EXPOSE(NSUserDefaults) #12 1382. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1382. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #12 1382. | ^ #12 1382. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #12 1382. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #12 1382. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #12 1382. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #12 1382. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #12 1382. from /usr/include/GNUstep/Foundation/Foundation.h:184, #12 1382. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #12 1382. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #12 1382. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 72 | #if GS_EXPOSE(NSXMLParser) #12 1382. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1382. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #12 1382. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1382. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #12 1382. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1382. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1382. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1382. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1382. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1382. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1382. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1382. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #12 1382. from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1382. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1382. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1382. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1382. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1382. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1382. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1382. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1382. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1382. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1382. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #12 1382. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1382. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1382. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1382. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1382. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1382. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1382. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1382. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1382. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1382. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1382. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1382. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1382. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1382. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1382. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #12 1382. from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #12 1382. 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1382. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1382. /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #12 1382. 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1382. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1382. /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #12 1382. 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1382. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1382. /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #12 1382. 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1382. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1382. /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #12 1382. 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1382. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1382. /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #12 1382. 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1382. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1382. /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #12 1382. 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1382. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1382. /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #12 1382. 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1382. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1382. /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #12 1382. 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1382. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1382. /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #12 1382. 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1382. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1382. /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #12 1382. 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1382. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1382. /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #12 1382. 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1382. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1382. /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #12 1382. 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1382. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1382. /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #12 1382. 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1382. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1382. /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #12 1382. 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1382. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1382. /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #12 1382. 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1382. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1382. /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #12 1382. 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1382. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1382. /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #12 1382. 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1382. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1382. /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #12 1382. from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #12 1382. from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #12 1382. from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #12 1382. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #12 1382. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #12 1382. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #12 1382. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1382. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1382. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #12 1382. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #12 1382. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1382. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1382. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #12 1382. 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1382. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1382. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #12 1382. 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1382. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1382. In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #12 1382. from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #12 1382. from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #12 1382. 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1382. | ^~~~~~~~~~~~~~~~~~~~ #12 1382. In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #12 1382. 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1382. | ^~~~~~~~~~~~~~~~~~~~ #12 1382. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #12 1382. from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #12 1382. from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1382. | ^ #12 1382. /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #12 1382. from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1382. In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1382. from nsgui.h:34, #12 1382. from dispextern.h:137, #12 1382. from nsimage.m:33: #12 1382. /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1382. 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1382. | ^ #12 1383. In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #12 1383. from nsgui.h:34, #12 1383. from dispextern.h:137, #12 1383. from nsimage.m:33: #12 1383. /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1383. | ^ #12 1383. In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #12 1383. from nsgui.h:34, #12 1383. from dispextern.h:137, #12 1383. from nsimage.m:33: #12 1383. /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1383. | ^ #12 1383. In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #12 1383. from nsgui.h:34, #12 1383. from dispextern.h:137, #12 1383. from nsimage.m:33: #12 1383. /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1383. | ^ #12 1383. In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #12 1383. from nsgui.h:34, #12 1383. from dispextern.h:137, #12 1383. from nsimage.m:33: #12 1383. /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1383. | ^ #12 1383. In file included from nsgui.h:34, #12 1383. from dispextern.h:137, #12 1383. from nsimage.m:33: #12 1383. /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1383. | ^ #12 1383. In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #12 1383. from nsgui.h:34, #12 1383. from dispextern.h:137, #12 1383. from nsimage.m:33: #12 1383. /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1383. | ^ #12 1383. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1383. from nsgui.h:34, #12 1383. from dispextern.h:137, #12 1383. from nsimage.m:33: #12 1383. /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1383. | ^ #12 1383. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1383. from nsgui.h:34, #12 1383. from dispextern.h:137, #12 1383. from nsimage.m:33: #12 1383. /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1383. | ^ #12 1383. In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #12 1383. from nsgui.h:34, #12 1383. from dispextern.h:137, #12 1383. from nsimage.m:33: #12 1383. /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #12 1383. | ^ #12 1383. In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #12 1383. from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1383. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1383. from nsgui.h:34, #12 1383. from dispextern.h:137, #12 1383. from nsimage.m:33: #12 1383. /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1383. | ^ #12 1383. In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1383. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1383. from nsgui.h:34, #12 1383. from dispextern.h:137, #12 1383. from nsimage.m:33: #12 1383. /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1383. | ^ #12 1383. In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1383. from nsgui.h:34, #12 1383. from dispextern.h:137, #12 1383. from nsimage.m:33: #12 1383. /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1383. | ^ #12 1383. In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #12 1383. from nsgui.h:34, #12 1383. from dispextern.h:137, #12 1383. from nsimage.m:33: #12 1383. /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1383. | ^ #12 1383. In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #12 1383. from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1383. from nsgui.h:34, #12 1383. from dispextern.h:137, #12 1383. from nsimage.m:33: #12 1383. /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1383. | ^ #12 1383. In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1383. from nsgui.h:34, #12 1383. from dispextern.h:137, #12 1383. from nsimage.m:33: #12 1383. /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1383. | ^ #12 1383. In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #12 1383. from nsgui.h:34, #12 1383. from dispextern.h:137, #12 1383. from nsimage.m:33: #12 1383. /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1383. | ^ #12 1383. In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #12 1383. from nsgui.h:34, #12 1383. from dispextern.h:137, #12 1383. from nsimage.m:33: #12 1383. /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1383. | ^ #12 1383. In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #12 1383. from nsgui.h:34, #12 1383. from dispextern.h:137, #12 1383. from nsimage.m:33: #12 1383. /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1383. | ^ #12 1383. In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #12 1383. from nsgui.h:34, #12 1383. from dispextern.h:137, #12 1383. from nsimage.m:33: #12 1383. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1383. | ^ #12 1383. In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #12 1383. from nsgui.h:34, #12 1383. from dispextern.h:137, #12 1383. from nsimage.m:33: #12 1383. /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1383. | ^ #12 1383. In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #12 1383. from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1383. from nsgui.h:34, #12 1383. from dispextern.h:137, #12 1383. from nsimage.m:33: #12 1383. /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1383. | ^ #12 1383. In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1383. from nsgui.h:34, #12 1383. from dispextern.h:137, #12 1383. from nsimage.m:33: #12 1383. /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1383. | ^ #12 1383. In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #12 1383. from nsgui.h:34, #12 1383. from dispextern.h:137, #12 1383. from nsimage.m:33: #12 1383. /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1383. | ^ #12 1383. In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #12 1383. from nsgui.h:34, #12 1383. from dispextern.h:137, #12 1383. from nsimage.m:33: #12 1383. /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1383. | ^ #12 1383. In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #12 1383. from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1383. from nsgui.h:34, #12 1383. from dispextern.h:137, #12 1383. from nsimage.m:33: #12 1383. /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1383. | ^ #12 1383. In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1383. from nsgui.h:34, #12 1383. from dispextern.h:137, #12 1383. from nsimage.m:33: #12 1383. /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1383. | ^ #12 1383. In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #12 1383. from nsgui.h:34, #12 1383. from dispextern.h:137, #12 1383. from nsimage.m:33: #12 1383. /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1383. | ^ #12 1383. In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #12 1383. from nsgui.h:34, #12 1383. from dispextern.h:137, #12 1383. from nsimage.m:33: #12 1383. /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1383. | ^ #12 1383. In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #12 1383. from nsgui.h:34, #12 1383. from dispextern.h:137, #12 1383. from nsimage.m:33: #12 1383. /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1383. | ^ #12 1383. In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #12 1383. from nsgui.h:34, #12 1383. from dispextern.h:137, #12 1383. from nsimage.m:33: #12 1383. /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1383. | ^ #12 1383. In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #12 1383. from nsgui.h:34, #12 1383. from dispextern.h:137, #12 1383. from nsimage.m:33: #12 1383. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1383. | ^ #12 1383. In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #12 1383. from nsgui.h:34, #12 1383. from dispextern.h:137, #12 1383. from nsimage.m:33: #12 1383. /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1383. | ^ #12 1383. In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #12 1383. from nsgui.h:34, #12 1383. from dispextern.h:137, #12 1383. from nsimage.m:33: #12 1383. /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1383. | ^ #12 1383. In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #12 1383. from nsgui.h:34, #12 1383. from dispextern.h:137, #12 1383. from nsimage.m:33: #12 1383. /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1383. | ^ #12 1383. In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #12 1383. from nsgui.h:34, #12 1383. from dispextern.h:137, #12 1383. from nsimage.m:33: #12 1383. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1383. | ^ #12 1383. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #12 1383. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1383. from nsgui.h:34, #12 1383. from dispextern.h:137, #12 1383. from nsimage.m:33: #12 1383. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1383. | ^ #12 1383. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1383. | ^ #12 1383. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1383. | ^ #12 1383. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1383. | ^ #12 1383. In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #12 1383. from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1383. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1383. from nsgui.h:34, #12 1383. from dispextern.h:137, #12 1383. from nsimage.m:33: #12 1383. /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1383. | ^ #12 1383. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1383. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1383. from nsgui.h:34, #12 1383. from dispextern.h:137, #12 1383. from nsimage.m:33: #12 1383. /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1383. | ^ #12 1383. In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1383. from nsgui.h:34, #12 1383. from dispextern.h:137, #12 1383. from nsimage.m:33: #12 1383. /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1383. | ^ #12 1383. In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #12 1383. from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1383. from nsgui.h:34, #12 1383. from dispextern.h:137, #12 1383. from nsimage.m:33: #12 1383. /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1383. | ^ #12 1383. In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1383. from nsgui.h:34, #12 1383. from dispextern.h:137, #12 1383. from nsimage.m:33: #12 1383. /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1383. | ^ #12 1383. In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #12 1383. from nsgui.h:34, #12 1383. from dispextern.h:137, #12 1383. from nsimage.m:33: #12 1383. /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1383. | ^ #12 1383. In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #12 1383. from nsgui.h:34, #12 1383. from dispextern.h:137, #12 1383. from nsimage.m:33: #12 1383. /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1383. | ^ #12 1383. In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #12 1383. from nsgui.h:34, #12 1383. from dispextern.h:137, #12 1383. from nsimage.m:33: #12 1383. /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1383. | ^ #12 1383. In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #12 1383. from nsgui.h:34, #12 1383. from dispextern.h:137, #12 1383. from nsimage.m:33: #12 1383. /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1383. | ^ #12 1383. In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #12 1383. from nsgui.h:34, #12 1383. from dispextern.h:137, #12 1383. from nsimage.m:33: #12 1383. /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1383. | ^ #12 1383. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1383. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1383. from nsgui.h:34, #12 1383. from dispextern.h:137, #12 1383. from nsimage.m:33: #12 1383. /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1383. | ^ #12 1383. In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1383. from nsgui.h:34, #12 1383. from dispextern.h:137, #12 1383. from nsimage.m:33: #12 1383. /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1383. | ^ #12 1383. In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #12 1383. from nsgui.h:34, #12 1383. from dispextern.h:137, #12 1383. from nsimage.m:33: #12 1383. /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1383. | ^ #12 1383. In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #12 1383. from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1383. from nsgui.h:34, #12 1383. from dispextern.h:137, #12 1383. from nsimage.m:33: #12 1383. /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1383. | ^ #12 1383. In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1383. from nsgui.h:34, #12 1383. from dispextern.h:137, #12 1383. from nsimage.m:33: #12 1383. /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1383. | ^ #12 1383. In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #12 1383. from nsgui.h:34, #12 1383. from dispextern.h:137, #12 1383. from nsimage.m:33: #12 1383. /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1383. | ^ #12 1383. In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #12 1383. from nsgui.h:34, #12 1383. from dispextern.h:137, #12 1383. from nsimage.m:33: #12 1383. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1383. | ^ #12 1383. In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #12 1383. from nsgui.h:34, #12 1383. from dispextern.h:137, #12 1383. from nsimage.m:33: #12 1383. /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1383. | ^ #12 1383. In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #12 1383. from nsgui.h:34, #12 1383. from dispextern.h:137, #12 1383. from nsimage.m:33: #12 1383. /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1383. | ^ #12 1383. In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #12 1383. from nsgui.h:34, #12 1383. from dispextern.h:137, #12 1383. from nsimage.m:33: #12 1383. /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1383. | ^ #12 1383. In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #12 1383. from nsgui.h:34, #12 1383. from dispextern.h:137, #12 1383. from nsimage.m:33: #12 1383. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1383. | ^ #12 1383. In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #12 1383. from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1383. from nsgui.h:34, #12 1383. from dispextern.h:137, #12 1383. from nsimage.m:33: #12 1383. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1383. | ^ #12 1383. In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1383. from nsgui.h:34, #12 1383. from dispextern.h:137, #12 1383. from nsimage.m:33: #12 1383. /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1383. | ^ #12 1383. In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #12 1383. from nsgui.h:34, #12 1383. from dispextern.h:137, #12 1383. from nsimage.m:33: #12 1383. /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1383. | ^ #12 1383. In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #12 1383. from nsgui.h:34, #12 1383. from dispextern.h:137, #12 1383. from nsimage.m:33: #12 1383. /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1383. | ^ #12 1383. In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #12 1383. from nsgui.h:34, #12 1383. from dispextern.h:137, #12 1383. from nsimage.m:33: #12 1383. /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1383. | ^ #12 1383. In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #12 1383. from nsgui.h:34, #12 1383. from dispextern.h:137, #12 1383. from nsimage.m:33: #12 1383. /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1383. | ^ #12 1383. In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #12 1383. from nsgui.h:34, #12 1383. from dispextern.h:137, #12 1383. from nsimage.m:33: #12 1383. /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1383. | ^ #12 1383. In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #12 1383. from nsgui.h:34, #12 1383. from dispextern.h:137, #12 1383. from nsimage.m:33: #12 1383. /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1383. | ^ #12 1383. In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #12 1383. from nsgui.h:34, #12 1383. from dispextern.h:137, #12 1383. from nsimage.m:33: #12 1383. /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1383. | ^ #12 1383. In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #12 1383. from nsgui.h:34, #12 1383. from dispextern.h:137, #12 1383. from nsimage.m:33: #12 1383. /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #12 1383. 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1383. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1383. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1383. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1383. from nsgui.h:34, #12 1383. from dispextern.h:137, #12 1383. from nsimage.m:33: #12 1383. /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #12 1383. 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1383. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1383. In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #12 1383. from nsgui.h:34, #12 1383. from dispextern.h:137, #12 1383. from nsimage.m:33: #12 1383. /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1383. | ^ #12 1383. In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #12 1383. from nsgui.h:34, #12 1383. from dispextern.h:137, #12 1383. from nsimage.m:33: #12 1383. /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1383. | ^ #12 1383. In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #12 1383. from nsgui.h:34, #12 1383. from dispextern.h:137, #12 1383. from nsimage.m:33: #12 1383. /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1383. | ^ #12 1383. In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #12 1383. from nsgui.h:34, #12 1383. from dispextern.h:137, #12 1383. from nsimage.m:33: #12 1383. /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1383. | ^ #12 1383. In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #12 1383. from nsgui.h:34, #12 1383. from dispextern.h:137, #12 1383. from nsimage.m:33: #12 1383. /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1383. | ^ #12 1383. In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #12 1383. from nsgui.h:34, #12 1383. from dispextern.h:137, #12 1383. from nsimage.m:33: #12 1383. /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1383. | ^ #12 1383. In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #12 1383. from nsgui.h:34, #12 1383. from dispextern.h:137, #12 1383. from nsimage.m:33: #12 1383. /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1383. | ^ #12 1383. In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #12 1383. from nsgui.h:34, #12 1383. from dispextern.h:137, #12 1383. from nsimage.m:33: #12 1383. /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1383. | ^ #12 1383. In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #12 1383. from nsgui.h:34, #12 1383. from dispextern.h:137, #12 1383. from nsimage.m:33: #12 1383. /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1383. | ^ #12 1383. In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #12 1383. from nsgui.h:34, #12 1383. from dispextern.h:137, #12 1383. from nsimage.m:33: #12 1383. /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1383. | ^ #12 1383. In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #12 1383. from nsgui.h:34, #12 1383. from dispextern.h:137, #12 1383. from nsimage.m:33: #12 1383. /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1383. | ^ #12 1383. In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #12 1383. from nsgui.h:34, #12 1383. from dispextern.h:137, #12 1383. from nsimage.m:33: #12 1383. /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1383. | ^ #12 1383. In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #12 1383. from nsgui.h:34, #12 1383. from dispextern.h:137, #12 1383. from nsimage.m:33: #12 1383. /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1383. | ^ #12 1383. In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #12 1383. from nsgui.h:34, #12 1383. from dispextern.h:137, #12 1383. from nsimage.m:33: #12 1383. /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1383. | ^ #12 1383. In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #12 1383. from nsgui.h:34, #12 1383. from dispextern.h:137, #12 1383. from nsimage.m:33: #12 1383. /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1383. | ^ #12 1383. In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #12 1383. from nsgui.h:34, #12 1383. from dispextern.h:137, #12 1383. from nsimage.m:33: #12 1383. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1383. | ^ #12 1383. In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #12 1383. from nsgui.h:34, #12 1383. from dispextern.h:137, #12 1383. from nsimage.m:33: #12 1383. /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1383. | ^ #12 1383. In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #12 1383. from nsgui.h:34, #12 1383. from dispextern.h:137, #12 1383. from nsimage.m:33: #12 1383. /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1383. | ^ #12 1383. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1383. from nsgui.h:34, #12 1383. from dispextern.h:137, #12 1383. from nsimage.m:33: #12 1383. /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1383. 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1383. | ^ #12 1383. /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1383. 125 | __attribute__((unused)); #12 1383. | ^~~~~~~~~~~~~ #12 1383. /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1383. 129 | __attribute__((unused)); #12 1383. | ^~~~~~~~~~~~~ #12 1383. /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1383. 133 | __attribute__((unused)); #12 1383. | ^~~~~~~~~~~~~ #12 1383. /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1383. 214 | __attribute__((unused)); #12 1383. | ^~~~~~~~~~~~~ #12 1383. /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1383. 247 | __attribute__((unused)); #12 1383. | ^~~~~~~~~~~~~ #12 1383. /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1383. 251 | __attribute__((unused)); #12 1383. | ^~~~~~~~~~~~~ #12 1383. /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1383. 259 | __attribute__((unused)); #12 1383. | ^~~~~~~~~~~~~ #12 1383. /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1383. 263 | __attribute__((unused)); #12 1383. | ^~~~~~~~~~~~~ #12 1383. /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1383. 267 | __attribute__((unused)); #12 1383. | ^~~~~~~~~~~~~ #12 1383. /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1383. 271 | __attribute__((unused)); #12 1383. | ^~~~~~~~~~~~~ #12 1383. /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1383. 275 | __attribute__((unused)); #12 1383. | ^~~~~~~~~~~~~ #12 1383. /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1383. 287 | __attribute__((unused)); #12 1383. | ^~~~~~~~~~~~~ #12 1383. /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1383. 311 | __attribute__((unused)); #12 1383. | ^~~~~~~~~~~~~ #12 1383. /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1383. 323 | __attribute__((unused)); #12 1383. | ^~~~~~~~~~~~~ #12 1383. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1383. from nsgui.h:34, #12 1383. from dispextern.h:137, #12 1383. from nsimage.m:33: #12 1383. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1383. 493 | PSgsave() #12 1383. | ^~~~~~~ #12 1383. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #12 1383. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #12 1383. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1383. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1383. 499 | PSgrestore() #12 1383. | ^~~~~~~~~~ #12 1383. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #12 1383. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #12 1383. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1383. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1383. 505 | PSinitgraphics() #12 1383. | ^~~~~~~~~~~~~~ #12 1383. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #12 1383. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #12 1383. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1383. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1383. 622 | PSinitmatrix() #12 1383. | ^~~~~~~~~~~~ #12 1383. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #12 1383. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #12 1383. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1383. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1383. 669 | PSclip() #12 1383. | ^~~~~~ #12 1383. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #12 1383. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #12 1383. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1383. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1383. 675 | PSclosepath() #12 1383. | ^~~~~~~~~~~ #12 1383. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #12 1383. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #12 1383. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1383. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1383. 687 | PSeoclip() #12 1383. | ^~~~~~~~ #12 1383. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #12 1383. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #12 1383. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1383. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1383. 693 | PSeofill() #12 1383. | ^~~~~~~~ #12 1383. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #12 1383. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #12 1383. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1383. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1383. 699 | PSfill() #12 1383. | ^~~~~~ #12 1383. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #12 1383. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #12 1383. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1383. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1383. 705 | PSflattenpath() #12 1383. | ^~~~~~~~~~~~~ #12 1383. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #12 1383. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #12 1383. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1383. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1383. 711 | PSinitclip() #12 1383. | ^~~~~~~~~~ #12 1383. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #12 1383. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #12 1383. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1383. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1383. 729 | PSnewpath() #12 1383. | ^~~~~~~~~ #12 1383. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #12 1383. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #12 1383. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1383. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1383. 765 | PSreversepath() #12 1383. | ^~~~~~~~~~~~~ #12 1383. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #12 1383. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #12 1383. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1383. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1383. 783 | PSstroke() #12 1383. | ^~~~~~~~ #12 1383. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #12 1383. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #12 1383. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1383. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1383. 835 | PSWait() #12 1383. | ^~~~~~ #12 1383. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #12 1383. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #12 1386. CC nsfont.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 1386. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #12 1386. from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1386. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1386. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1386. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsfont.m:28: #12 1386. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1386. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1386. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1386. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsfont.m:28: #12 1386. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #12 1386. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1386. | ^~~~~~~~~~~~~~~~~~~~ #12 1386. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #12 1386. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1386. | ^~~~~~~~~~~~~~~~~~~~ #12 1386. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #12 1386. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1386. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1386. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsfont.m:28: #12 1386. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1386. | ^ #12 1386. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1386. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1386. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsfont.m:28: #12 1386. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1386. | ^ #12 1386. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #12 1386. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1386. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1386. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsfont.m:28: #12 1386. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1386. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1386. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsfont.m:28: #12 1386. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #12 1386. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1386. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1386. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsfont.m:28: #12 1386. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1386. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsfont.m:28: #12 1386. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1386. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1386. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1386. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsfont.m:28: #12 1386. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #12 1386. | ^ #12 1386. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 88 | #if GS_API_VERSION(0,011500) #12 1386. | ^ #12 1386. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #12 1386. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1386. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1386. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1386. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsfont.m:28: #12 1386. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1386. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1386. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsfont.m:28: #12 1386. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #12 1386. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1386. | ^~~~~~~~~~ #12 1386. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1386. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1386. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1386. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsfont.m:28: #12 1386. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #12 1386. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1386. | ^~~~~~~~~~ #12 1386. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #12 1386. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1386. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1386. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1386. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsfont.m:28: #12 1386. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1386. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1386. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1386. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsfont.m:28: #12 1386. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #12 1386. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1386. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1386. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1386. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsfont.m:28: #12 1386. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #12 1386. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1386. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1386. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1386. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsfont.m:28: #12 1386. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1386. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1386. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsfont.m:28: #12 1386. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1386. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsfont.m:28: #12 1386. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 46 | #if GS_EXPOSE(NSAffineTransform) #12 1386. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1386. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #12 1386. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsfont.m:28: #12 1386. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #12 1386. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsfont.m:28: #12 1386. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #12 1386. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsfont.m:28: #12 1386. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #12 1386. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1386. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1386. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsfont.m:28: #12 1386. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1386. | ^ #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 1387. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1387. | ^ #12 1387. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #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 nsfont.m:28: #12 1387. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 68 | #if GS_EXPOSE(NSHTTPCookie) #12 1387. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1387. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 223 | #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:92, #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 nsfont.m:28: #12 1387. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #12 1387. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1387. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #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 nsfont.m:28: #12 1387. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 38 | #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/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 38 | #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/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 47 | #if GS_EXPOSE(NSIndexPath) #12 1387. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1387. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #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 nsfont.m:28: #12 1387. /usr/include/GNUstep/Foundation/NSIndexSet.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. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 49 | #if GS_EXPOSE(NSIndexSet) #12 1387. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1387. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: 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. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #12 1387. from /usr/include/GNUstep/Foundation/Foundation.h:95, #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 nsfont.m:28: #12 1387. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 52 | #if GS_EXPOSE(NSMethodSignature) #12 1387. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1387. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #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 nsfont.m:28: #12 1387. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 38 | #if GS_EXPOSE(NSInvocation) #12 1387. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1387. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1387. | ^ #12 1387. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #12 1387. from /usr/include/GNUstep/Foundation/Foundation.h:96, #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 nsfont.m:28: #12 1387. /usr/include/GNUstep/Foundation/NSOperation.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. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1387. | ^ #12 1387. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1387. 299 | #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:96, #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 nsfont.m:28: #12 1387. /usr/include/GNUstep/Foundation/NSInvocationOperation.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_5, GS_API_LATEST) #12 1387. | ^ #12 1387. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #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 nsfont.m:28: #12 1387. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.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:98, #12 1387. from /usr/include/GNUstep/AppKit/AppKit.h:40 #12 1387. [output clipped, log limit 2MiB reached] #12 1394. CC terminfo.o #12 1395. CC lastfile.o #12 1396. make -C ../admin/charsets all #12 1396. make[4]: Entering directory '/checkout/admin/charsets' #12 1396. GEN ../../etc/charsets/8859-2.map #12 1396. GEN ../../etc/charsets/8859-3.map #12 1397. GEN ../../etc/charsets/8859-4.map #12 1397. GEN ../../etc/charsets/8859-5.map #12 1397. GEN ../../etc/charsets/8859-6.map #12 1397. GEN ../../etc/charsets/8859-7.map #12 1397. GEN ../../etc/charsets/8859-8.map #12 1397. GEN ../../etc/charsets/8859-9.map #12 1397. GEN ../../etc/charsets/8859-10.map #12 1397. GEN ../../etc/charsets/8859-11.map #12 1397. GEN ../../etc/charsets/8859-13.map #12 1397. GEN ../../etc/charsets/8859-14.map #12 1397. GEN ../../etc/charsets/8859-15.map #12 1397. GEN ../../etc/charsets/8859-16.map #12 1397. GEN ../../etc/charsets/IBM037.map #12 1398. GEN ../../etc/charsets/IBM038.map #12 1398. GEN ../../etc/charsets/IBM256.map #12 1398. GEN ../../etc/charsets/IBM273.map #12 1398. GEN ../../etc/charsets/IBM274.map #12 1398. GEN ../../etc/charsets/IBM275.map #12 1398. GEN ../../etc/charsets/IBM277.map #12 1398. GEN ../../etc/charsets/IBM278.map #12 1398. GEN ../../etc/charsets/IBM280.map #12 1398. GEN ../../etc/charsets/IBM281.map #12 1398. GEN ../../etc/charsets/IBM284.map #12 1399. GEN ../../etc/charsets/IBM285.map #12 1399. GEN ../../etc/charsets/IBM290.map #12 1399. GEN ../../etc/charsets/IBM297.map #12 1399. GEN ../../etc/charsets/IBM420.map #12 1399. GEN ../../etc/charsets/IBM423.map #12 1399. GEN ../../etc/charsets/IBM424.map #12 1399. GEN ../../etc/charsets/IBM437.map #12 1399. GEN ../../etc/charsets/IBM500.map #12 1399. GEN ../../etc/charsets/IBM850.map #12 1399. GEN ../../etc/charsets/IBM851.map #12 1399. GEN ../../etc/charsets/IBM852.map #12 1400. GEN ../../etc/charsets/IBM855.map #12 1400. GEN ../../etc/charsets/IBM856.map #12 1400. GEN ../../etc/charsets/IBM857.map #12 1400. GEN ../../etc/charsets/IBM860.map #12 1400. GEN ../../etc/charsets/IBM861.map #12 1400. GEN ../../etc/charsets/IBM862.map #12 1400. GEN ../../etc/charsets/IBM863.map #12 1400. GEN ../../etc/charsets/IBM864.map #12 1400. GEN ../../etc/charsets/IBM865.map #12 1400. GEN ../../etc/charsets/IBM866.map #12 1400. GEN ../../etc/charsets/IBM868.map #12 1401. GEN ../../etc/charsets/IBM869.map #12 1401. GEN ../../etc/charsets/IBM870.map #12 1401. GEN ../../etc/charsets/IBM871.map #12 1401. GEN ../../etc/charsets/IBM874.map #12 1401. GEN ../../etc/charsets/IBM875.map #12 1401. GEN ../../etc/charsets/IBM880.map #12 1401. GEN ../../etc/charsets/IBM891.map #12 1401. GEN ../../etc/charsets/IBM903.map #12 1401. GEN ../../etc/charsets/IBM904.map #12 1401. GEN ../../etc/charsets/IBM905.map #12 1402. GEN ../../etc/charsets/IBM918.map #12 1402. GEN ../../etc/charsets/IBM1004.map #12 1402. GEN ../../etc/charsets/IBM1026.map #12 1402. GEN ../../etc/charsets/IBM1047.map #12 1402. GEN ../../etc/charsets/CP737.map #12 1402. GEN ../../etc/charsets/CP775.map #12 1402. GEN ../../etc/charsets/CP1125.map #12 1402. GEN ../../etc/charsets/CP1250.map #12 1402. GEN ../../etc/charsets/CP1251.map #12 1402. GEN ../../etc/charsets/CP1252.map #12 1402. GEN ../../etc/charsets/CP1253.map #12 1402. GEN ../../etc/charsets/CP1254.map #12 1402. GEN ../../etc/charsets/CP1255.map #12 1403. GEN ../../etc/charsets/CP1256.map #12 1403. GEN ../../etc/charsets/CP1257.map #12 1403. GEN ../../etc/charsets/CP1258.map #12 1403. GEN ../../etc/charsets/CP10007.map #12 1403. GEN ../../etc/charsets/CP720.map #12 1403. GEN ../../etc/charsets/CP858.map #12 1403. GEN ../../etc/charsets/GB2312.map #12 1404. GEN ../../etc/charsets/GBK.map #12 1406. GEN ../../etc/charsets/GB180302.map #12 1408. GEN ../../etc/charsets/GB180304.map #12 1409. GEN ../../etc/charsets/BIG5.map #12 1410. GEN ../../etc/charsets/BIG5-HKSCS.map #12 1411. GEN ../../etc/charsets/CNS-1.map #12 1411. GEN ../../etc/charsets/CNS-2.map #12 1412. GEN ../../etc/charsets/CNS-3.map #12 1412. GEN ../../etc/charsets/CNS-4.map #12 1413. GEN ../../etc/charsets/CNS-5.map #12 1414. GEN ../../etc/charsets/CNS-6.map #12 1414. GEN ../../etc/charsets/CNS-7.map #12 1415. GEN ../../etc/charsets/CNS-F.map #12 1415. GEN ../../etc/charsets/JISX0201.map #12 1415. GEN ../../etc/charsets/JISX0208.map #12 1416. GEN ../../etc/charsets/JISX0212.map #12 1416. GEN ../../etc/charsets/JISX2131.map #12 1417. GEN ../../etc/charsets/JISX2132.map #12 1417. GEN ../../etc/charsets/JISC6226.map #12 1418. GEN ../../etc/charsets/CP932-2BYTE.map #12 1418. GEN ../../etc/charsets/JISX213A.map #12 1418. GEN ../../etc/charsets/KSC5601.map #12 1419. GEN ../../etc/charsets/KSC5636.map #12 1419. GEN ../../etc/charsets/JOHAB.map #12 1421. GEN ../../etc/charsets/KOI-8.map #12 1421. GEN ../../etc/charsets/KOI8-R.map #12 1421. GEN ../../etc/charsets/KOI8-U.map #12 1421. GEN ../../etc/charsets/KOI8-T.map #12 1421. GEN ../../etc/charsets/ALTERNATIVNYJ.map #12 1421. GEN ../../etc/charsets/MIK.map #12 1421. GEN ../../etc/charsets/PTCP154.map #12 1421. GEN ../../etc/charsets/TIS-620.map #12 1421. GEN ../../etc/charsets/VISCII.map #12 1421. GEN ../../etc/charsets/VSCII.map #12 1421. GEN ../../etc/charsets/VSCII-2.map #12 1421. GEN ../../etc/charsets/KA-PS.map #12 1422. GEN ../../etc/charsets/KA-ACADEMY.map #12 1422. GEN ../../etc/charsets/HP-ROMAN8.map #12 1422. GEN ../../etc/charsets/NEXTSTEP.map #12 1422. GEN ../../etc/charsets/MACINTOSH.map #12 1422. GEN ../../etc/charsets/EBCDICUK.map #12 1422. GEN ../../etc/charsets/EBCDICUS.map #12 1422. GEN ../../etc/charsets/stdenc.map #12 1422. GEN ../../etc/charsets/symbol.map #12 1422. GEN ../../etc/charsets/CP949-2BYTE.map #12 1424. GEN ../../etc/charsets/BIG5-1.map #12 1424. GEN ../../etc/charsets/BIG5-2.map #12 1424. GEN ../../etc/charsets/MULE-ethiopic.map #12 1424. GEN ../../etc/charsets/MULE-ipa.map #12 1424. GEN ../../etc/charsets/MULE-is13194.map #12 1424. GEN ../../etc/charsets/MULE-sisheng.map #12 1424. GEN ../../etc/charsets/MULE-tibetan.map #12 1424. GEN ../../etc/charsets/MULE-lviscii.map #12 1424. GEN ../../etc/charsets/MULE-uviscii.map #12 1425. GEN ../../lisp/international/cp51932.el #12 1425. GEN ../../lisp/international/eucjp-ms.el #12 1425. GEN charsets.stamp #12 1425. make[4]: Leaving directory '/checkout/admin/charsets' #12 1425. make -C ../admin/unidata charscript.el #12 1425. make[4]: Entering directory '/checkout/admin/unidata' #12 1425. GEN ../../lisp/international/charscript.el #12 1425. make[4]: Leaving directory '/checkout/admin/unidata' #12 1425. make -C ../admin/unidata emoji-zwj.el #12 1425. make[4]: Entering directory '/checkout/admin/unidata' #12 1425. GEN ../../lisp/international/emoji-zwj.el #12 1425. make[4]: Leaving directory '/checkout/admin/unidata' #12 1425. CCLD temacs #12 1436. /bin/mkdir -p ../etc #12 1436. GEN ../etc/DOC #12 1436. make -C ../lisp update-subdirs #12 1436. make[4]: Entering directory '/checkout/lisp' #12 1437. make[4]: Leaving directory '/checkout/lisp' #12 1437. cp -f temacs bootstrap-emacs #12 1437. rm -f bootstrap-emacs.pdmp #12 1437. ./temacs --batch -l loadup --temacs=pbootstrap \ #12 1437. --bin-dest /checkout/nextstep/Emacs.app/ --eln-dest /checkout/nextstep/Emacs.app/Frameworks/ #12 1584. ANCIENT=yes make -C ../lisp compile-first EMACS="../src/bootstrap-emacs" #12 1584. make[4]: Entering directory '/checkout/lisp' #12 1584. ELC emacs-lisp/macroexp.elc #12 1602. ELC emacs-lisp/cconv.elc #12 1620. ELC emacs-lisp/byte-opt.elc #12 1641. ELC emacs-lisp/bytecomp.elc #12 1669. ELC emacs-lisp/loaddefs-gen.elc #12 1684. ELC emacs-lisp/radix-tree.elc #12 1687. make[4]: Leaving directory '/checkout/lisp' #12 1687. make -C ../lisp compile-first EMACS="../src/bootstrap-emacs" #12 1687. make[4]: Entering directory '/checkout/lisp' #12 1687. make[4]: Nothing to be done for 'compile-first'. #12 1687. make[4]: Leaving directory '/checkout/lisp' #12 1687. make -C ../lisp autoloads EMACS="../src/bootstrap-emacs" #12 1687. make[4]: Entering directory '/checkout/lisp' #12 1687. ELC international/titdic-cnv.elc #12 1693. make -C ../leim all EMACS="../src/bootstrap-emacs" #12 1693. make[5]: Entering directory '/checkout/leim' #12 1693. GEN ../lisp/leim/quail/CCDOSPY.el #12 1698. GEN ../lisp/leim/quail/Punct.el #12 1702. GEN ../lisp/leim/quail/QJ.el #12 1705. GEN ../lisp/leim/quail/SW.el #12 1709. GEN ../lisp/leim/quail/TONEPY.el #12 1712. GEN ../lisp/leim/quail/4Corner.el #12 1715. GEN ../lisp/leim/quail/ARRAY30.el #12 1718. GEN ../lisp/leim/quail/ECDICT.el #12 1721. GEN ../lisp/leim/quail/ETZY.el #12 1725. GEN ../lisp/leim/quail/Punct-b5.el #12 1728. GEN ../lisp/leim/quail/PY-b5.el #12 1731. GEN ../lisp/leim/quail/QJ-b5.el #12 1734. GEN ../lisp/leim/quail/ZOZY.el #12 1738. GEN ../lisp/leim/quail/tsang-b5.el #12 1742. GEN ../lisp/leim/quail/tsang-cns.el #12 1746. GEN ../lisp/leim/quail/PY.el #12 1749. GEN ../lisp/leim/quail/ZIRANMA.el #12 1755. GEN ../lisp/leim/quail/CTLau.el #12 1759. GEN ../lisp/leim/quail/CTLau-b5.el #12 1762. GEN ../lisp/language/pinyin.el #12 1769. GEN ../lisp/leim/leim-list.el #12 1802. make[5]: Leaving directory '/checkout/leim' #12 1802. make -C ../admin/grammars all EMACS="../../src/bootstrap-emacs" #12 1802. make[5]: Entering directory '/checkout/admin/grammars' #12 1802. GEN ../../lisp/cedet/semantic/bovine/c-by.el #12 1868. GEN ../../lisp/cedet/semantic/bovine/make-by.el #12 1957. GEN ../../lisp/cedet/semantic/bovine/scm-by.el #12 1995. GEN ../../lisp/cedet/semantic/grammar-wy.el #12 2022. GEN ../../lisp/cedet/semantic/wisent/javat-wy.el #12 2048. GEN ../../lisp/cedet/semantic/wisent/js-wy.el #12 2078. GEN ../../lisp/cedet/semantic/wisent/python-wy.el #12 2109. GEN ../../lisp/cedet/srecode/srt-wy.el #12 2138. make[5]: Leaving directory '/checkout/admin/grammars' #12 2138. GEN autoloads #12 2191. make[4]: Leaving directory '/checkout/lisp' #12 2191. ELC ../lisp/abbrev.elc #12 2195. ELC ../lisp/bindings.elc #12 2200. ELC ../lisp/buff-menu.elc #12 2204. ELC ../lisp/button.elc #12 2207. ELC ../lisp/case-table.elc #12 2209. ELC ../lisp/composite.elc #12 2213. ELC ../lisp/cus-face.elc #12 2215. ELC ../lisp/cus-start.elc #12 2218. ELC ../lisp/custom.elc #12 2223. ELC ../lisp/disp-table.elc #12 2225. ELC ../lisp/dnd.elc #12 2228. ELC ../lisp/dos-fns.elc #12 2230. ELC ../lisp/dos-vars.elc #12 2232. ELC ../lisp/dos-w32.elc #12 2235. ELC ../lisp/dynamic-setting.elc #12 2237. ELC ../lisp/electric.elc #12 2240. ELC ../lisp/emacs-lisp/backquote.elc #12 2242. ELC ../lisp/emacs-lisp/byte-run.elc #12 2245. ELC ../lisp/emacs-lisp/cl-generic.elc #12 2253. ELC ../lisp/emacs-lisp/cl-preloaded.elc #12 2257. ELC ../lisp/emacs-lisp/debug-early.elc #12 2260. ELC ../lisp/emacs-lisp/easymenu.elc #12 2263. ELC ../lisp/emacs-lisp/eldoc.elc #12 2268. ELC ../lisp/emacs-lisp/float-sup.elc #12 2270. ELC ../lisp/emacs-lisp/lisp-mode.elc #12 2276. ELC ../lisp/emacs-lisp/lisp.elc #12 2280. ELC ../lisp/emacs-lisp/map-ynp.elc #12 2282. ELC ../lisp/emacs-lisp/nadvice.elc #12 2286. ELC ../lisp/emacs-lisp/oclosure.elc #12 2290. ELC ../lisp/emacs-lisp/regexp-opt.elc #12 2294. ELC ../lisp/emacs-lisp/rmc.elc #12 2296. ELC ../lisp/emacs-lisp/seq.elc #12 2301. ELC ../lisp/emacs-lisp/shorthands.elc #12 2303. ELC ../lisp/emacs-lisp/syntax.elc #12 2308. ELC ../lisp/emacs-lisp/tabulated-list.elc #12 2314. ELC ../lisp/emacs-lisp/timer.elc #12 2318. ELC ../lisp/env.elc #12 2321. ELC ../lisp/epa-hook.elc #12 2323. ELC ../lisp/faces.elc #12 2329. ELC ../lisp/files.elc #12 2344. ELC ../lisp/font-core.elc #12 2346. ELC ../lisp/font-lock.elc #12 2351. ELC ../lisp/format.elc #12 2356. ELC ../lisp/frame.elc #12 2364. ELC ../lisp/fringe.elc #12 2368. ELC ../lisp/help.elc #12 2379. ELC ../lisp/image.elc #12 2385. ELC ../lisp/indent.elc #12 2392. ELC ../lisp/international/charscript.elc #12 2396. ELC ../lisp/international/emoji-zwj.elc #12 2402. ELC ../lisp/international/characters.elc #12 2409. make -C ../admin/unidata all EMACS="../../src/bootstrap-emacs" #12 2409. make[4]: Entering directory '/checkout/admin/unidata' #12 2409. ELC uvs.elc #12 2416. ELC unidata-gen.elc #12 2426. GEN unidata.txt #12 2431. GEN ../../lisp/international/uni-bidi.el #12 2434. GEN ../../lisp/international/uni-brackets.el #12 2439. GEN ../../lisp/international/uni-category.el #12 2444. GEN ../../lisp/international/uni-combining.el #12 2447. GEN ../../lisp/international/uni-comment.el #12 2451. GEN ../../lisp/international/uni-decimal.el #12 2455. GEN ../../lisp/international/uni-decomposition.el #12 2459. GEN ../../lisp/international/uni-digit.el #12 2464. GEN ../../lisp/international/uni-lowercase.el #12 2468. GEN ../../lisp/international/uni-mirrored.el #12 2474. GEN ../../lisp/international/uni-name.el #12 2501. GEN ../../lisp/international/uni-numeric.el #12 2507. GEN ../../lisp/international/uni-old-name.el #12 2512. GEN ../../lisp/international/uni-special-lowercase.el #12 2517. GEN ../../lisp/international/uni-special-titlecase.el #12 2520. GEN ../../lisp/international/uni-special-uppercase.el #12 2523. GEN ../../lisp/international/uni-titlecase.el #12 2526. GEN ../../lisp/international/uni-uppercase.el #12 2530. GEN ../../lisp/international/charprop.el #12 2532. GEN ../../lisp/international/emoji-labels.el #12 2606. GEN ../../lisp/international/uni-scripts.el #12 2615. GEN ../../lisp/international/uni-confusable.el #12 2631. GEN ../../lisp/international/idna-mapping.el #12 2647. make[4]: Leaving directory '/checkout/admin/unidata' #12 2647. make -C ../admin/charsets cp51932.el #12 2647. make[4]: Entering directory '/checkout/admin/charsets' #12 2647. make[4]: Nothing to be done for 'cp51932.el'. #12 2647. make[4]: Leaving directory '/checkout/admin/charsets' #12 2647. ELC ../lisp/international/cp51932.elc #12 2651. make -C ../admin/charsets eucjp-ms.el #12 2651. make[4]: Entering directory '/checkout/admin/charsets' #12 2651. make[4]: Nothing to be done for 'eucjp-ms.el'. #12 2651. make[4]: Leaving directory '/checkout/admin/charsets' #12 2651. ELC ../lisp/international/eucjp-ms.elc #12 2657. ELC ../lisp/international/fontset.elc #12 2663. ELC ../lisp/international/iso-transl.elc #12 2666. ELC ../lisp/international/mule-cmds.elc #12 2686. ELC ../lisp/international/mule-conf.elc #12 2700. ELC ../lisp/international/mule-util.elc #12 2709. ELC ../lisp/international/mule.elc #12 2729. ELC ../lisp/international/ucs-normalize.elc #12 2773. ELC ../lisp/isearch.elc #12 2799. ELC ../lisp/jit-lock.elc #12 2806. ELC ../lisp/jka-cmpr-hook.elc #12 2810. ELC ../lisp/keymap.elc #12 2816. ELC ../lisp/language/burmese.elc #12 2820. ELC ../lisp/language/cham.elc #12 2822. ELC ../lisp/language/chinese.elc #12 2825. ELC ../lisp/language/cyrillic.elc #12 2829. ELC ../lisp/language/czech.elc #12 2833. ELC ../lisp/language/english.elc #12 2837. ELC ../lisp/language/ethiopic.elc #12 2839. ELC ../lisp/language/european.elc #12 2843. ELC ../lisp/language/georgian.elc #12 2845. ELC ../lisp/language/greek.elc #12 2848. ELC ../lisp/language/hebrew.elc #12 2851. ELC ../lisp/language/indian.elc #12 2854. ELC ../lisp/language/indonesian.elc #12 2856. ELC ../lisp/language/japanese.elc #12 2858. ELC ../lisp/language/khmer.elc #12 2860. ELC ../lisp/language/korean.elc #12 2863. ELC ../lisp/language/lao.elc #12 2865. ELC ../lisp/language/misc-lang.elc #12 2866. ELC ../lisp/language/philippine.elc #12 2868. ELC ../lisp/language/romanian.elc #12 2870. ELC ../lisp/language/sinhala.elc #12 2872. ELC ../lisp/language/slovak.elc #12 2875. ELC ../lisp/language/tai-viet.elc #12 2879. ELC ../lisp/language/thai.elc #12 2884. ELC ../lisp/language/tibetan.elc #12 2886. ELC ../lisp/language/utf-8-lang.elc #12 2888. ELC ../lisp/language/vietnamese.elc #12 2890. ELC ../lisp/loaddefs.elc #12 2908. ELC ../lisp/ls-lisp.elc #12 2911. ELC ../lisp/menu-bar.elc #12 2917. ELC ../lisp/minibuffer.elc #12 2931. ELC ../lisp/mouse.elc #12 2939. ELC ../lisp/mwheel.elc #12 2942. ELC ../lisp/newcomment.elc #12 2945. ELC ../lisp/obarray.elc #12 2947. ELC ../lisp/paren.elc #12 2950. ELC ../lisp/pgtk-dnd.elc #12 2953. ELC ../lisp/progmodes/elisp-mode.elc #12 2965. ELC ../lisp/progmodes/prog-mode.elc #12 2974. ELC ../lisp/register.elc #12 2979. ELC ../lisp/replace.elc #12 2988. ELC ../lisp/rfn-eshadow.elc #12 2990. ELC ../lisp/scroll-bar.elc #12 2993. ELC ../lisp/select.elc #12 2997. ELC ../lisp/simple.elc #12 3015. ELC ../lisp/startup.elc #12 3022. ELC ../lisp/subr.elc #12 3037. ELC ../lisp/tab-bar.elc #12 3045. ELC ../lisp/term/android-win.elc #12 3048. ELC ../lisp/term/common-win.elc #12 3052. ELC ../lisp/term/haiku-win.elc #12 3056. ELC ../lisp/term/internal.elc #12 3058. ELC ../lisp/term/ns-win.elc #12 3064. ELC ../lisp/term/pc-win.elc #12 3067. ELC ../lisp/term/pgtk-win.elc #12 3069. ELC ../lisp/term/tty-colors.elc #12 3072. ELC ../lisp/term/w32-win.elc #12 3075. ELC ../lisp/term/x-win.elc #12 3078. ELC ../lisp/textmodes/fill.elc #12 3082. ELC ../lisp/textmodes/page.elc #12 3083. ELC ../lisp/textmodes/paragraphs.elc #12 3086. ELC ../lisp/textmodes/text-mode.elc #12 3089. ELC ../lisp/tool-bar.elc #12 3093. ELC ../lisp/tooltip.elc #12 3096. ELC ../lisp/touch-screen.elc #12 3100. ELC ../lisp/uniquify.elc #12 3104. ELC ../lisp/vc/ediff-hook.elc #12 3107. ELC ../lisp/vc/vc-hooks.elc #12 3110. ELC ../lisp/version.elc #12 3113. ELC ../lisp/w32-fns.elc #12 3116. ELC ../lisp/w32-vars.elc #12 3119. ELC ../lisp/widget.elc #12 3122. ELC ../lisp/window.elc #12 3136. ELC ../lisp/x-dnd.elc #12 3140. rm -f emacs && cp -f temacs emacs #12 3140. LC_ALL=C ./temacs -batch -l loadup --temacs=pdump \ #12 3140. --bin-dest /checkout/nextstep/Emacs.app/ --eln-dest /checkout/nextstep/Emacs.app/Frameworks/ #12 3174. cp -f emacs.pdmp bootstrap-emacs.pdmp #12 3174. make -C ../nextstep all #12 3175. make[4]: Entering directory '/checkout/nextstep' #12 3175. rm -rf /checkout/nextstep/Emacs.app #12 3175. /bin/mkdir -p /checkout/nextstep/Emacs.app #12 3175. ( cd ./GNUstep/Emacs.base ; tar cfh - . ) | \ #12 3175. ( cd /checkout/nextstep/Emacs.app ; umask 022; tar xf - ) #12 3175. [ "`cd . && pwd -P`" = "`pwd -P`" ] || \ #12 3175. ( cd GNUstep/Emacs.base ; tar cfh - . ) | \ #12 3175. ( cd /checkout/nextstep/Emacs.app ; umask 022; tar xf - ) #12 3175. touch /checkout/nextstep/Emacs.app #12 3175. make -C ../src emacs #12 3177. make[5]: Entering directory '/checkout/src' #12 3178. make -C ../admin/charsets all #12 3178. make[6]: Entering directory '/checkout/admin/charsets' #12 3178. make[6]: Nothing to be done for 'all'. #12 3178. make[6]: Leaving directory '/checkout/admin/charsets' #12 3178. make -C ../admin/unidata charscript.el #12 3178. make[6]: Entering directory '/checkout/admin/unidata' #12 3178. make[6]: Nothing to be done for 'charscript.el'. #12 3178. make[6]: Leaving directory '/checkout/admin/unidata' #12 3178. make -C ../admin/unidata emoji-zwj.el #12 3178. make[6]: Entering directory '/checkout/admin/unidata' #12 3178. make[6]: Nothing to be done for 'emoji-zwj.el'. #12 3178. make[6]: Leaving directory '/checkout/admin/unidata' #12 3178. make -C ../admin/unidata all EMACS="../../src/bootstrap-emacs" #12 3178. make[6]: Entering directory '/checkout/admin/unidata' #12 3179. make[6]: Nothing to be done for 'all'. #12 3179. make[6]: Leaving directory '/checkout/admin/unidata' #12 3179. make -C ../admin/charsets cp51932.el #12 3179. make[6]: Entering directory '/checkout/admin/charsets' #12 3179. make[6]: Nothing to be done for 'cp51932.el'. #12 3179. make[6]: Leaving directory '/checkout/admin/charsets' #12 3179. make -C ../admin/charsets eucjp-ms.el #12 3179. make[6]: Entering directory '/checkout/admin/charsets' #12 3179. make[6]: Nothing to be done for 'eucjp-ms.el'. #12 3179. make[6]: Leaving directory '/checkout/admin/charsets' #12 3179. make[5]: Leaving directory '/checkout/src' #12 3179. /bin/mkdir -p /checkout/nextstep/Emacs.app #12 3179. cp -f ../src/emacs /checkout/nextstep/Emacs.app/Emacs #12 3179. /bin/mkdir -p /checkout/nextstep/Emacs.app/libexec #12 3179. cp -f ../src/emacs.pdmp /checkout/nextstep/Emacs.app/libexec/Emacs.pdmp #12 3179. make[4]: Leaving directory '/checkout/nextstep' #12 3179. make[3]: Leaving directory '/checkout/src' #12 3179. make -C lisp all #12 3179. make[3]: Entering directory '/checkout/lisp' #12 3180. make -C ../leim all EMACS="../src/emacs" #12 3180. make[4]: Entering directory '/checkout/leim' #12 3180. make[4]: Nothing to be done for 'all'. #12 3180. make[4]: Leaving directory '/checkout/leim' #12 3180. make -C ../admin/grammars all EMACS="../../src/emacs" #12 3180. make[4]: Entering directory '/checkout/admin/grammars' #12 3180. make[4]: Nothing to be done for 'all'. #12 3180. make[4]: Leaving directory '/checkout/admin/grammars' #12 3180. make[4]: Entering directory '/checkout/lisp' #12 3180. ELC emacs-lisp/eieio.elc #12 3183. ELC emacs-lisp/eieio-base.elc #12 3186. ELC cedet/semantic/db.elc #12 3189. ELC international/ja-dic-cnv.elc #12 3191. ELC org/ox.elc #12 3213. ELC org/ox-texinfo.elc #12 3234. ELC org/org-macro.elc #12 3237. ELC org/org-element.elc #12 3263. ELC org/oc.elc #12 3267. ELC org/ol.elc #12 3271. ELC emacs-lisp/cl-lib.elc #12 3273. make[4]: Leaving directory '/checkout/lisp' #12 3273. GEN autoloads #12 3291. make[4]: Entering directory '/checkout/lisp' #12 3291. ELC align.elc #12 3294. ELC allout-widgets.elc #12 3297. ELC allout.elc #12 3302. ELC ansi-color.elc #12 3304. ELC ansi-osc.elc #12 3306. ELC apropos.elc #12 3308. ELC arc-mode.elc #12 3311. ELC array.elc #12 3314. ELC auth-source-pass.elc #12 3318. ELC auth-source.elc #12 3322. ELC autoinsert.elc #12 3324. ELC autorevert.elc #12 3327. ELC avoid.elc #12 3330. ELC battery.elc #12 3334. ELC bookmark.elc #12 3338. ELC bs.elc #12 3340. ELC calculator.elc #12 3343. ELC cdl.elc #12 3345. ELC char-fold.elc #12 3350. ELC chistory.elc #12 3352. ELC cmuscheme.elc #12 3354. ELC color.elc #12 3356. ELC comint.elc #12 3360. ELC completion.elc #12 3363. ELC cus-dep.elc #12 3365. ELC cus-edit.elc #12 3370. ELC cus-theme.elc #12 3372. ELC dabbrev.elc #12 3375. ELC delim-col.elc #12 3377. ELC delsel.elc #12 3379. ELC descr-text.elc #12 3382. ELC desktop.elc #12 3385. ELC dframe.elc #12 3388. ELC dired-aux.elc #12 3392. ELC dired-loaddefs.elc #12 3394. ELC dired-x.elc #12 3397. ELC dired.elc #12 3402. ELC dirtrack.elc #12 3406. ELC display-fill-column-indicator.elc #12 3409. ELC display-line-numbers.elc #12 3411. ELC doc-view.elc #12 3415. ELC dom.elc #12 3416. ELC double.elc #12 3418. ELC ebuff-menu.elc #12 3421. ELC echistory.elc #12 3422. ELC ecomplete.elc #12 3424. ELC edmacro.elc #12 3427. ELC ehelp.elc #12 3429. ELC elec-pair.elc #12 3432. ELC elide-head.elc #12 3434. ELC emacs-lock.elc #12 3436. ELC epa-dired.elc #12 3439. ELC epa-file.elc #12 3442. ELC epa-ks.elc #12 3447. ELC epa-mail.elc #12 3451. ELC epa.elc #12 3454. ELC epg-config.elc #12 3456. ELC epg.elc #12 3463. ELC expand.elc #12 3465. ELC external-completion.elc #12 3467. ELC ezimage.elc #12 3469. ELC face-remap.elc #12 3471. ELC facemenu.elc #12 3473. ELC ffap.elc #12 3477. ELC filecache.elc #12 3479. ELC fileloop.elc #12 3482. ELC filenotify.elc #12 3484. ELC files-x.elc #12 3486. ELC filesets.elc #12 3489. ELC find-cmd.elc #12 3491. ELC find-dired.elc #12 3493. ELC find-file.elc #12 3495. ELC find-lisp.elc #12 3498. ELC finder.elc #12 3502. ELC flow-ctrl.elc #12 3504. ELC foldout.elc #12 3506. ELC follow.elc #12 3508. ELC format-spec.elc #12 3511. ELC forms.elc #12 3514. ELC frameset.elc #12 3516. ELC generic-x.elc #12 3518. ELC help-at-pt.elc #12 3520. ELC help-fns.elc #12 3523. ELC help-macro.elc #12 3525. ELC help-mode.elc #12 3527. ELC hex-util.elc #12 3530. ELC hexl.elc #12 3532. ELC hfy-cmap.elc #12 3533. ELC hi-lock.elc #12 3536. ELC hilit-chg.elc #12 3540. ELC hippie-exp.elc #12 3542. ELC hl-line.elc #12 3544. ELC htmlfontify.elc #12 3549. ELC ibuf-ext.elc #12 3554. ELC ibuf-macs.elc #12 3556. ELC ibuffer-loaddefs.elc #12 3558. ELC ibuffer.elc #12 3562. ELC icomplete.elc #12 3565. ELC ido.elc #12 3568. ELC ielm.elc #12 3571. ELC iimage.elc #12 3573. ELC image-file.elc #12 3575. ELC image-mode.elc #12 3578. ELC imenu.elc #12 3580. ELC indent-aux.elc #12 3582. ELC info-look.elc #12 3585. ELC info-xref.elc #12 3587. ELC info.elc #12 3592. ELC informat.elc #12 3594. ELC isearchb.elc #12 3596. ELC jka-compr.elc #12 3598. ELC json.elc #12 3601. ELC jsonrpc.elc #12 3604. ELC kermit.elc #12 3606. ELC kmacro.elc #12 3608. ELC loadhist.elc #12 3610. ELC locate.elc #12 3612. ELC lpr.elc #12 3614. ELC macros.elc #12 3616. ELC man.elc #12 3619. ELC master.elc #12 3621. ELC mb-depth.elc #12 3622. ELC md4.elc #12 3624. ELC midnight.elc #12 3627. ELC minibuf-eldef.elc #12 3630. ELC misc.elc #12 3632. ELC misearch.elc #12 3634. ELC mouse-copy.elc #12 3636. ELC mouse-drag.elc #12 3638. ELC mpc.elc #12 3641. ELC msb.elc #12 3644. ELC notifications.elc #12 3646. ELC novice.elc #12 3648. ELC outline.elc #12 3651. ELC password-cache.elc #12 3653. ELC pcmpl-cvs.elc #12 3657. ELC pcmpl-git.elc #12 3662. ELC pcmpl-gnu.elc #12 3664. ELC pcmpl-linux.elc #12 3666. ELC pcmpl-rpm.elc #12 3669. ELC pcmpl-unix.elc #12 3672. ELC pcmpl-x.elc #12 3675. ELC pcomplete.elc #12 3678. ELC pixel-scroll.elc #12 3680. ELC plstore.elc #12 3682. ELC printing.elc #12 3685. ELC proced.elc #12 3688. ELC profiler.elc #12 3691. ELC ps-bdf.elc #12 3694. ELC ps-mule.elc #12 3696. ELC ps-print-loaddefs.elc #12 3698. ELC ps-print.elc #12 3701. ELC ps-samp.elc #12 3703. ELC recentf.elc #12 3706. ELC rect.elc #12 3708. ELC registry.elc #12 3711. ELC repeat.elc #12 3712. ELC reposition.elc #12 3714. ELC reveal.elc #12 3716. ELC rot13.elc #12 3718. ELC rtree.elc #12 3720. ELC ruler-mode.elc #12 3722. ELC savehist.elc #12 3724. ELC saveplace.elc #12 3726. ELC scroll-all.elc #12 3727. ELC scroll-lock.elc #12 3729. ELC server.elc #12 3732. ELC ses.elc #12 3737. ELC shadowfile.elc #12 3742. ELC shell.elc #12 3744. ELC skeleton.elc #12 3747. ELC so-long.elc #12 3751. ELC sort.elc #12 3753. ELC soundex.elc #12 3755. ELC speedbar.elc #12 3758. ELC sqlite-mode.elc #12 3760. ELC sqlite.elc #12 3762. ELC strokes.elc #12 3765. ELC svg.elc #12 3766. ELC t-mouse.elc #12 3768. ELC tab-line.elc #12 3770. ELC tabify.elc #12 3772. ELC talk.elc #12 3773. ELC tar-mode.elc #12 3776. ELC tempo.elc #12 3778. ELC term.elc #12 3782. ELC thingatpt.elc #12 3785. ELC thread.elc #12 3787. ELC time-stamp.elc #12 3789. ELC time.elc #12 3791. ELC timezone.elc #12 3793. ELC tmm.elc #12 3796. ELC transient.elc #12 3800. ELC tree-widget.elc #12 3802. ELC treesit.elc #12 3806. ELC tutorial.elc #12 3808. ELC type-break.elc #12 3812. ELC userlock.elc #12 3815. ELC vcursor.elc #12 3819. ELC view.elc #12 3822. ELC wdired.elc #12 3825. ELC whitespace.elc #12 3829. ELC wid-browse.elc #12 3831. ELC wid-edit.elc #12 3834. ELC windmove.elc #12 3836. ELC winner.elc #12 3838. ELC woman.elc #12 3843. ELC xdg.elc #12 3846. ELC xml.elc #12 3848. ELC xt-mouse.elc #12 3851. ELC xwidget.elc #12 3856. ELC yank-media.elc #12 3858. ELC calc/calc-aent.elc #12 3860. ELC calc/calc-alg.elc #12 3863. ELC calc/calc-arith.elc #12 3868. ELC calc/calc-bin.elc #12 3871. ELC calc/calc-comb.elc #12 3875. ELC calc/calc-cplx.elc #12 3878. ELC calc/calc-embed.elc #12 3881. ELC calc/calc-ext.elc #12 3885. ELC calc/calc-fin.elc #12 3888. ELC calc/calc-forms.elc #12 3891. ELC calc/calc-frac.elc #12 3893. ELC calc/calc-funcs.elc #12 3895. ELC calc/calc-graph.elc #12 3897. ELC calc/calc-help.elc #12 3900. ELC calc/calc-incom.elc #12 3902. ELC calc/calc-keypd.elc #12 3906. ELC calc/calc-lang.elc #12 3908. ELC calc/calc-loaddefs.elc #12 3910. ELC calc/calc-macs.elc #12 3913. ELC calc/calc-map.elc #12 3916. ELC calc/calc-math.elc #12 3920. ELC calc/calc-menu.elc #12 3922. ELC calc/calc-misc.elc #12 3924. ELC calc/calc-mode.elc #12 3927. ELC calc/calc-mtx.elc #12 3930. ELC calc/calc-nlfit.elc #12 3932. ELC calc/calc-poly.elc #12 3935. ELC calc/calc-prog.elc #12 3938. ELC calc/calc-rewr.elc #12 3941. ELC calc/calc-rules.elc #12 3943. ELC calc/calc-sel.elc #12 3946. ELC calc/calc-stat.elc #12 3948. ELC calc/calc-store.elc #12 3951. ELC calc/calc-stuff.elc #12 3953. ELC calc/calc-trail.elc #12 3955. ELC calc/calc-undo.elc #12 3958. ELC calc/calc-units.elc #12 3961. ELC calc/calc-vec.elc #12 3964. ELC calc/calc-yank.elc #12 3966. ELC calc/calc.elc #12 3969. ELC calc/calcalg2.elc #12 3973. ELC calc/calcalg3.elc #12 3976. ELC calc/calccomp.elc #12 3979. ELC calc/calcsel2.elc #12 3981. ELC calendar/appt.elc #12 3984. ELC calendar/cal-bahai.elc #12 3986. ELC calendar/cal-china.elc #12 3989. ELC calendar/cal-coptic.elc #12 3991. ELC calendar/cal-dst.elc #12 3994. ELC calendar/cal-french.elc #12 3996. ELC calendar/cal-hebrew.elc #12 3998. ELC calendar/cal-html.elc #12 4001. ELC calendar/cal-islam.elc #12 4003. ELC calendar/cal-iso.elc #12 4005. ELC calendar/cal-julian.elc #12 4007. ELC calendar/cal-loaddefs.elc #12 4009. ELC calendar/cal-mayan.elc #12 4012. ELC calendar/cal-menu.elc #12 4014. ELC calendar/cal-move.elc #12 4016. ELC calendar/cal-persia.elc #12 4019. ELC calendar/cal-tex.elc #12 4022. ELC calendar/cal-x.elc #12 4024. ELC calendar/calendar.elc #12 4027. ELC calendar/diary-lib.elc #12 4031. ELC calendar/diary-loaddefs.elc #12 4033. ELC calendar/holiday-loaddefs.elc #12 4035. ELC calendar/holidays.elc #12 4038. ELC calendar/icalendar.elc #12 4041. ELC calendar/iso8601.elc #12 4044. ELC calendar/lunar.elc #12 4046. ELC calendar/parse-time.elc #12 4048. ELC calendar/solar.elc #12 4051. ELC calendar/time-date.elc #12 4053. ELC calendar/timeclock.elc #12 4056. ELC calendar/todo-mode.elc #12 4061. ELC cedet/cedet-cscope.elc #12 4063. ELC cedet/cedet-files.elc #12 4066. ELC cedet/cedet-global.elc #12 4067. ELC cedet/cedet-idutils.elc #12 4069. ELC cedet/cedet.elc #12 4071. ELC cedet/data-debug.elc #12 4073. ELC cedet/ede.elc #12 4077. ELC cedet/mode-local.elc #12 4080. ELC cedet/pulse.elc #12 4083. ELC cedet/semantic.elc #12 4086. ELC cedet/srecode.elc #12 4088. ELC cedet/ede/auto.elc #12 4091. ELC cedet/ede/autoconf-edit.elc #12 4093. ELC cedet/ede/base.elc #12 4096. ELC cedet/ede/config.elc #12 4100. ELC cedet/ede/cpp-root.elc #12 4105. ELC cedet/ede/custom.elc #12 4108. ELC cedet/ede/detect.elc #12 4110. ELC cedet/ede/dired.elc #12 4114. ELC cedet/ede/emacs.elc #12 4118. ELC cedet/ede/files.elc #12 4122. ELC cedet/ede/generic.elc #12 4126. ELC cedet/ede/linux.elc #12 4130. ELC cedet/ede/loaddefs.elc #12 4132. ELC cedet/ede/locate.elc #12 4135. ELC cedet/ede/make.elc #12 4138. ELC cedet/ede/makefile-edit.elc #12 4141. ELC cedet/ede/pconf.elc #12 4145. ELC cedet/ede/pmake.elc #12 4148. ELC cedet/ede/proj-archive.elc #12 4153. ELC cedet/ede/proj-aux.elc #12 4157. ELC cedet/ede/proj-comp.elc #12 4161. ELC cedet/ede/proj-elisp.elc #12 4164. ELC cedet/ede/proj-info.elc #12 4168. ELC cedet/ede/proj-misc.elc #12 4172. ELC cedet/ede/proj-obj.elc #12 4176. ELC cedet/ede/proj-prog.elc #12 4180. ELC cedet/ede/proj-scheme.elc #12 4184. ELC cedet/ede/proj-shared.elc #12 4188. ELC cedet/ede/proj.elc #12 4192. ELC cedet/ede/project-am.elc #12 4197. ELC cedet/ede/shell.elc #12 4201. ELC cedet/ede/simple.elc #12 4205. ELC cedet/ede/source.elc #12 4207. ELC cedet/ede/speedbar.elc #12 4210. ELC cedet/ede/srecode.elc #12 4213. ELC cedet/ede/system.elc #12 4216. ELC cedet/ede/util.elc #12 4220. ELC cedet/semantic/analyze.elc #12 4223. ELC cedet/semantic/bovine.elc #12 4226. ELC cedet/semantic/chart.elc #12 4231. ELC cedet/semantic/complete.elc #12 4237. ELC cedet/semantic/ctxt.elc #12 4242. ELC cedet/semantic/db-debug.elc #12 4246. ELC cedet/semantic/db-ebrowse.elc #12 4250. ELC cedet/semantic/db-el.elc #12 4253. ELC cedet/semantic/db-file.elc #12 4256. ELC cedet/semantic/db-find.elc #12 4260. ELC cedet/semantic/db-global.elc #12 4265. ELC cedet/semantic/db-javascript.elc #12 4268. ELC cedet/semantic/db-mode.elc #12 4271. ELC cedet/semantic/db-ref.elc #12 4275. ELC cedet/semantic/db-typecache.elc #12 4277. ELC cedet/semantic/debug.elc #12 4280. ELC cedet/semantic/decorate.elc #12 4283. ELC cedet/semantic/dep.elc #12 4285. ELC cedet/semantic/doc.elc #12 4288. ELC cedet/semantic/ede-grammar.elc #12 4294. ELC cedet/semantic/edit.elc #12 4297. ELC cedet/semantic/find.elc #12 4300. ELC cedet/semantic/format.elc #12 4304. ELC cedet/semantic/fw.elc #12 4308. ELC cedet/semantic/grammar-wy.elc #12 4313. ELC cedet/semantic/grammar.elc #12 4318. ELC cedet/semantic/grm-wy-boot.elc #12 4324. ELC cedet/semantic/html.elc #12 4327. ELC cedet/semantic/ia-sb.elc #12 4330. ELC cedet/semantic/ia.elc #12 4335. ELC cedet/semantic/idle.elc #12 4338. ELC cedet/semantic/imenu.elc #12 4342. ELC cedet/semantic/java.elc #12 4345. ELC cedet/semantic/lex-spp.elc #12 4349. ELC cedet/semantic/lex.elc #12 4352. ELC cedet/semantic/loaddefs.elc #12 4353. ELC cedet/semantic/mru-bookmark.elc #12 4356. ELC cedet/semantic/sb.elc #12 4360. ELC cedet/semantic/scope.elc #12 4363. ELC cedet/semantic/senator.elc #12 4366. ELC cedet/semantic/sort.elc #12 4369. ELC cedet/semantic/symref.elc #12 4373. ELC cedet/semantic/tag-file.elc #12 4375. ELC cedet/semantic/tag-ls.elc #12 4379. ELC cedet/semantic/tag-write.elc #12 4382. ELC cedet/semantic/tag.elc #12 4385. ELC cedet/semantic/texi.elc #12 4394. ELC cedet/semantic/util-modes.elc #12 4397. ELC cedet/semantic/util.elc #12 4400. ELC cedet/semantic/wisent.elc #12 4402. ELC cedet/semantic/analyze/complete.elc #12 4405. ELC cedet/semantic/analyze/debug.elc #12 4408. ELC cedet/semantic/analyze/fcn.elc #12 4410. ELC cedet/semantic/analyze/refs.elc #12 4414. ELC cedet/semantic/bovine/c-by.elc #12 4417. ELC cedet/semantic/bovine/c.elc #12 4433. ELC cedet/semantic/bovine/debug.elc #12 4435. ELC cedet/semantic/bovine/el.elc #12 4440. ELC cedet/semantic/bovine/gcc.elc #12 4442. ELC cedet/semantic/bovine/grammar.elc #12 4446. ELC cedet/semantic/bovine/make-by.elc #12 4448. ELC cedet/semantic/bovine/make.elc #12 4452. ELC cedet/semantic/bovine/scm-by.elc #12 4455. ELC cedet/semantic/bovine/scm.elc #12 4458. ELC cedet/semantic/decorate/include.elc #12 4461. ELC cedet/semantic/decorate/mode.elc #12 4464. ELC cedet/semantic/symref/cscope.elc #12 4467. ELC cedet/semantic/symref/filter.elc #12 4470. ELC cedet/semantic/symref/global.elc #12 4472. ELC cedet/semantic/symref/grep.elc #12 4476. ELC cedet/semantic/symref/idutils.elc #12 4478. ELC cedet/semantic/symref/list.elc #12 4482. ELC cedet/semantic/wisent/comp.elc #12 4488. ELC cedet/semantic/wisent/grammar.elc #12 4491. ELC cedet/semantic/wisent/java-tags.elc #12 4494. ELC cedet/semantic/wisent/javascript.elc #12 4498. ELC cedet/semantic/wisent/javat-wy.elc #12 4503. ELC cedet/semantic/wisent/js-wy.elc #12 4508. ELC cedet/semantic/wisent/python-wy.elc #12 4513. ELC cedet/semantic/wisent/python.elc #12 4519. ELC cedet/semantic/wisent/wisent.elc #12 4521. ELC cedet/srecode/args.elc #12 4527. ELC cedet/srecode/compile.elc #12 4531. ELC cedet/srecode/cpp.elc #12 4541. ELC cedet/srecode/ctxt.elc #12 4545. ELC cedet/srecode/dictionary.elc #12 4549. ELC cedet/srecode/document.elc #12 4556. ELC cedet/srecode/el.elc #12 4564. ELC cedet/srecode/expandproto.elc #12 4572. ELC cedet/srecode/extract.elc #12 4580. ELC cedet/srecode/fields.elc #12 4582. ELC cedet/srecode/filters.elc #12 4584. ELC cedet/srecode/find.elc #12 4591. ELC cedet/srecode/getset.elc #12 4599. ELC cedet/srecode/insert.elc #12 4606. ELC cedet/srecode/java.elc #12 4611. ELC cedet/srecode/loaddefs.elc #12 4612. ELC cedet/srecode/map.elc #12 4615. ELC cedet/srecode/mode.elc #12 4623. ELC cedet/srecode/semantic.elc #12 4630. ELC cedet/srecode/srt-mode.elc #12 4635. ELC cedet/srecode/srt-wy.elc #12 4638. ELC cedet/srecode/srt.elc #12 4649. ELC cedet/srecode/table.elc #12 4653. ELC cedet/srecode/template.elc #12 4656. ELC cedet/srecode/texi.elc #12 4665. ELC emacs-lisp/advice.elc #12 4668. ELC emacs-lisp/avl-tree.elc #12 4672. ELC emacs-lisp/backtrace.elc #12 4674. ELC emacs-lisp/benchmark.elc #12 4676. ELC emacs-lisp/bindat.elc #12 4680. ELC emacs-lisp/chart.elc #12 4683. ELC emacs-lisp/check-declare.elc #12 4685. ELC emacs-lisp/checkdoc.elc #12 4688. ELC emacs-lisp/cl-extra.elc #12 4691. ELC emacs-lisp/cl-indent.elc #12 4693. ELC emacs-lisp/cl-loaddefs.elc #12 4695. ELC emacs-lisp/cl-macs.elc #12 4699. ELC emacs-lisp/cl-print.elc #12 4700. ELC emacs-lisp/cl-seq.elc #12 4702. ELC emacs-lisp/comp-cstr.elc #12 4706. ELC emacs-lisp/comp.elc #12 4726. ELC emacs-lisp/copyright.elc #12 4727. ELC emacs-lisp/crm.elc #12 4729. ELC emacs-lisp/cursor-sensor.elc #12 4730. ELC emacs-lisp/debug.elc #12 4733. ELC emacs-lisp/derived.elc #12 4735. ELC emacs-lisp/disass.elc #12 4737. ELC emacs-lisp/easy-mmode.elc #12 4740. ELC emacs-lisp/edebug.elc #12 4746. ELC emacs-lisp/eieio-core.elc #12 4748. ELC emacs-lisp/eieio-custom.elc #12 4749. ELC emacs-lisp/eieio-datadebug.elc #12 4751. ELC emacs-lisp/eieio-opt.elc #12 4754. ELC emacs-lisp/eieio-speedbar.elc #12 4756. ELC emacs-lisp/elint.elc #12 4757. ELC emacs-lisp/elp.elc #12 4758. ELC emacs-lisp/ert-x.elc #12 4761. ELC emacs-lisp/ert.elc #12 4769. ELC emacs-lisp/ewoc.elc #12 4771. ELC emacs-lisp/faceup.elc #12 4772. ELC emacs-lisp/find-func.elc #12 4774. ELC emacs-lisp/generate-lisp-file.elc #12 4775. ELC emacs-lisp/generator.elc #12 4778. ELC emacs-lisp/generic.elc #12 4779. ELC emacs-lisp/gv.elc #12 4780. ELC emacs-lisp/helper.elc #12 4781. ELC emacs-lisp/hierarchy.elc #12 4783. ELC emacs-lisp/icons.elc #12 4785. ELC emacs-lisp/inline.elc #12 4786. ELC emacs-lisp/let-alist.elc #12 4787. ELC emacs-lisp/lisp-mnt.elc #12 4791. ELC emacs-lisp/map.elc #12 4793. ELC emacs-lisp/memory-report.elc #12 4794. ELC emacs-lisp/multisession.elc #12 4796. ELC emacs-lisp/package-vc.elc #12 4800. ELC emacs-lisp/package-x.elc #12 4803. ELC emacs-lisp/package.elc #12 4810. ELC emacs-lisp/pcase.elc #12 4812. ELC emacs-lisp/pp.elc #12 4814. ELC emacs-lisp/range.elc #12 4815. ELC emacs-lisp/re-builder.elc #12 4817. ELC emacs-lisp/regi.elc #12 4818. ELC emacs-lisp/ring.elc #12 4819. ELC emacs-lisp/rx.elc #12 4821. ELC emacs-lisp/shadow.elc #12 4821. ELC emacs-lisp/shortdoc.elc #12 4823. ELC emacs-lisp/smie.elc #12 4824. ELC emacs-lisp/subr-x.elc #12 4826. ELC emacs-lisp/tcover-ses.elc #12 4827. ELC emacs-lisp/testcover.elc #12 4830. ELC emacs-lisp/text-property-search.elc #12 4832. ELC emacs-lisp/thunk.elc #12 4833. ELC emacs-lisp/timer-list.elc #12 4835. ELC emacs-lisp/tq.elc #12 4836. ELC emacs-lisp/trace.elc #12 4837. ELC emacs-lisp/unsafep.elc #12 4838. ELC emacs-lisp/vtable.elc #12 4839. ELC emacs-lisp/warnings.elc #12 4840. ELC emulation/cua-base.elc #12 4841. ELC emulation/cua-gmrk.elc #12 4843. ELC emulation/cua-rect.elc #12 4844. ELC emulation/edt-lk201.elc #12 4845. ELC emulation/edt-mapper.elc #12 4846. ELC emulation/edt-pc.elc #12 4847. ELC emulation/edt-vt100.elc #12 4848. ELC emulation/edt.elc #12 4850. ELC emulation/keypad.elc #12 4851. ELC emulation/viper-cmd.elc #12 4854. ELC emulation/viper-ex.elc #12 4857. ELC emulation/viper-init.elc #12 4858. ELC emulation/viper-keym.elc #12 4860. ELC emulation/viper-macs.elc #12 4861. ELC emulation/viper-mous.elc #12 4862. ELC emulation/viper-util.elc #12 4863. ELC emulation/viper.elc #12 4865. ELC erc/erc-autoaway.elc #12 4867. ELC erc/erc-backend.elc #12 4869. ELC erc/erc-button.elc #12 4873. ELC erc/erc-capab.elc #12 4875. ELC erc/erc-common.elc #12 4877. ELC erc/erc-compat.elc #12 4878. ELC erc/erc-dcc.elc #12 4881. ELC erc/erc-desktop-notifications.elc #12 4888. ELC erc/erc-ezbounce.elc #12 4896. ELC erc/erc-fill.elc #12 4899. ELC erc/erc-goodies.elc #12 4902. ELC erc/erc-ibuffer.elc #12 4905. ELC erc/erc-identd.elc #12 4907. ELC erc/erc-imenu.elc #12 4909. ELC erc/erc-join.elc #12 4911. ELC erc/erc-lang.elc #12 4913. ELC erc/erc-list.elc #12 4914. ELC erc/erc-loaddefs.elc #12 4916. ELC erc/erc-log.elc #12 4917. ELC erc/erc-match.elc #12 4919. ELC erc/erc-menu.elc #12 4921. ELC erc/erc-netsplit.elc #12 4922. ELC erc/erc-networks.elc #12 4925. ELC erc/erc-nicks.elc #12 4927. ELC erc/erc-notify.elc #12 4929. ELC erc/erc-page.elc #12 4931. ELC erc/erc-pcomplete.elc #12 4932. ELC erc/erc-replace.elc #12 4934. ELC erc/erc-ring.elc #12 4936. ELC erc/erc-sasl.elc #12 4939. ELC erc/erc-services.elc #12 4940. ELC erc/erc-sound.elc #12 4942. ELC erc/erc-speedbar.elc #12 4945. ELC erc/erc-spelling.elc #12 4947. ELC erc/erc-stamp.elc #12 4949. ELC erc/erc-status-sidebar.elc #12 4951. ELC erc/erc-track.elc #12 4953. ELC erc/erc-truncate.elc #12 4954. ELC erc/erc-xdcc.elc #12 4956. ELC erc/erc.elc #12 4960. ELC eshell/em-alias.elc #12 4961. ELC eshell/em-banner.elc #12 4963. ELC eshell/em-basic.elc #12 4964. ELC eshell/em-cmpl.elc #12 4966. ELC eshell/em-dirs.elc #12 4967. ELC eshell/em-elecslash.elc #12 4971. ELC eshell/em-extpipe.elc #12 4972. ELC eshell/em-glob.elc #12 4974. ELC eshell/em-hist.elc #12 4976. ELC eshell/em-ls.elc #12 4978. ELC eshell/em-pred.elc #12 4980. ELC eshell/em-prompt.elc #12 4982. ELC eshell/em-rebind.elc #12 4983. ELC eshell/em-script.elc #12 4985. ELC eshell/em-smart.elc #12 4986. ELC eshell/em-term.elc #12 4988. ELC eshell/em-tramp.elc #12 4992. ELC eshell/em-unix.elc #12 4995. ELC eshell/em-xtra.elc #12 4996. ELC eshell/esh-arg.elc #12 4997. ELC eshell/esh-cmd.elc #12 4999. ELC eshell/esh-ext.elc #12 5001. ELC eshell/esh-groups.elc #12 5001. ELC eshell/esh-io.elc #12 5003. ELC eshell/esh-mode.elc #12 5005. ELC eshell/esh-module.elc #12 5006. ELC eshell/esh-opt.elc #12 5008. ELC eshell/esh-proc.elc #12 5010. ELC eshell/esh-util.elc #12 5012. ELC eshell/esh-var.elc #12 5013. ELC eshell/eshell.elc #12 5015. ELC gnus/canlock.elc #12 5016. ELC gnus/deuglify.elc #12 5024. ELC gnus/gmm-utils.elc #12 5025. ELC gnus/gnus-agent.elc #12 5034. ELC gnus/gnus-art.elc #12 5044. ELC gnus/gnus-async.elc #12 5051. ELC gnus/gnus-bcklg.elc #12 5055. ELC gnus/gnus-bookmark.elc #12 5063. ELC gnus/gnus-cache.elc #12 5072. ELC gnus/gnus-cite.elc #12 5079. ELC gnus/gnus-cloud.elc #12 5084. ELC gnus/gnus-cus.elc #12 5092. ELC gnus/gnus-dbus.elc #12 5095. ELC gnus/gnus-delay.elc #12 5104. ELC gnus/gnus-demon.elc #12 5110. ELC gnus/gnus-diary.elc #12 5121. ELC gnus/gnus-dired.elc #12 5122. ELC gnus/gnus-draft.elc #12 5131. ELC gnus/gnus-dup.elc #12 5139. ELC gnus/gnus-eform.elc #12 5142. ELC gnus/gnus-fun.elc #12 5145. ELC gnus/gnus-gravatar.elc #12 5152. ELC gnus/gnus-group.elc #12 5160. ELC gnus/gnus-html.elc #12 5166. ELC gnus/gnus-icalendar.elc #12 5176. ELC gnus/gnus-int.elc #12 5185. ELC gnus/gnus-kill.elc #12 5191. ELC gnus/gnus-logic.elc #12 5197. ELC gnus/gnus-mh.elc #12 5204. ELC gnus/gnus-ml.elc #12 5209. ELC gnus/gnus-mlspl.elc #12 5215. ELC gnus/gnus-msg.elc #12 5222. ELC gnus/gnus-notifications.elc #12 5228. ELC gnus/gnus-picon.elc #12 5234. ELC gnus/gnus-range.elc #12 5235. ELC gnus/gnus-registry.elc #12 5242. ELC gnus/gnus-rfc1843.elc #12 5249. ELC gnus/gnus-rmail.elc #12 5252. ELC gnus/gnus-salt.elc #12 5259. ELC gnus/gnus-score.elc #12 5266. ELC gnus/gnus-search.elc #12 5272. ELC gnus/gnus-sieve.elc #12 5280. ELC gnus/gnus-spec.elc #12 5283. ELC gnus/gnus-srvr.elc #12 5288. ELC gnus/gnus-start.elc #12 5296. ELC gnus/gnus-sum.elc #12 5310. ELC gnus/gnus-topic.elc #12 5313. ELC gnus/gnus-undo.elc #12 5316. ELC gnus/gnus-util.elc #12 5317. ELC gnus/gnus-uu.elc #12 5323. ELC gnus/gnus-vm.elc #12 5327. ELC gnus/gnus-win.elc #12 5330. ELC gnus/gnus.elc #12 5335. ELC gnus/gssapi.elc #12 5336. ELC gnus/legacy-gnus-agent.elc #12 5342. ELC gnus/mail-source.elc #12 5345. ELC gnus/message.elc #12 5349. ELC gnus/mm-archive.elc #12 5351. ELC gnus/mm-bodies.elc #12 5352. ELC gnus/mm-decode.elc #12 5354. ELC gnus/mm-encode.elc #12 5356. ELC gnus/mm-extern.elc #12 5358. ELC gnus/mm-partial.elc #12 5365. ELC gnus/mm-url.elc #12 5367. ELC gnus/mm-util.elc #12 5368. ELC gnus/mm-uu.elc #12 5372. ELC gnus/mm-view.elc #12 5375. ELC gnus/mml-sec.elc #12 5377. ELC gnus/mml-smime.elc #12 5379. ELC gnus/mml.elc #12 5383. ELC gnus/mml1991.elc #12 5385. ELC gnus/mml2015.elc #12 5387. ELC gnus/nnagent.elc #12 5393. ELC gnus/nnbabyl.elc #12 5395. ELC gnus/nndiary.elc #12 5401. ELC gnus/nndir.elc #12 5405. ELC gnus/nndoc.elc #12 5407. ELC gnus/nndraft.elc #12 5410. ELC gnus/nneething.elc #12 5412. ELC gnus/nnfolder.elc #12 5416. ELC gnus/nngateway.elc #12 5419. ELC gnus/nnheader.elc #12 5420. ELC gnus/nnimap.elc #12 5423. ELC gnus/nnmail.elc #12 5425. ELC gnus/nnmaildir.elc #12 5437. ELC gnus/nnmairix.elc #12 5444. ELC gnus/nnmbox.elc #12 5447. ELC gnus/nnmh.elc #12 5450. ELC gnus/nnml.elc #12 5454. ELC gnus/nnnil.elc #12 5455. ELC gnus/nnoo.elc #12 5456. ELC gnus/nnregistry.elc #12 5462. ELC gnus/nnrss.elc #12 5465. ELC gnus/nnselect.elc #12 5470. ELC gnus/nnspool.elc #12 5472. ELC gnus/nntp.elc #12 5476. ELC gnus/nnvirtual.elc #12 5480. ELC gnus/nnweb.elc #12 5483. ELC gnus/score-mode.elc #12 5484. ELC gnus/smiley.elc #12 5489. ELC gnus/smime.elc #12 5491. ELC gnus/spam-report.elc #12 5497. ELC gnus/spam-stat.elc #12 5499. ELC gnus/spam-wash.elc #12 5503. ELC gnus/spam.elc #12 5510. ELC image/compface.elc #12 5511. ELC image/exif.elc #12 5512. ELC image/gravatar.elc #12 5514. ELC image/image-converter.elc #12 5515. ELC image/image-crop.elc #12 5516. ELC image/image-dired-dired.elc #12 5518. ELC image/image-dired-external.elc #12 5520. ELC image/image-dired-tags.elc #12 5522. ELC image/image-dired-util.elc #12 5522. ELC image/image-dired.elc #12 5524. ELC image/wallpaper.elc #12 5526. ELC international/ccl.elc #12 5527. ELC international/emoji.elc #12 5528. ELC international/isearch-x.elc #12 5529. ELC international/iso-ascii.elc #12 5530. ELC international/iso-cvt.elc #12 5531. ELC international/ja-dic-utl.elc #12 5532. ELC international/kinsoku.elc #12 5533. ELC international/kkc.elc #12 5535. ELC international/latexenc.elc #12 5535. ELC international/latin1-disp.elc #12 5536. ELC international/mule-diag.elc #12 5538. ELC international/ogonek.elc #12 5539. ELC international/quail.elc #12 5541. ELC international/rfc1843.elc #12 5542. ELC international/robin.elc #12 5543. ELC international/textsec-check.elc #12 5544. ELC international/textsec.elc #12 5547. ELC international/utf-7.elc #12 5548. ELC international/utf7.elc #12 5550. ELC language/china-util.elc #12 5551. ELC language/cyril-util.elc #12 5552. ELC language/ethio-util.elc #12 5553. ELC language/hanja-util.elc #12 5555. ELC language/ind-util.elc #12 5561. ELC language/japan-util.elc #12 5562. ELC language/korea-util.elc #12 5563. ELC language/lao-util.elc #12 5565. ELC language/pinyin.elc #12 5565. ELC language/thai-util.elc #12 5566. ELC language/thai-word.elc #12 5567. ELC language/tibet-util.elc #12 5568. ELC language/tv-util.elc #12 5569. ELC language/viet-util.elc #12 5570. ELC leim/quail/4Corner.elc #12 5572. ELC leim/quail/ARRAY30.elc #12 5575. ELC leim/quail/CCDOSPY.elc #12 5576. ELC leim/quail/CTLau-b5.elc #12 5578. ELC leim/quail/CTLau.elc #12 5579. ELC leim/quail/ECDICT.elc #12 5581. ELC leim/quail/ETZY.elc #12 5583. ELC leim/quail/PY-b5.elc #12 5585. ELC leim/quail/PY.elc #12 5586. ELC leim/quail/Punct-b5.elc #12 5587. ELC leim/quail/Punct.elc #12 5588. ELC leim/quail/QJ-b5.elc #12 5589. ELC leim/quail/QJ.elc #12 5590. ELC leim/quail/SW.elc #12 5591. ELC leim/quail/TONEPY.elc #12 5593. ELC leim/quail/ZIRANMA.elc #12 5599. ELC leim/quail/ZOZY.elc #12 5601. ELC leim/quail/arabic.elc #12 5602. ELC leim/quail/cham.elc #12 5603. ELC leim/quail/compose.elc #12 5604. ELC leim/quail/croatian.elc #12 5605. ELC leim/quail/cyril-jis.elc #12 5606. ELC leim/quail/cyrillic.elc #12 5607. ELC leim/quail/czech.elc #12 5608. ELC leim/quail/emoji.elc #12 5611. ELC leim/quail/ethiopic.elc #12 5612. ELC leim/quail/georgian.elc #12 5613. ELC leim/quail/greek.elc #12 5614. ELC leim/quail/hangul.elc #12 5616. ELC leim/quail/hanja-jis.elc #12 5618. ELC leim/quail/hanja.elc #12 5619. ELC leim/quail/hanja3.elc #12 5620. ELC leim/quail/hebrew.elc #12 5621. ELC leim/quail/indian.elc #12 5624. ELC leim/quail/indonesian.elc #12 5625. ELC leim/quail/ipa-praat.elc #12 5627. ELC leim/quail/ipa.elc #12 5628. ELC leim/quail/japanese.elc #12 5629. ELC leim/quail/lao.elc #12 5630. ELC leim/quail/latin-alt.elc #12 5632. ELC leim/quail/latin-ltx.elc #12 5640. ELC leim/quail/latin-post.elc #12 5642. ELC leim/quail/latin-pre.elc #12 5643. ELC leim/quail/lrt.elc #12 5644. ELC leim/quail/misc-lang.elc #12 5645. ELC leim/quail/persian.elc #12 5647. ELC leim/quail/philippine.elc #12 5647. ELC leim/quail/programmer-dvorak.elc #12 5648. ELC leim/quail/py-punct.elc #12 5649. ELC leim/quail/pypunct-b5.elc #12 5651. ELC leim/quail/quick-b5.elc #12 5653. ELC leim/quail/quick-cns.elc #12 5655. ELC leim/quail/rfc1345.elc #12 5656. ELC leim/quail/sami.elc #12 5658. ELC leim/quail/sgml-input.elc #12 5659. ELC leim/quail/sisheng.elc #12 5660. ELC leim/quail/slovak.elc #12 5661. ELC leim/quail/symbol-ksc.elc #12 5662. ELC leim/quail/tamil-dvorak.elc #12 5663. ELC leim/quail/thai.elc #12 5664. ELC leim/quail/tibetan.elc #12 5665. ELC leim/quail/tsang-b5.elc #12 5668. ELC leim/quail/tsang-cns.elc #12 5671. ELC leim/quail/uni-input.elc #12 5672. ELC leim/quail/viqr.elc #12 5674. ELC leim/quail/vntelex.elc #12 5674. ELC leim/quail/vnvni.elc #12 5675. ELC leim/quail/welsh.elc #12 5676. ELC mail/binhex.elc #12 5677. ELC mail/emacsbug.elc #12 5679. ELC mail/feedmail.elc #12 5681. ELC mail/flow-fill.elc #12 5683. ELC mail/footnote.elc #12 5684. ELC mail/hashcash.elc #12 5686. ELC mail/ietf-drums-date.elc #12 5687. ELC mail/ietf-drums.elc #12 5688. ELC mail/mail-extr.elc #12 5691. ELC mail/mail-hist.elc #12 5693. ELC mail/mail-parse.elc #12 5694. ELC mail/mail-prsvr.elc #12 5694. ELC mail/mail-utils.elc #12 5696. ELC mail/mailabbrev.elc #12 5697. ELC mail/mailalias.elc #12 5698. ELC mail/mailclient.elc #12 5701. ELC mail/mailheader.elc #12 5702. ELC mail/mspools.elc #12 5703. ELC mail/qp.elc #12 5704. ELC mail/reporter.elc #12 5705. ELC mail/rfc2045.elc #12 5706. ELC mail/rfc2047.elc #12 5707. ELC mail/rfc2231.elc #12 5708. ELC mail/rfc6068.elc #12 5709. ELC mail/rfc822.elc #12 5710. ELC mail/rmail-spam-filter.elc #12 5712. ELC mail/rmail.elc #12 5715. ELC mail/rmailedit.elc #12 5718. ELC mail/rmailkwd.elc #12 5719. ELC mail/rmailmm.elc #12 5722. ELC mail/rmailmsc.elc #12 5722. ELC mail/rmailout.elc #12 5724. ELC mail/rmailsort.elc #12 5728. ELC mail/rmailsum.elc #12 5731. ELC mail/sendmail.elc #12 5732. ELC mail/smtpmail.elc #12 5734. ELC mail/supercite.elc #12 5735. ELC mail/undigest.elc #12 5737. ELC mail/unrmail.elc #12 5738. ELC mail/uudecode.elc #12 5738. ELC mail/yenc.elc #12 5739. ELC mh-e/mh-acros.elc #12 5740. ELC mh-e/mh-alias.elc #12 5742. ELC mh-e/mh-buffers.elc #12 5743. ELC mh-e/mh-comp.elc #12 5745. ELC mh-e/mh-e.elc #12 5747. ELC mh-e/mh-folder.elc #12 5749. ELC mh-e/mh-funcs.elc #12 5750. ELC mh-e/mh-gnus.elc #12 5751. ELC mh-e/mh-identity.elc #12 5752. ELC mh-e/mh-inc.elc #12 5753. ELC mh-e/mh-junk.elc #12 5755. ELC mh-e/mh-letter.elc #12 5756. ELC mh-e/mh-limit.elc #12 5758. ELC mh-e/mh-loaddefs.elc #12 5759. ELC mh-e/mh-mime.elc #12 5761. ELC mh-e/mh-print.elc #12 5762. ELC mh-e/mh-scan.elc #12 5764. ELC mh-e/mh-search.elc #12 5769. ELC mh-e/mh-seq.elc #12 5770. ELC mh-e/mh-show.elc #12 5775. ELC mh-e/mh-speed.elc #12 5777. ELC mh-e/mh-thread.elc #12 5780. ELC mh-e/mh-tool-bar.elc #12 5781. ELC mh-e/mh-utils.elc #12 5782. ELC mh-e/mh-xface.elc #12 5783. ELC net/ange-ftp.elc #12 5786. ELC net/browse-url.elc #12 5788. ELC net/dbus.elc #12 5790. ELC net/dictionary-connection.elc #12 5791. ELC net/dictionary.elc #12 5792. ELC net/dig.elc #12 5793. ELC net/dns.elc #12 5794. ELC net/eudc-bob.elc #12 5796. ELC net/eudc-capf.elc #12 5797. ELC net/eudc-export.elc #12 5798. ELC net/eudc-hotlist.elc #12 5799. ELC net/eudc-vars.elc #12 5800. ELC net/eudc.elc #12 5801. ELC net/eudcb-bbdb.elc #12 5803. ELC net/eudcb-ecomplete.elc #12 5804. ELC net/eudcb-ldap.elc #12 5805. ELC net/eudcb-mab.elc #12 5806. ELC net/eudcb-macos-contacts.elc #12 5807. ELC net/eudcb-mailabbrev.elc #12 5808. ELC net/eww.elc #12 5812. ELC net/gnutls.elc #12 5813. ELC net/goto-addr.elc #12 5814. ELC net/hmac-def.elc #12 5815. ELC net/hmac-md5.elc #12 5816. ELC net/imap.elc #12 5819. ELC net/ldap.elc #12 5821. ELC net/mailcap.elc #12 5822. ELC net/mairix.elc #12 5823. ELC net/net-utils.elc #12 5824. ELC net/network-stream.elc #12 5826. ELC net/newst-backend.elc #12 5828. ELC net/newst-plainview.elc #12 5829. ELC net/newst-reader.elc #12 5831. ELC net/newst-ticker.elc #12 5832. ELC net/newst-treeview.elc #12 5834. ELC net/newsticker.elc #12 5836. ELC net/nsm.elc #12 5837. ELC net/ntlm.elc #12 5839. ELC net/pop3.elc #12 5840. ELC net/puny.elc #12 5841. ELC net/rcirc.elc #12 5844. ELC net/rfc2104.elc #12 5845. ELC net/sasl-cram.elc #12 5846. ELC net/sasl-digest.elc #12 5847. ELC net/sasl-ntlm.elc #12 5848. ELC net/sasl-scram-rfc.elc #12 5849. ELC net/sasl-scram-sha256.elc #12 5850. ELC net/sasl.elc #12 5851. ELC net/secrets.elc #12 5852. ELC net/shr-color.elc #12 5853. ELC net/shr.elc #12 5858. ELC net/sieve-manage.elc #12 5859. ELC net/sieve-mode.elc #12 5859. ELC net/sieve.elc #12 5861. ELC net/snmp-mode.elc #12 5862. ELC net/soap-client.elc #12 5869. ELC net/soap-inspect.elc #12 5871. ELC net/socks.elc #12 5872. ELC net/telnet.elc #12 5873. ELC net/tramp-adb.elc #12 5878. ELC net/tramp-archive.elc #12 5882. ELC net/tramp-cache.elc #12 5886. ELC net/tramp-cmds.elc #12 5890. ELC net/tramp-compat.elc #12 5892. ELC net/tramp-container.elc #12 5895. ELC net/tramp-crypt.elc #12 5897. ELC net/tramp-ftp.elc #12 5899. ELC net/tramp-fuse.elc #12 5902. ELC net/tramp-gvfs.elc #12 5909. ELC net/tramp-integration.elc #12 5911. ELC net/tramp-loaddefs.elc #12 5914. ELC net/tramp-message.elc #12 5916. ELC net/tramp-rclone.elc #12 5918. ELC net/tramp-sh.elc #12 5924. ELC net/tramp-smb.elc #12 5928. ELC net/tramp-sshfs.elc #12 5930. ELC net/tramp-sudoedit.elc #12 5933. ELC net/tramp-uu.elc #12 5934. ELC net/tramp.elc #12 5941. ELC net/trampver.elc #12 5942. ELC net/webjump.elc #12 5944. ELC net/zeroconf.elc #12 5945. ELC nxml/nxml-enc.elc #12 5945. ELC nxml/nxml-maint.elc #12 5946. ELC nxml/nxml-mode.elc #12 5948. ELC nxml/nxml-ns.elc #12 5949. ELC nxml/nxml-outln.elc #12 5951. ELC nxml/nxml-parse.elc #12 5952. ELC nxml/nxml-rap.elc #12 5954. ELC nxml/nxml-util.elc #12 5955. ELC nxml/rng-cmpct.elc #12 5956. ELC nxml/rng-dt.elc #12 5957. ELC nxml/rng-loc.elc #12 5958. ELC nxml/rng-maint.elc #12 5962. ELC nxml/rng-match.elc #12 5964. ELC nxml/rng-nxml.elc #12 5965. ELC nxml/rng-parse.elc #12 5966. ELC nxml/rng-pttrn.elc #12 5967. ELC nxml/rng-uri.elc #12 5968. ELC nxml/rng-util.elc #12 5969. ELC nxml/rng-valid.elc #12 5971. ELC nxml/rng-xsd.elc #12 5972. ELC nxml/xmltok.elc #12 5974. ELC nxml/xsd-regexp.elc #12 5975. ELC obsolete/autoarg.elc #12 5976. ELC obsolete/autoload.elc #12 5978. ELC obsolete/bruce.elc #12 5979. ELC obsolete/cc-compat.elc #12 5984. ELC obsolete/cl-compat.elc #12 5985. ELC obsolete/cl.elc #12 5986. ELC obsolete/crisp.elc #12 5987. ELC obsolete/eieio-compat.elc #12 5988. ELC obsolete/eudcb-ph.elc #12 5989. ELC obsolete/gs.elc #12 5990. ELC obsolete/gulp.elc #12 5991. ELC obsolete/html2text.elc #12 5992. ELC obsolete/info-edit.elc #12 5993. ELC obsolete/inversion.elc #12 5994. ELC obsolete/iswitchb.elc #12 5995. ELC obsolete/landmark.elc #12 5997. ELC obsolete/linum.elc #12 5998. ELC obsolete/longlines.elc #12 6000. ELC obsolete/makesum.elc #12 6001. ELC obsolete/mantemp.elc #12 6002. ELC obsolete/meese.elc #12 6003. ELC obsolete/metamail.elc #12 6004. ELC obsolete/mh-compat.elc #12 6005. ELC obsolete/netrc.elc #12 6006. ELC obsolete/nnir.elc #12 6007. ELC obsolete/otodo-mode.elc #12 6008. ELC obsolete/pgg-def.elc #12 6009. ELC obsolete/pgg-gpg.elc #12 6010. ELC obsolete/pgg-parse.elc #12 6012. ELC obsolete/pgg-pgp.elc #12 6013. ELC obsolete/pgg-pgp5.elc #12 6014. ELC obsolete/pgg.elc #12 6015. ELC obsolete/ps-def.elc #12 6016. ELC obsolete/quickurl.elc #12 6018. ELC obsolete/rcompile.elc #12 6019. ELC obsolete/rfc2368.elc #12 6020. ELC obsolete/rlogin.elc #12 6021. ELC obsolete/sb-image.elc #12 6023. ELC obsolete/starttls.elc #12 6024. ELC obsolete/sup-mouse.elc #12 6025. ELC obsolete/terminal.elc #12 6026. ELC obsolete/thumbs.elc #12 6028. ELC obsolete/tls.elc #12 6029. ELC obsolete/tpu-edt.elc #12 6031. ELC obsolete/tpu-extras.elc #12 6032. ELC obsolete/tpu-mapper.elc #12 6033. ELC obsolete/uce.elc #12 6034. ELC obsolete/url-about.elc #12 6035. ELC obsolete/url-dired.elc #12 6036. ELC obsolete/url-ns.elc #12 6037. ELC obsolete/vc-arch.elc #12 6038. ELC obsolete/vc-mtn.elc #12 6039. ELC obsolete/vi.elc #12 6041. ELC obsolete/vip.elc #12 6044. ELC obsolete/vt-control.elc #12 6045. ELC obsolete/vt100-led.elc #12 6045. ELC obsolete/ws-mode.elc #12 6047. ELC obsolete/yow.elc #12 6047. ELC org/ob-C.elc #12 6059. ELC org/ob-R.elc #12 6061. ELC org/ob-awk.elc #12 6063. ELC org/ob-calc.elc #12 6065. ELC org/ob-clojure.elc #12 6066. ELC org/ob-comint.elc #12 6068. ELC org/ob-core.elc #12 6070. ELC org/ob-css.elc #12 6072. ELC org/ob-ditaa.elc #12 6074. ELC org/ob-dot.elc #12 6076. ELC org/ob-emacs-lisp.elc #12 6077. ELC org/ob-eshell.elc #12 6078. ELC org/ob-eval.elc #12 6079. ELC org/ob-exp.elc #12 6080. ELC org/ob-forth.elc #12 6082. ELC org/ob-fortran.elc #12 6094. ELC org/ob-gnuplot.elc #12 6096. ELC org/ob-groovy.elc #12 6097. ELC org/ob-haskell.elc #12 6099. ELC org/ob-java.elc #12 6100. ELC org/ob-js.elc #12 6102. ELC org/ob-julia.elc #12 6104. ELC org/ob-latex.elc #12 6105. ELC org/ob-lilypond.elc #12 6107. ELC org/ob-lisp.elc #12 6108. ELC org/ob-lob.elc #12 6110. ELC org/ob-lua.elc #12 6112. ELC org/ob-makefile.elc #12 6113. ELC org/ob-matlab.elc #12 6115. ELC org/ob-maxima.elc #12 6116. ELC org/ob-ocaml.elc #12 6119. ELC org/ob-octave.elc #12 6121. ELC org/ob-org.elc #12 6123. ELC org/ob-perl.elc #12 6124. ELC org/ob-plantuml.elc #12 6126. ELC org/ob-processing.elc #12 6127. ELC org/ob-python.elc #12 6129. ELC org/ob-ref.elc #12 6131. ELC org/ob-ruby.elc #12 6134. ELC org/ob-sass.elc #12 6136. ELC org/ob-scheme.elc #12 6139. ELC org/ob-screen.elc #12 6140. ELC org/ob-sed.elc #12 6142. ELC org/ob-shell.elc #12 6143. ELC org/ob-sql.elc #12 6145. ELC org/ob-sqlite.elc #12 6147. ELC org/ob-table.elc #12 6148. ELC org/ob-tangle.elc #12 6150. ELC org/ob.elc #12 6152. ELC org/oc-basic.elc #12 6154. ELC org/oc-biblatex.elc #12 6155. ELC org/oc-bibtex.elc #12 6157. ELC org/oc-csl.elc #12 6158. ELC org/oc-natbib.elc #12 6159. ELC org/ol-bbdb.elc #12 6161. ELC org/ol-bibtex.elc #12 6162. ELC org/ol-docview.elc #12 6164. ELC org/ol-doi.elc #12 6165. ELC org/ol-eshell.elc #12 6166. ELC org/ol-eww.elc #12 6169. ELC org/ol-gnus.elc #12 6171. ELC org/ol-info.elc #12 6172. ELC org/ol-irc.elc #12 6173. ELC org/ol-man.elc #12 6176. ELC org/ol-mhe.elc #12 6178. ELC org/ol-rmail.elc #12 6179. ELC org/ol-w3m.elc #12 6181. ELC org/org-agenda.elc #12 6189. ELC org/org-archive.elc #12 6195. ELC org/org-attach-git.elc #12 6199. ELC org/org-attach.elc #12 6204. ELC org/org-capture.elc #12 6210. ELC org/org-clock.elc #12 6215. ELC org/org-colview.elc #12 6220. ELC org/org-compat.elc #12 6222. ELC org/org-crypt.elc #12 6223. ELC org/org-ctags.elc #12 6228. ELC org/org-cycle.elc #12 6229. ELC org/org-datetree.elc #12 6233. ELC org/org-duration.elc #12 6234. ELC org/org-entities.elc #12 6235. ELC org/org-faces.elc #12 6236. ELC org/org-feed.elc #12 6241. ELC org/org-fold-core.elc #12 6243. ELC org/org-fold.elc #12 6245. ELC org/org-footnote.elc #12 6247. ELC org/org-goto.elc #12 6251. ELC org/org-habit.elc #12 6260. ELC org/org-id.elc #12 6264. ELC org/org-indent.elc #12 6269. ELC org/org-inlinetask.elc #12 6273. ELC org/org-keys.elc #12 6275. ELC org/org-lint.elc #12 6283. ELC org/org-list.elc #12 6286. ELC org/org-loaddefs.elc #12 6288. ELC org/org-macs.elc #12 6289. ELC org/org-mobile.elc #12 6295. ELC org/org-mouse.elc #12 6300. ELC org/org-num.elc #12 6305. ELC org/org-pcomplete.elc #12 6306. ELC org/org-persist.elc #12 6310. ELC org/org-plot.elc #12 6315. ELC org/org-protocol.elc #12 6319. ELC org/org-refile.elc #12 6324. ELC org/org-src.elc #12 6325. ELC org/org-table.elc #12 6330. ELC org/org-tempo.elc #12 6334. ELC org/org-timer.elc #12 6338. ELC org/org.elc #12 6359. ELC org/ox-ascii.elc #12 6364. ELC org/ox-beamer.elc #12 6367. ELC org/ox-html.elc #12 6371. ELC org/ox-icalendar.elc #12 6375. ELC org/ox-koma-letter.elc #12 6379. ELC org/ox-latex.elc #12 6384. ELC org/ox-man.elc #12 6387. ELC org/ox-md.elc #12 6390. ELC org/ox-odt.elc #12 6395. ELC org/ox-org.elc #12 6398. ELC org/ox-publish.elc #12 6402. ELC play/5x5.elc #12 6403. ELC play/animate.elc #12 6405. ELC play/blackbox.elc #12 6406. ELC play/bubbles.elc #12 6407. ELC play/cookie1.elc #12 6408. ELC play/decipher.elc #12 6409. ELC play/dissociate.elc #12 6410. ELC play/doctor.elc #12 6412. ELC play/dunnet.elc #12 6413. ELC play/fortune.elc #12 6414. ELC play/gamegrid.elc #12 6415. ELC play/gametree.elc #12 6416. ELC play/gomoku.elc #12 6417. ELC play/handwrite.elc #12 6419. ELC play/hanoi.elc #12 6420. ELC play/life.elc #12 6421. ELC play/morse.elc #12 6422. ELC play/mpuz.elc #12 6424. ELC play/pong.elc #12 6425. ELC play/snake.elc #12 6427. ELC play/solitaire.elc #12 6428. ELC play/spook.elc #12 6430. ELC play/studly.elc #12 6431. ELC play/tetris.elc #12 6431. ELC play/zone.elc #12 6433. ELC progmodes/antlr-mode.elc #12 6444. ELC progmodes/asm-mode.elc #12 6445. ELC progmodes/autoconf.elc #12 6446. ELC progmodes/bat-mode.elc #12 6447. ELC progmodes/bug-reference.elc #12 6449. ELC progmodes/c-ts-common.elc #12 6450. ELC progmodes/c-ts-mode.elc #12 6452. ELC progmodes/cc-bytecomp.elc #12 6453. ELC progmodes/cc-defs.elc #12 6456. ELC progmodes/cc-vars.elc #12 6457. ELC progmodes/cc-langs.elc #12 6461. ELC progmodes/cc-engine.elc #12 6472. ELC progmodes/cc-align.elc #12 6473. ELC progmodes/cc-awk.elc #12 6476. ELC progmodes/cc-cmds.elc #12 6480. ELC progmodes/cc-fonts.elc #12 6484. ELC progmodes/cc-guess.elc #12 6485. ELC progmodes/cc-menus.elc #12 6486. ELC progmodes/cc-styles.elc #12 6488. ELC progmodes/cc-mode.elc #12 6494. ELC progmodes/cfengine.elc #12 6495. ELC progmodes/cl-font-lock.elc #12 6496. ELC progmodes/cmacexp.elc #12 6498. ELC progmodes/cmake-ts-mode.elc #12 6499. ELC progmodes/compile.elc #12 6502. ELC progmodes/cperl-mode.elc #12 6509. ELC progmodes/cpp.elc #12 6510. ELC progmodes/csharp-mode.elc #12 6513. ELC progmodes/cwarn.elc #12 6514. ELC progmodes/dcl-mode.elc #12 6516. ELC progmodes/dockerfile-ts-mode.elc #12 6517. ELC progmodes/ebnf-abn.elc #12 6527. ELC progmodes/ebnf-bnf.elc #12 6528. ELC progmodes/ebnf-dtd.elc #12 6535. ELC progmodes/ebnf-ebx.elc #12 6538. ELC progmodes/ebnf-iso.elc #12 6546. ELC progmodes/ebnf-otz.elc #12 6547. ELC progmodes/ebnf-yac.elc #12 6549. ELC progmodes/ebnf2ps.elc #12 6552. ELC progmodes/ebrowse.elc #12 6559. ELC progmodes/eglot.elc #12 6567. ELC progmodes/elixir-ts-mode.elc #12 6568. ELC progmodes/erts-mode.elc #12 6570. ELC progmodes/etags.elc #12 6573. ELC progmodes/executable.elc #12 6574. ELC progmodes/f90.elc #12 6578. ELC progmodes/flymake-cc.elc #12 6579. ELC progmodes/flymake-proc.elc #12 6582. ELC progmodes/flymake.elc #12 6585. ELC progmodes/fortran.elc #12 6588. ELC progmodes/gdb-mi.elc #12 6594. ELC progmodes/glasses.elc #12 6595. ELC progmodes/go-ts-mode.elc #12 6597. ELC progmodes/grep.elc #12 6600. ELC progmodes/gud.elc #12 6604. ELC progmodes/heex-ts-mode.elc #12 6605. ELC progmodes/hideif.elc #12 6608. ELC progmodes/hideshow.elc #12 6610. ELC progmodes/icon.elc #12 6611. ELC progmodes/idlw-complete-structtag.elc #12 6614. ELC progmodes/idlw-help.elc #12 6617. ELC progmodes/idlw-shell.elc #12 6621. ELC progmodes/idlw-toolbar.elc #12 6623. ELC progmodes/idlwave.elc #12 6629. ELC progmodes/inf-lisp.elc #12 6630. ELC progmodes/java-ts-mode.elc #12 6632. ELC progmodes/js.elc #12 6636. ELC progmodes/json-ts-mode.elc #12 6637. ELC progmodes/ld-script.elc #12 6638. ELC progmodes/m4-mode.elc #12 6639. ELC progmodes/make-mode.elc #12 6641. ELC progmodes/meta-mode.elc #12 6643. ELC progmodes/mixal-mode.elc #12 6644. ELC progmodes/modula2.elc #12 6646. ELC progmodes/octave.elc #12 6649. ELC progmodes/opascal.elc #12 6652. ELC progmodes/pascal.elc #12 6653. ELC progmodes/perl-mode.elc #12 6654. ELC progmodes/project.elc #12 6656. ELC progmodes/prolog.elc #12 6668. ELC progmodes/ps-mode.elc #12 6669. ELC progmodes/python.elc #12 6674. ELC progmodes/ruby-mode.elc #12 6677. ELC progmodes/ruby-ts-mode.elc #12 6679. ELC progmodes/rust-ts-mode.elc #12 6681. ELC progmodes/scheme.elc #12 6683. ELC progmodes/sh-script.elc #12 6686. ELC progmodes/simula.elc #12 6688. ELC progmodes/sql.elc #12 6693. ELC progmodes/subword.elc #12 6694. ELC progmodes/tcl.elc #12 6696. ELC progmodes/typescript-ts-mode.elc #12 6698. ELC progmodes/vera-mode.elc #12 6700. ELC progmodes/verilog-mode.elc #12 6710. ELC progmodes/vhdl-mode.elc #12 6717. ELC progmodes/which-func.elc #12 6718. ELC progmodes/xref.elc #12 6721. ELC progmodes/xscheme.elc #12 6722. ELC term/AT386.elc #12 6722. ELC term/bobcat.elc #12 6724. ELC term/cygwin.elc #12 6724. ELC term/fbterm.elc #12 6725. ELC term/iris-ansi.elc #12 6726. ELC term/konsole.elc #12 6727. ELC term/linux.elc #12 6727. ELC term/lk201.elc #12 6728. ELC term/news.elc #12 6728. ELC term/rxvt.elc #12 6729. ELC term/screen.elc #12 6730. ELC term/st.elc #12 6731. ELC term/sun.elc #12 6732. ELC term/tmux.elc #12 6733. ELC term/tvi970.elc #12 6734. ELC term/vt100.elc #12 6736. ELC term/vt200.elc #12 6737. ELC term/w32console.elc #12 6738. ELC term/wyse50.elc #12 6740. ELC term/xterm.elc #12 6742. ELC textmodes/artist.elc #12 6745. ELC textmodes/bib-mode.elc #12 6746. ELC textmodes/bibtex-style.elc #12 6747. ELC textmodes/bibtex.elc #12 6751. ELC textmodes/conf-mode.elc #12 6752. ELC textmodes/css-mode.elc #12 6756. ELC textmodes/dns-mode.elc #12 6756. ELC textmodes/emacs-authors-mode.elc #12 6756. ELC textmodes/emacs-news-mode.elc #12 6758. ELC textmodes/enriched.elc #12 6758. ELC textmodes/flyspell.elc #12 6761. ELC textmodes/glyphless-mode.elc #12 6762. ELC textmodes/html-ts-mode.elc #12 6768. ELC textmodes/ispell.elc #12 6771. ELC textmodes/less-css-mode.elc #12 6773. ELC textmodes/makeinfo.elc #12 6774. ELC textmodes/mhtml-mode.elc #12 6777. ELC textmodes/nroff-mode.elc #12 6778. ELC textmodes/page-ext.elc #12 6779. ELC textmodes/picture.elc #12 6780. ELC textmodes/pixel-fill.elc #12 6782. ELC textmodes/po.elc #12 6783. ELC textmodes/refbib.elc #12 6784. ELC textmodes/refer.elc #12 6785. ELC textmodes/refill.elc #12 6786. ELC textmodes/reftex-auc.elc #12 6787. ELC textmodes/reftex-cite.elc #12 6789. ELC textmodes/reftex-dcr.elc #12 6791. ELC textmodes/reftex-global.elc #12 6793. ELC textmodes/reftex-index.elc #12 6797. ELC textmodes/reftex-loaddefs.elc #12 6798. ELC textmodes/reftex-parse.elc #12 6800. ELC textmodes/reftex-ref.elc #12 6802. ELC textmodes/reftex-sel.elc #12 6804. ELC textmodes/reftex-toc.elc #12 6807. ELC textmodes/reftex-vars.elc #12 6809. ELC textmodes/reftex.elc #12 6811. ELC textmodes/remember.elc #12 6813. ELC textmodes/rst.elc #12 6818. ELC textmodes/sgml-mode.elc #12 6821. ELC textmodes/string-edit.elc #12 6823. ELC textmodes/table.elc #12 6828. ELC textmodes/tex-mode.elc #12 6831. ELC textmodes/texinfmt.elc #12 6835. ELC textmodes/texinfo-loaddefs.elc #12 6836. ELC textmodes/texinfo.elc #12 6838. ELC textmodes/texnfo-upd.elc #12 6840. ELC textmodes/tildify.elc #12 6841. ELC textmodes/toml-ts-mode.elc #12 6842. ELC textmodes/two-column.elc #12 6843. ELC textmodes/underline.elc #12 6845. ELC textmodes/word-wrap-mode.elc #12 6848. ELC textmodes/yaml-ts-mode.elc #12 6849. ELC url/url-auth.elc #12 6850. ELC url/url-cache.elc #12 6854. ELC url/url-cid.elc #12 6857. ELC url/url-cookie.elc #12 6860. ELC url/url-dav.elc #12 6863. ELC url/url-domsuf.elc #12 6864. ELC url/url-expand.elc #12 6864. ELC url/url-file.elc #12 6866. ELC url/url-ftp.elc #12 6868. ELC url/url-future.elc #12 6870. ELC url/url-gw.elc #12 6872. ELC url/url-handlers.elc #12 6874. ELC url/url-history.elc #12 6876. ELC url/url-http.elc #12 6878. ELC url/url-imap.elc #12 6882. ELC url/url-irc.elc #12 6883. ELC url/url-ldap.elc #12 6886. ELC url/url-mailto.elc #12 6888. ELC url/url-methods.elc #12 6891. ELC url/url-misc.elc #12 6892. ELC url/url-news.elc #12 6894. ELC url/url-nfs.elc #12 6896. ELC url/url-parse.elc #12 6898. ELC url/url-privacy.elc #12 6900. ELC url/url-proxy.elc #12 6901. ELC url/url-queue.elc #12 6904. ELC url/url-tramp.elc #12 6906. ELC url/url-util.elc #12 6908. ELC url/url-vars.elc #12 6909. ELC url/url.elc #12 6911. ELC use-package/bind-key.elc #12 6912. ELC use-package/use-package-bind-key.elc #12 6914. ELC use-package/use-package-core.elc #12 6917. ELC use-package/use-package-delight.elc #12 6919. ELC use-package/use-package-diminish.elc #12 6919. ELC use-package/use-package-ensure-system-package.elc #12 6921. ELC use-package/use-package-ensure.elc #12 6922. ELC use-package/use-package-jump.elc #12 6923. ELC use-package/use-package-lint.elc #12 6924. ELC use-package/use-package.elc #12 6925. ELC vc/add-log.elc #12 6927. ELC vc/compare-w.elc #12 6929. ELC vc/cvs-status.elc #12 6931. ELC vc/diff-mode.elc #12 6934. ELC vc/diff.elc #12 6936. ELC vc/ediff-diff.elc #12 6939. ELC vc/ediff-help.elc #12 6943. ELC vc/ediff-init.elc #12 6946. ELC vc/ediff-merg.elc #12 6948. ELC vc/ediff-mult.elc #12 6951. ELC vc/ediff-ptch.elc #12 6954. ELC vc/ediff-util.elc #12 6960. ELC vc/ediff-vers.elc #12 6962. ELC vc/ediff-wind.elc #12 6964. ELC vc/ediff.elc #12 6966. ELC vc/emerge.elc #12 6969. ELC vc/log-edit.elc #12 6972. ELC vc/log-view.elc #12 6973. ELC vc/pcvs-defs.elc #12 6975. ELC vc/pcvs-info.elc #12 6977. ELC vc/pcvs-parse.elc #12 6979. ELC vc/pcvs-util.elc #12 6980. ELC vc/pcvs.elc #12 6984. ELC vc/smerge-mode.elc #12 6986. ELC vc/vc-annotate.elc #12 6987. ELC vc/vc-bzr.elc #12 6989. ELC vc/vc-cvs.elc #12 6990. ELC vc/vc-dav.elc #12 6991. ELC vc/vc-dir.elc #12 6993. ELC vc/vc-dispatcher.elc #12 6995. ELC vc/vc-filewise.elc #12 6996. ELC vc/vc-git.elc #12 6999. ELC vc/vc-hg.elc #12 7001. ELC vc/vc-rcs.elc #12 7003. ELC vc/vc-sccs.elc #12 7004. ELC vc/vc-src.elc #12 7005. ELC vc/vc-svn.elc #12 7006. ELC vc/vc.elc #12 7007. make[4]: Leaving directory '/checkout/lisp' #12 7007. GEN cus-load.el #12 7023. GEN finder-inf.el #12 7032. make[4]: Entering directory '/checkout/leim' #12 7032. /bin/mkdir -p ../lisp/leim/ja-dic #12 7032. GEN ../lisp/leim/ja-dic/ja-dic.el #12 7129. make[4]: Leaving directory '/checkout/leim' #12 7129. make[4]: Entering directory '/checkout/lisp' #12 7130. ELC leim/ja-dic/ja-dic.elc #12 7159. make[4]: Leaving directory '/checkout/lisp' #12 7159. make[4]: Entering directory '/checkout/doc/misc' #12 7159. GEN org.texi #12 7232. GEN modus-themes.texi #12 7245. make[4]: Leaving directory '/checkout/doc/misc' #12 7245. make[3]: Leaving directory '/checkout/lisp' #12 7245. make -C doc/lispref info #12 7245. make[3]: Entering directory '/checkout/doc/lispref' #12 7245. /bin/mkdir -p ../../info #12 7245. GEN ../../info/elisp.info #12 7434. make[3]: Leaving directory '/checkout/doc/lispref' #12 7434. make -C doc/lispintro info #12 7434. make[3]: Entering directory '/checkout/doc/lispintro' #12 7434. GEN ../../info/eintr.info #12 7468. make[3]: Leaving directory '/checkout/doc/lispintro' #12 7468. make -C doc/emacs info #12 7468. make[3]: Entering directory '/checkout/doc/emacs' #12 7468. GEN ../../info/emacs.info #12 7574. make[3]: Leaving directory '/checkout/doc/emacs' #12 7574. make -C doc/misc info #12 7575. make[3]: Entering directory '/checkout/doc/misc' #12 7575. GEN ../../info/auth.info #12 7579. GEN ../../info/autotype.info #12 7585. GEN ../../info/bovine.info #12 7588. GEN ../../info/calc.info #12 7633. GEN ../../info/ccmode.info #12 7646. GEN ../../info/cl.info #12 7654. GEN ../../info/dbus.info #12 7659. GEN ../../info/dired-x.info #12 7663. GEN ../../info/ebrowse.info #12 7667. GEN ../../info/ede.info #12 7675. GEN ../../info/ediff.info #12 7679. GEN ../../info/edt.info #12 7682. GEN ../../info/efaq.info #12 7689. GEN ../../info/eglot.info #12 7693. GEN ../../info/eieio.info #12 7698. GEN ../../info/emacs-gnutls.info #12 7701. GEN ../../info/emacs-mime.info #12 7705. GEN ../../info/epa.info #12 7709. GEN ../../info/erc.info #12 7714. GEN ../../info/ert.info #12 7718. GEN ../../info/eshell.info #12 7723. GEN ../../info/eudc.info #12 7730. GEN ../../info/eww.info #12 7732. GEN ../../info/flymake.info #12 7736. GEN ../../info/forms.info #12 7739. GEN ../../info/gnus.info #12 7781. GEN ../../info/htmlfontify.info #12 7785. GEN ../../info/idlwave.info #12 7793. GEN ../../info/ido.info #12 7797. GEN ../../info/info.info #12 7801. GEN ../../info/mairix-el.info #12 7803. GEN ../../info/message.info #12 7809. GEN ../../info/mh-e.info #12 7822. GEN ../../info/modus-themes.info #12 7830. GEN ../../info/newsticker.info #12 7833. GEN ../../info/nxml-mode.info #12 7835. GEN ../../info/octave-mode.info #12 7838. GEN ../../info/org.info #12 7871. GEN ../../info/pcl-cvs.info #12 7876. GEN ../../info/pgg.info #12 7879. GEN ../../info/rcirc.info #12 7883. GEN ../../info/reftex.info #12 7894. GEN ../../info/remember.info #12 7896. GEN ../../info/sasl.info #12 7899. GEN ../../info/sc.info #12 7903. GEN ../../info/semantic.info #12 7908. GEN ../../info/ses.info #12 7912. GEN ../../info/sieve.info #12 7915. GEN ../../info/smtpmail.info #12 7918. GEN ../../info/speedbar.info #12 7922. GEN ../../info/srecode.info #12 7926. GEN ../../info/todo-mode.info #12 7930. GEN ../../info/tramp.info #12 7942. GEN ../../info/transient.info #12 7948. GEN ../../info/url.info #12 7952. GEN ../../info/use-package.info #12 7958. GEN ../../info/vhdl-mode.info #12 7961. GEN ../../info/vip.info #12 7968. GEN ../../info/viper.info #12 7976. GEN ../../info/vtable.info #12 7979. GEN ../../info/widget.info #12 7985. GEN ../../info/wisent.info #12 7989. GEN ../../info/woman.info #12 7993. GEN ../../info/efaq-w32.info #12 7999. make[3]: Leaving directory '/checkout/doc/misc' #12 7999. GEN info/dir #12 8000. make -C src BIN_DESTDIR=''/checkout/nextstep/Emacs.app/'' ELN_DESTDIR='/checkout/nextstep/Emacs.app/Frameworks/' #12 8001. make[3]: Entering directory '/checkout/src' #12 8001. make -C ../admin/charsets all #12 8001. make[4]: Entering directory '/checkout/admin/charsets' #12 8001. make[4]: Nothing to be done for 'all'. #12 8001. make[4]: Leaving directory '/checkout/admin/charsets' #12 8001. make -C ../admin/unidata charscript.el #12 8001. make[4]: Entering directory '/checkout/admin/unidata' #12 8002. make[4]: Nothing to be done for 'charscript.el'. #12 8002. make[4]: Leaving directory '/checkout/admin/unidata' #12 8002. make -C ../admin/unidata emoji-zwj.el #12 8002. make[4]: Entering directory '/checkout/admin/unidata' #12 8002. make[4]: Nothing to be done for 'emoji-zwj.el'. #12 8002. make[4]: Leaving directory '/checkout/admin/unidata' #12 8002. make -C ../admin/unidata all EMACS="../../src/bootstrap-emacs" #12 8002. make[4]: Entering directory '/checkout/admin/unidata' #12 8002. make[4]: Nothing to be done for 'all'. #12 8002. make[4]: Leaving directory '/checkout/admin/unidata' #12 8002. make -C ../admin/charsets cp51932.el #12 8002. make[4]: Entering directory '/checkout/admin/charsets' #12 8002. make[4]: Nothing to be done for 'cp51932.el'. #12 8002. make[4]: Leaving directory '/checkout/admin/charsets' #12 8002. make -C ../admin/charsets eucjp-ms.el #12 8002. make[4]: Entering directory '/checkout/admin/charsets' #12 8002. make[4]: Nothing to be done for 'eucjp-ms.el'. #12 8002. make[4]: Leaving directory '/checkout/admin/charsets' #12 8002. make -C ../nextstep all #12 8002. make[4]: Entering directory '/checkout/nextstep' #12 8002. make -C ../src emacs #12 8003. make[5]: Entering directory '/checkout/src' #12 8003. make -C ../admin/charsets all #12 8004. make[6]: Entering directory '/checkout/admin/charsets' #12 8004. make[6]: Nothing to be done for 'all'. #12 8004. make[6]: Leaving directory '/checkout/admin/charsets' #12 8004. make -C ../admin/unidata charscript.el #12 8004. make[6]: Entering directory '/checkout/admin/unidata' #12 8004. make[6]: Nothing to be done for 'charscript.el'. #12 8004. make[6]: Leaving directory '/checkout/admin/unidata' #12 8004. make -C ../admin/unidata emoji-zwj.el #12 8004. make[6]: Entering directory '/checkout/admin/unidata' #12 8004. make[6]: Nothing to be done for 'emoji-zwj.el'. #12 8004. make[6]: Leaving directory '/checkout/admin/unidata' #12 8004. make -C ../admin/unidata all EMACS="../../src/bootstrap-emacs" #12 8004. make[6]: Entering directory '/checkout/admin/unidata' #12 8004. make[6]: Nothing to be done for 'all'. #12 8004. make[6]: Leaving directory '/checkout/admin/unidata' #12 8004. make -C ../admin/charsets cp51932.el #12 8004. make[6]: Entering directory '/checkout/admin/charsets' #12 8004. make[6]: Nothing to be done for 'cp51932.el'. #12 8004. make[6]: Leaving directory '/checkout/admin/charsets' #12 8004. make -C ../admin/charsets eucjp-ms.el #12 8004. make[6]: Entering directory '/checkout/admin/charsets' #12 8004. make[6]: Nothing to be done for 'eucjp-ms.el'. #12 8004. make[6]: Leaving directory '/checkout/admin/charsets' #12 8004. make[5]: Leaving directory '/checkout/src' #12 8004. /bin/mkdir -p /checkout/nextstep/Emacs.app #12 8004. cp -f ../src/emacs /checkout/nextstep/Emacs.app/Emacs #12 8005. make[4]: Leaving directory '/checkout/nextstep' #12 8005. make[3]: Leaving directory '/checkout/src' #12 8005. make[2]: Leaving directory '/checkout' #12 8005. make[1]: Leaving directory '/checkout' #12 8005. make sanity-check make-target=bootstrap #12 8005. make[1]: Entering directory '/checkout' #12 8006. make[1]: Leaving directory '/checkout' #12 DONE 8007.8s #13 exporting to image #13 exporting layers #13 exporting layers 137.5s done #13 writing image sha256:ab8d535432e946e20d3a7e1cd9b9f299f7356f7adc12491722f3706ab6685a52 #13 writing image sha256:ab8d535432e946e20d3a7e1cd9b9f299f7356f7adc12491722f3706ab6685a52 0.1s done #13 naming to emba.gnu.org:5050/emacs/emacs:emacs-gnustep-master $ docker push ${CI_REGISTRY_IMAGE}:${target}-${BUILD_TAG} #13 naming to emba.gnu.org:5050/emacs/emacs:emacs-gnustep-master 0.1s done #13 DONE 137.7s The push refers to repository [emba.gnu.org:5050/emacs/emacs] bfbf01a0c04a: Preparing 1e7b4cc38d79: Preparing e2b648c435eb: Preparing 5f70bf18a086: Preparing 6afd3489f64f: Preparing cb6497854d06: Preparing 79fdc17a37c6: Preparing 3dcc62b22ecb: Preparing bfbf01a0c04a: Waiting 1e7b4cc38d79: Waiting e2b648c435eb: Waiting 5f70bf18a086: Waiting 6afd3489f64f: Waiting cb6497854d06: Waiting 79fdc17a37c6: Waiting 3dcc62b22ecb: Waiting 5f70bf18a086: Retrying in 5 seconds 5f70bf18a086: Retrying in 4 seconds 5f70bf18a086: Retrying in 3 seconds 5f70bf18a086: Retrying in 2 seconds 5f70bf18a086: Retrying in 1 second 5f70bf18a086: Retrying in 10 seconds 5f70bf18a086: Retrying in 9 seconds 5f70bf18a086: Retrying in 8 seconds 5f70bf18a086: Retrying in 7 seconds 5f70bf18a086: Retrying in 6 seconds 5f70bf18a086: Retrying in 5 seconds 5f70bf18a086: Retrying in 4 seconds 5f70bf18a086: Retrying in 3 seconds 5f70bf18a086: Retrying in 2 seconds 5f70bf18a086: Retrying in 1 second 5f70bf18a086: Retrying in 15 seconds 5f70bf18a086: Retrying in 14 seconds 5f70bf18a086: Retrying in 13 seconds 5f70bf18a086: Retrying in 12 seconds 5f70bf18a086: Retrying in 11 seconds 5f70bf18a086: Retrying in 10 seconds 5f70bf18a086: Retrying in 9 seconds 5f70bf18a086: Retrying in 8 seconds 5f70bf18a086: Retrying in 7 seconds 5f70bf18a086: Retrying in 6 seconds 5f70bf18a086: Retrying in 5 seconds 5f70bf18a086: Retrying in 4 seconds 5f70bf18a086: Retrying in 3 seconds 5f70bf18a086: Retrying in 2 seconds 5f70bf18a086: Retrying in 1 second 5f70bf18a086: Retrying in 20 seconds 5f70bf18a086: Retrying in 19 seconds 5f70bf18a086: Retrying in 18 seconds 5f70bf18a086: Retrying in 17 seconds 5f70bf18a086: Retrying in 16 seconds 5f70bf18a086: Retrying in 15 seconds 5f70bf18a086: Retrying in 14 seconds 5f70bf18a086: Retrying in 13 seconds 5f70bf18a086: Retrying in 12 seconds 5f70bf18a086: Retrying in 11 seconds 5f70bf18a086: Retrying in 10 seconds 5f70bf18a086: Retrying in 9 seconds 5f70bf18a086: Retrying in 8 seconds 5f70bf18a086: Retrying in 7 seconds 5f70bf18a086: Retrying in 6 seconds 5f70bf18a086: Retrying in 5 seconds 5f70bf18a086: Retrying in 4 seconds 5f70bf18a086: Retrying in 3 seconds 5f70bf18a086: Retrying in 2 seconds 5f70bf18a086: Retrying in 1 second bfbf01a0c04a: Retrying in 5 seconds bfbf01a0c04a: Retrying in 4 seconds bfbf01a0c04a: Retrying in 3 seconds bfbf01a0c04a: Retrying in 2 seconds bfbf01a0c04a: Retrying in 1 second bfbf01a0c04a: Retrying in 10 seconds bfbf01a0c04a: Retrying in 9 seconds bfbf01a0c04a: Retrying in 8 seconds bfbf01a0c04a: Retrying in 7 seconds bfbf01a0c04a: Retrying in 6 seconds bfbf01a0c04a: Retrying in 5 seconds bfbf01a0c04a: Retrying in 4 seconds bfbf01a0c04a: Retrying in 3 seconds bfbf01a0c04a: Retrying in 2 seconds bfbf01a0c04a: Retrying in 1 second bfbf01a0c04a: Retrying in 15 seconds bfbf01a0c04a: Retrying in 14 seconds bfbf01a0c04a: Retrying in 13 seconds bfbf01a0c04a: Retrying in 12 seconds bfbf01a0c04a: Retrying in 11 seconds bfbf01a0c04a: Retrying in 10 seconds bfbf01a0c04a: Retrying in 9 seconds bfbf01a0c04a: Retrying in 8 seconds bfbf01a0c04a: Retrying in 7 seconds bfbf01a0c04a: Retrying in 6 seconds bfbf01a0c04a: Retrying in 5 seconds bfbf01a0c04a: Retrying in 4 seconds bfbf01a0c04a: Retrying in 3 seconds bfbf01a0c04a: Retrying in 2 seconds bfbf01a0c04a: Retrying in 1 second 1e7b4cc38d79: Retrying in 5 seconds 1e7b4cc38d79: Retrying in 4 seconds 1e7b4cc38d79: Retrying in 3 seconds 1e7b4cc38d79: Retrying in 2 seconds 1e7b4cc38d79: Retrying in 1 second bfbf01a0c04a: Retrying in 20 seconds bfbf01a0c04a: Retrying in 19 seconds bfbf01a0c04a: Retrying in 18 seconds bfbf01a0c04a: Retrying in 17 seconds bfbf01a0c04a: Retrying in 16 seconds bfbf01a0c04a: Retrying in 15 seconds bfbf01a0c04a: Retrying in 14 seconds bfbf01a0c04a: Retrying in 13 seconds bfbf01a0c04a: Retrying in 12 seconds bfbf01a0c04a: Retrying in 11 seconds bfbf01a0c04a: Retrying in 10 seconds bfbf01a0c04a: Retrying in 9 seconds bfbf01a0c04a: Retrying in 8 seconds bfbf01a0c04a: Retrying in 7 seconds bfbf01a0c04a: Retrying in 6 seconds bfbf01a0c04a: Retrying in 5 seconds 1e7b4cc38d79: Retrying in 10 seconds bfbf01a0c04a: Retrying in 4 seconds 1e7b4cc38d79: Retrying in 9 seconds bfbf01a0c04a: Retrying in 3 seconds 1e7b4cc38d79: Retrying in 8 seconds bfbf01a0c04a: Retrying in 2 seconds 1e7b4cc38d79: Retrying in 7 seconds bfbf01a0c04a: Retrying in 1 second 1e7b4cc38d79: Retrying in 6 seconds 1e7b4cc38d79: Retrying in 5 seconds 1e7b4cc38d79: Retrying in 4 seconds 1e7b4cc38d79: Retrying in 3 seconds 1e7b4cc38d79: Retrying in 2 seconds 1e7b4cc38d79: Retrying in 1 second e2b648c435eb: Retrying in 5 seconds e2b648c435eb: Retrying in 4 seconds e2b648c435eb: Retrying in 3 seconds e2b648c435eb: Retrying in 2 seconds e2b648c435eb: Retrying in 1 second net/http: request canceled (Client.Timeout exceeded while awaiting headers) section_end:1693146762:step_script section_start:1693146762:after_script Running after_script Running after script... $ test -n "$(docker ps -aq -f name=${test_name})" && docker cp ${test_name}:checkout/test ${test_name} $ test -n "$(docker ps -aq -f name=${test_name})" && docker rm ${test_name} $ find ${test_name} ! \( -name "*.log" -o -name ${EMACS_TEST_JUNIT_REPORT} \) -type f -delete find: build-image-gnustep-c122cc83: No such file or directory section_end:1693146766:after_script section_start:1693146766:cleanup_file_variables Cleaning up project directory and file based variables section_end:1693146771:cleanup_file_variables ERROR: Job failed: exit code 1