Running with gitlab-runner 15.3.0 (bbcb5aba)  on emba-docker-runner 2oEDrUT7 section_start:1696637003: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:1696637035:prepare_executor section_start:1696637035:prepare_script Preparing environment Running on runner-2oedrut7-project-1-concurrent-1 via emba.gnu.org... section_end:1696637039:prepare_script section_start:1696637039: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 8dbc7408 as master... Skipping Git submodules setup section_end:1696637069:get_sources section_start:1696637069: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: 13 Server Version: 20.10.21 Storage Driver: overlay2 Backing Filesystem: xfs Supports d_type: true Native Overlay Diff: true userxattr: false Logging Driver: json-file Cgroup Driver: cgroupfs Plugins: Volume: local Network: bridge host ipvlan macvlan null overlay Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog Swarm: inactive Runtimes: io.containerd.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-8dbc74084b708c7dffbf0a982779ae4b1e54c2c6/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded $ docker build --pull --target ${target} -t ${CI_REGISTRY_IMAGE}:${target}-${BUILD_TAG} -f test/infra/Dockerfile.emba . #1 [internal] load build definition from Dockerfile.emba #1 transferring dockerfile: 6.46kB 0.0s done #1 DONE 2.4s #2 [internal] load .dockerignore #2 transferring context: #2 transferring context: 2B done #2 DONE 5.9s #3 [internal] load metadata for docker.io/library/debian:bullseye #3 DONE 0.4s #4 [emacs-base 1/2] FROM docker.io/library/debian:bullseye@sha256:54d33aaad... #4 DONE 0.0s #7 [internal] load build context #7 transferring context: 33B #7 transferring context: 33.71MB 5.1s #7 transferring context: 61.39MB 10.3s #7 transferring context: 80.90MB 15.3s #7 transferring context: 96.78MB 20.3s #7 transferring context: 108.49MB 25.4s #7 transferring context: 125.47MB 30.4s #7 transferring context: 148.78MB 35.4s #7 transferring context: 170.25MB 48.4s #7 transferring context: 194.98MB 53.5s #7 transferring context: 218.15MB 58.6s #7 transferring context: 244.03MB 63.6s #7 transferring context: 244.22MB 64.3s done #7 DONE 91.5s #5 [emacs-base 2/2] RUN apt-get update && apt-get install -y --no-insta... #5 CACHED #6 [emacs-gnustep 1/6] RUN apt-get update && apt-get install -y --no-in... #6 CACHED #8 [emacs-gnustep 2/6] COPY . /checkout #8 DONE 32.3s #9 [emacs-gnustep 3/6] WORKDIR /checkout #9 DONE 2.1s #10 [emacs-gnustep 4/6] RUN ./autogen.sh autoconf #10 3.865 Checking whether you have the necessary tools... #10 3.865 (Read INSTALL.REPO for more details on building Emacs) #10 3.878 Checking for autoconf (need at least version 2.65) ... ok #10 4.162 Your system has the required tools. #10 4.196 Building aclocal.m4 ... #10 4.207 Running 'autoreconf -fi -I m4' ... #10 29.73 Building 'aclocal.m4' in exec ... #10 29.73 Running 'autoreconf -fi' in exec ... #10 42.27 You can now run './autogen.sh git'. #10 DONE 57.6s #11 [emacs-gnustep 5/6] RUN ./configure --with-ns #11 5.142 checking for xcrun... no #11 5.142 checking for GNU Make... make #11 5.200 checking build system type... x86_64-pc-linux-gnu #11 5.924 checking host system type... x86_64-pc-linux-gnu #11 5.962 checking for gcc... gcc #11 6.156 checking whether the C compiler works... yes #11 7.439 checking for C compiler default output file name... a.out #11 7.459 checking for suffix of executables... #11 7.764 checking whether we are cross compiling... no #11 8.061 checking for suffix of object files... o #11 8.164 checking whether we are using the GNU C compiler... yes #11 8.258 checking whether gcc accepts -g... yes #11 8.394 checking for gcc option to enable C11 features... none needed #11 8.994 checking whether the compiler is clang... no #11 9.153 checking for compiler option needed when checking for declarations... none #11 9.153 checking whether gcc and cc understand -c and -o together... yes #11 9.681 checking how to run the C preprocessor... gcc -E #11 38.42 checking for grep that handles long lines and -e... /bin/grep #11 38.44 checking for egrep... /bin/grep -E #11 38.45 checking for ANSI C header files... yes #11 39.30 checking for sys/types.h... yes #11 39.54 checking for sys/stat.h... yes #11 39.79 checking for stdlib.h... yes #11 40.63 checking for string.h... yes #11 40.98 checking for memory.h... yes #11 41.22 checking for strings.h... yes #11 41.54 checking for inttypes.h... yes #11 41.81 checking for stdint.h... yes #11 42.01 checking for unistd.h... yes #11 42.29 checking for wchar.h... yes #11 42.48 checking for minix/config.h... no #11 42.59 checking for linux/fs.h... yes #11 42.94 checking for malloc.h... yes #11 43.28 checking for sys/systeminfo.h... no #11 43.72 checking for sys/sysinfo.h... yes #11 44.06 checking for coff.h... no #11 44.41 checking for pty.h... yes #11 44.69 checking for sys/resource.h... yes #11 45.09 checking for sys/utsname.h... yes #11 45.52 checking for pwd.h... yes #11 45.88 checking for util.h... no #11 46.38 checking for sanitizer/lsan_interface.h... yes #11 46.80 checking for sanitizer/asan_interface.h... yes #11 47.27 checking for sanitizer/common_interface_defs.h... yes #11 47.73 checking for sys/socket.h... yes #11 48.20 checking for stdlib.h... (cached) yes #11 48.28 checking for unistd.h... (cached) yes #11 48.39 checking for sys/param.h... yes #11 48.82 checking for pthread.h... yes #11 49.29 checking for malloc/malloc.h... no #11 49.58 checking for sys/un.h... yes #11 50.00 checking for utmp.h... yes #11 50.44 checking for utmpx.h... yes #11 50.99 checking for OS.h... no #11 51.32 checking for dirent.h... yes #11 51.68 checking for execinfo.h... yes #11 52.21 checking for linux/xattr.h... yes #11 52.66 checking for stdio_ext.h... yes #11 53.12 checking for sys/vfs.h... yes #11 53.48 checking for sys/fs_types.h... no #11 53.79 checking for getopt.h... yes #11 54.20 checking for sys/cdefs.h... yes #11 54.67 checking for sys/time.h... yes #11 55.11 checking for ieee754.h... yes #11 55.51 checking for limits.h... yes #11 55.90 checking for inttypes.h... (cached) yes #11 55.96 checking for sys/types.h... (cached) yes #11 56.06 checking for stdint.h... (cached) yes #11 56.12 checking for sys/select.h... yes #11 56.48 checking for stdbool.h... yes #11 56.94 checking for stdckdint.h... no #11 57.30 checking for sys/random.h... yes #11 57.71 checking for sys/stat.h... (cached) yes #11 57.75 checking whether it is safe to define __EXTENSIONS__... yes #11 58.16 checking whether _XOPEN_SOURCE should be defined... no #11 58.39 checking for Minix Amsterdam compiler... no #11 58.53 checking for ar... ar #11 58.53 checking for ranlib... ranlib #11 58.55 checking for gcc option to enable large file support... none needed #11 58.90 checking for gcc option for timestamps after 2038... none needed #11 59.13 checking for g++... g++ #11 59.34 checking whether we are using the GNU C++ compiler... yes #11 59.49 checking whether g++ accepts -g... yes #11 59.65 checking for g++ option to enable C++11 features... none needed #11 111.6 checking how to run the C++ preprocessor... g++ -E #11 112.0 checking whether gcc accepts -g3 -O2... yes #11 112.2 checking whether the compiler is clang... no #11 112.4 checking whether C compiler handles -Werror -Wunknown-warning-option... no #11 112.6 checking whether -Wno-missing-field-initializers is needed... yes #11 113.0 checking whether -Wuninitialized is supported... yes #11 113.1 checking whether C compiler handles -fstrict-flex-arrays... no #11 113.2 checking whether C compiler handles -Wall... yes #11 113.4 checking whether C compiler handles -Warith-conversion... yes #11 113.7 checking whether C compiler handles -Wdate-time... yes #11 114.0 checking whether C compiler handles -Wdisabled-optimization... yes #11 114.2 checking whether C compiler handles -Wdouble-promotion... yes #11 114.5 checking whether C compiler handles -Wduplicated-cond... yes #11 114.8 checking whether C compiler handles -Wextra... yes #11 115.1 checking whether C compiler handles -Wformat-signedness... yes #11 115.4 checking whether C compiler handles -Winit-self... yes #11 115.6 checking whether C compiler handles -Winvalid-pch... yes #11 116.0 checking whether C compiler handles -Wlogical-op... yes #11 116.2 checking whether C compiler handles -Wmissing-declarations... yes #11 116.4 checking whether C compiler handles -Wmissing-include-dirs... yes #11 116.7 checking whether C compiler handles -Wmissing-prototypes... yes #11 116.9 checking whether C compiler handles -Wnested-externs... yes #11 117.1 checking whether C compiler handles -Wnull-dereference... yes #11 117.3 checking whether C compiler handles -Wold-style-definition... yes #11 117.5 checking whether C compiler handles -Wopenmp-simd... yes #11 117.8 checking whether C compiler handles -Wpacked... yes #11 118.1 checking whether C compiler handles -Wpointer-arith... yes #11 118.3 checking whether C compiler handles -Wstrict-flex-arrays... no #11 118.4 checking whether C compiler handles -Wstrict-prototypes... yes #11 118.6 checking whether C compiler handles -Wsuggest-attribute=format... yes #11 118.9 checking whether C compiler handles -Wsuggest-attribute=noreturn... yes #11 119.2 checking whether C compiler handles -Wsuggest-final-methods... yes #11 119.4 checking whether C compiler handles -Wsuggest-final-types... yes #11 119.7 checking whether C compiler handles -Wtrampolines... yes #11 120.1 checking whether C compiler handles -Wuninitialized... yes #11 120.5 checking whether C compiler handles -Wunknown-pragmas... yes #11 120.9 checking whether C compiler handles -Wunused-macros... yes #11 121.4 checking whether C compiler handles -Wvariadic-macros... yes #11 121.9 checking whether C compiler handles -Wvector-operation-performance... yes #11 122.2 checking whether C compiler handles -Wwrite-strings... yes #11 122.6 checking whether C compiler handles -Warray-bounds=2... yes #11 122.9 checking whether C compiler handles -Wattribute-alias=2... yes #11 123.4 checking whether C compiler handles -Wformat=2... yes #11 123.7 checking whether C compiler handles -Wformat-truncation=2... yes #11 124.0 checking whether C compiler handles -Wimplicit-fallthrough=5... yes #11 124.3 checking whether C compiler handles -Wshift-overflow=2... yes #11 124.6 checking whether C compiler handles -Wuse-after-free=3... no #11 124.8 checking whether C compiler handles -Wvla-larger-than=4031... yes #11 125.0 checking whether C compiler handles -Wno-missing-field-initializers... yes #11 125.3 checking whether C compiler handles -Wredundant-decls... yes #11 125.5 checking whether C compiler handles -Wno-missing-field-initializers... (cached) yes #11 125.5 checking whether C compiler handles -Wno-override-init... yes #11 125.8 checking whether C compiler handles -Wno-sign-compare... yes #11 126.0 checking whether C compiler handles -Wno-type-limits... yes #11 126.4 checking whether C compiler handles -Wno-unused-parameter... yes #11 126.8 checking whether C compiler handles -Wno-format-nonliteral... yes #11 127.2 checking whether C compiler handles -Wno-bidi-chars... no #11 127.3 checking for a BSD-compatible install... /usr/bin/install -c #11 127.3 checking command to symlink files in the same directory... ln -s #11 127.4 checking for install-info... : #11 127.4 checking for gzip... /bin/gzip #11 127.4 checking for 'find' args to delete a file... -delete #11 127.4 checking for brew... no #11 128.3 checking for -znocombreloc... not needed #11 128.3 checking whether addresses are sanitized... no #11 128.5 checking for math library... -lm #11 129.6 checking for struct passwd.pw_gecos... yes #11 129.7 checking for pkg-config... /usr/bin/pkg-config #11 129.7 checking pkg-config is at least version 0.9.0... yes #11 129.7 checking for machine/soundcard.h... no #11 129.8 checking for sys/soundcard.h... yes #11 130.1 checking for soundcard.h... no #11 130.2 checking for mmsystem.h... no #11 130.3 checking for _oss_ioctl in -lossaudio... no #11 130.6 checking for alsa >= 1.0.0... no #11 130.6 checking for ADDR_NO_RANDOMIZE... yes #11 130.8 checking if Linux sysinfo may be used... yes #11 131.3 checking for sys/wait.h that is POSIX.1 compatible... yes #11 131.4 checking for net/if.h... yes #11 131.8 checking for ifaddrs.h... yes #11 132.0 checking for net/if_dl.h... no #11 132.2 checking for struct ifreq.ifr_flags... yes #11 132.8 checking for struct ifreq.ifr_hwaddr... yes #11 133.6 checking for struct ifreq.ifr_netmask... yes #11 134.2 checking for struct ifreq.ifr_broadaddr... yes #11 134.9 checking for struct ifreq.ifr_addr... yes #11 135.7 checking for struct ifreq.ifr_addr.sa_len... no #11 136.6 checking whether gcc understands -MMD -MF... yes #11 136.8 checking for X... no #11 137.6 checking AppKit/AppKit.h usability... yes #11 140.3 checking AppKit/AppKit.h presence... yes #11 140.9 checking for AppKit/AppKit.h... yes #11 140.9 checking for Mac OS X 12.0 or later... yes #11 141.1 checking for gcc... gcc #11 141.3 checking whether we are using the GNU Objective C compiler... yes #11 141.4 checking whether gcc accepts -g... yes #11 141.7 checking if the Objective C compiler supports instancetype... yes #11 141.8 checking if the Objective C compiler defaults to C99... no #11 142.0 checking whether malloc is Doug Lea style... no #11 142.3 checking for sbrk... yes #11 142.7 checking for __lsan_ignore_object... no #11 143.2 checking for fchmod... yes #11 143.5 checking for utmpname... yes #11 143.8 checking for utmpxname... yes #11 144.1 checking for canonicalize_file_name... yes #11 144.5 checking for realpath... yes #11 144.8 checking for lstat... yes #11 145.1 checking for fchmodat... yes #11 145.6 checking for lchmod... no #11 145.9 checking for fcntl... yes #11 146.3 checking for fdopendir... yes #11 146.6 checking for listxattr... yes #11 146.9 checking for fstatat... yes #11 147.2 checking for fsync... yes #11 147.4 checking for gettimeofday... yes #11 147.8 checking for memset_explicit... no #11 148.2 checking for memset_s... no #11 148.7 checking for pselect... yes #11 149.3 checking for readlink... yes #11 149.8 checking for isblank... yes #11 150.4 checking for iswctype... yes #11 150.8 checking for strtoimax... yes #11 151.4 checking for symlink... yes #11 152.0 checking for localtime_r... yes #11 152.6 checking for getdtablesize... yes #11 153.2 checking for getpagesize... yes #11 153.6 checking for working mmap... yes #11 154.5 checking for main in -lXbsd... no #11 155.0 checking for pthread library... -lpthread #11 156.3 checking for thread support... yes #11 156.3 checking for librsvg-2.0 >= 2.14.0... no #11 156.3 checking for libwebpdemux >= 0.6.0... no #11 156.4 checking for WebPGetInfo... no #11 156.9 checking for libwebpdemux >= 0.6.0 libwebpdecoder >= 0.6.0... no #11 157.0 checking for sqlite3_open_v2 in -lsqlite3... no #11 157.5 checking for getaddrinfo_a in -lanl... yes #11 158.0 checking for malloc_trim... yes #11 158.5 checking for dbus-1 >= 1.0... yes #11 158.7 checking for dbus_watch_get_unix_fd... yes #11 159.4 checking for dbus_type_is_valid... yes #11 160.2 checking for dbus_validate_bus_name... yes #11 160.9 checking for dbus_validate_path... yes #11 161.5 checking for dbus_validate_interface... yes #11 162.2 checking for dbus_validate_member... yes #11 162.8 checking for lgetfilecon in -lselinux... no #11 163.2 checking for gnutls >= 2.12.2... yes #11 163.4 checking for libsystemd >= 222... no #11 163.4 checking for jansson >= 2.7... no #11 163.5 checking for tree-sitter >= 0.20.2... no #11 163.5 checking for tree-sitter >= 0.6.3... no #11 163.6 checking sys/inotify.h usability... yes #11 164.0 checking sys/inotify.h presence... yes #11 164.1 checking for sys/inotify.h... yes #11 164.1 checking for inotify_init1... yes #11 164.9 checking for jpeglib 6b or later... no #11 165.5 checking for lcms2... no #11 165.6 checking for library containing inflateEnd... -lz #11 166.5 checking for dladdr... yes #11 167.0 checking for dlfunc... no #11 167.5 checking for libpng >= 1.0.0... no #11 167.6 checking for libpng not configured by pkg-config... no #11 167.8 checking tiffio.h usability... no #11 168.2 checking tiffio.h presence... no #11 168.4 checking for tiffio.h... no #11 168.4 checking gif_lib.h usability... no #11 168.9 checking gif_lib.h presence... no #11 169.0 checking for gif_lib.h... no #11 169.0 checking gpm.h usability... no #11 169.6 checking gpm.h presence... no #11 169.8 checking for gpm.h... no #11 169.8 checking for libxml-2.0 > 2.6.17... no #11 169.8 checking for maillock in -lmail... no #11 170.3 checking for maillock in -llockfile... no #11 170.5 checking for liblockfile.so... no #11 170.5 checking maillock.h usability... no #11 170.9 checking maillock.h presence... no #11 171.0 checking for maillock.h... no #11 171.1 checking linux/seccomp.h usability... yes #11 171.6 checking linux/seccomp.h presence... yes #11 171.8 checking for linux/seccomp.h... yes #11 171.8 checking whether SECCOMP_SET_MODE_FILTER is declared... yes #11 172.2 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... yes #11 172.6 checking linux/filter.h usability... yes #11 172.9 checking linux/filter.h presence... yes #11 173.0 checking for linux/filter.h... yes #11 173.1 checking whether SECCOMP_SET_MODE_FILTER is declared... (cached) yes #11 173.2 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... (cached) yes #11 173.2 checking for libseccomp >= 2.5.2... no #11 173.3 checking size of long... 8 #11 174.1 checking for accept4... yes #11 174.5 checking for fchdir... yes #11 174.9 checking for gethostname... yes #11 175.6 checking for getrusage... yes #11 176.1 checking for get_current_dir_name... yes #11 176.6 checking for lrand48... yes #11 177.0 checking for random... yes #11 177.7 checking for rint... yes #11 178.5 checking for tcdrain... yes #11 179.2 checking for trunc... yes #11 179.6 checking for select... yes #11 180.2 checking for getpagesize... (cached) yes #11 180.3 checking for setlocale... yes #11 180.7 checking for newlocale... yes #11 181.3 checking for getrlimit... yes #11 182.0 checking for setrlimit... yes #11 182.5 checking for shutdown... yes #11 183.1 checking for pthread_sigmask... (cached) yes #11 183.2 checking for strsignal... yes #11 183.8 checking for setitimer... yes #11 184.4 checking for sendto... yes #11 184.9 checking for recvfrom... yes #11 185.5 checking for getsockname... yes #11 186.2 checking for getifaddrs... yes #11 186.8 checking for freeifaddrs... yes #11 187.3 checking for gai_strerror... yes #11 188.1 checking for sync... yes #11 188.7 checking for endpwent... yes #11 189.4 checking for getgrent... yes #11 190.2 checking for endgrent... yes #11 190.7 checking for renameat2... yes #11 191.3 checking for cfmakeraw... yes #11 192.1 checking for cfsetspeed... yes #11 192.8 checking for __executable_start... yes #11 193.2 checking for log2... yes #11 193.8 checking for pthread_setname_np... yes #11 194.5 checking for pthread_set_name_np... no #11 194.9 checking for getpwent... yes #11 195.4 checking whether pthread_setname_np takes a single argument... no #11 195.7 checking whether pthread_setname_np takes three arguments... no #11 195.9 checking for aligned_alloc... yes #11 196.4 checking whether aligned_alloc is declared... yes #11 196.8 checking for posix_madvise... yes #11 197.3 checking for madvise... yes #11 197.6 checking for __builtin_frame_address... yes #11 197.9 checking for __builtin_unwind_init... yes #11 198.5 checking for _LARGEFILE_SOURCE value needed for large files... no #11 198.8 checking for grantpt... yes #11 199.2 checking for getpt... yes #11 199.6 checking for posix_openpt... yes #11 200.0 checking for library containing tputs... -ltinfo #11 200.5 checking whether -ltinfo library defines BC... yes #11 200.7 checking for timerfd interface... yes #11 201.0 checking whether signals can be handled on alternate stack... yes #11 201.2 checking valgrind/valgrind.h usability... no #11 201.5 checking valgrind/valgrind.h presence... no #11 201.6 checking for valgrind/valgrind.h... no #11 201.6 checking for struct unipair.unicode... yes #11 201.7 checking for pid_t... yes #11 202.2 checking vfork.h usability... no #11 202.4 checking vfork.h presence... no #11 202.5 checking for vfork.h... no #11 202.5 checking for fork... yes #11 203.2 checking for vfork... yes #11 203.5 checking for working fork... yes #11 203.8 checking for working vfork... (cached) yes #11 203.9 checking for snprintf... yes #11 204.1 checking for open_memstream... yes #11 204.4 checking spawn.h usability... yes #11 204.7 checking spawn.h presence... yes #11 204.8 checking for spawn.h... yes #11 204.8 checking for posix_spawn... yes #11 205.2 checking for posix_spawn_file_actions_addchdir... no #11 205.5 checking for posix_spawn_file_actions_addchdir_np... yes #11 205.8 checking for posix_spawnattr_setflags... yes #11 206.1 checking whether POSIX_SPAWN_SETSID is declared... yes #11 206.2 checking whether GLib is linked in... no #11 206.3 checking for nl_langinfo and CODESET... yes #11 206.6 checking for nl_langinfo and _NL_PAPER_WIDTH... yes #11 206.9 checking for mbstate_t... yes #11 207.1 checking for signals via characters... yes #11 207.3 checking for _setjmp... yes #11 207.6 checking for sigsetjmp... yes #11 207.9 checking POSIX termios... yes #11 208.2 checking size of speed_t... 4 #11 208.6 checking for usable FIONREAD... yes #11 208.7 checking for usable SIGIO... yes #11 209.0 checking for struct alignment... yes #11 209.2 checking for C/C++ restrict keyword... __restrict__ #11 209.3 checking for typeof syntax and keyword spelling... typeof #11 209.5 checking for statement expressions... yes #11 209.8 checking whether malloc (0) returns nonnull... yes #11 210.3 checking sys/acl.h usability... yes #11 210.5 checking sys/acl.h presence... yes #11 210.6 checking for sys/acl.h... yes #11 210.6 checking for library containing acl_get_file... -lacl #11 211.5 checking for acl_get_file... yes #11 211.8 checking for acl_get_fd... yes #11 212.1 checking for acl_set_file... yes #11 212.5 checking for acl_set_fd... yes #11 213.1 checking for acl_free... yes #11 213.5 checking for acl_from_mode... yes #11 213.8 checking for acl_from_text... yes #11 214.2 checking for acl_delete_def_file... yes #11 214.6 checking for acl_extended_file... yes #11 214.9 checking for acl_delete_fd_np... no #11 215.1 checking for acl_delete_file_np... no #11 215.5 checking for acl_copy_ext_native... no #11 215.8 checking for acl_create_entry_np... no #11 216.2 checking for acl_to_short_text... no #11 216.5 checking for acl_free_text... no #11 217.0 checking for working acl_get_file... yes #11 217.5 checking acl/libacl.h usability... yes #11 217.8 checking acl/libacl.h presence... yes #11 218.0 checking for acl/libacl.h... yes #11 218.0 checking for acl_entries... yes #11 218.2 checking for ACL_FIRST_ENTRY... yes #11 218.3 checking for ACL_TYPE_EXTENDED... no #11 218.5 checking for working alloca.h... yes #11 218.8 checking for alloca... yes #11 219.0 checking for a thread-safe mkdir -p... /bin/mkdir -p #11 219.0 checking whether the preprocessor supports include_next... yes #11 219.1 checking whether source code line length is unlimited... yes #11 219.2 checking whether endutent is declared... yes #11 219.4 checking for struct utmpx.ut_user... yes #11 219.7 checking for struct utmp.ut_user... yes #11 220.1 checking for struct utmpx.ut_name... yes #11 220.2 checking for struct utmp.ut_name... yes #11 220.4 checking for struct utmpx.ut_type... yes #11 220.7 checking for struct utmp.ut_type... yes #11 221.0 checking for struct utmpx.ut_pid... yes #11 221.2 checking for struct utmp.ut_pid... yes #11 221.5 checking for struct utmp.ut_tv... yes #11 222.1 checking for struct utmpx.ut_host... yes #11 222.4 checking for struct utmp.ut_host... yes #11 222.6 checking for struct utmpx.ut_id... yes #11 222.9 checking for struct utmp.ut_id... yes #11 223.2 checking for struct utmpx.ut_session... yes #11 223.4 checking for struct utmp.ut_session... yes #11 223.8 checking for struct utmpx.ut_exit... yes #11 224.3 checking for struct utmp.ut_exit... yes #11 224.9 checking for struct utmpx.ut_exit.ut_exit... no #11 225.5 checking for struct utmpx.ut_exit.e_exit... yes #11 226.0 checking for struct utmp.ut_exit.e_exit... yes #11 226.3 checking for struct utmpx.ut_exit.ut_termination... no #11 227.2 checking for struct utmpx.ut_exit.e_termination... yes #11 227.9 checking for struct utmp.ut_exit.e_termination... yes #11 228.3 checking whether sysinfo is declared... yes #11 228.5 checking for sys/sysctl.h... yes #11 229.0 checking for sysctl... yes #11 229.6 checking whether lstat correctly handles trailing slash... yes #11 230.1 checking whether // is distinct from /... no #11 230.2 checking whether realpath works... yes #11 231.0 checking for faccessat... yes #11 231.5 checking for getcwd... yes #11 232.2 checking whether byte ordering is bigendian... no #11 233.2 checking if environ is properly declared... yes #11 233.5 checking for complete errno.h... yes #11 233.7 checking whether ctype.h defines __header_inline... no #11 233.8 checking for mode_t... yes #11 234.4 checking whether strmode is declared... no #11 234.6 checking whether getline is declared... yes #11 234.9 checking for gawk... no #11 234.9 checking for mawk... mawk #11 234.9 checking for getopt.h... (cached) yes #11 234.9 checking for getopt_long_only... yes #11 235.2 checking whether getopt is POSIX compatible... yes #11 236.4 checking for working GNU getopt function... yes #11 236.8 checking for working GNU getopt_long function... yes #11 237.2 checking whether timespec_get is declared... yes #11 237.4 checking for timespec_get... yes #11 237.6 checking for struct timeval... yes #11 237.8 checking for wide-enough struct timeval.tv_sec member... yes #11 237.9 checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... no #11 238.0 checking whether the compiler produces multi-arch binaries... no #11 238.1 checking whether stdint.h conforms to C99... yes #11 238.8 checking whether stdint.h works without ISO C predefines... yes #11 239.0 checking whether stdint.h has UINTMAX_WIDTH etc.... yes #11 239.2 checking whether memmem is declared... yes #11 239.5 checking whether memrchr is declared... yes #11 239.9 checking whether defines MIN and MAX... no #11 240.0 checking whether defines MIN and MAX... yes #11 240.4 checking whether time_t is signed... yes #11 240.6 checking whether alarm is declared... yes #11 240.9 checking for working mktime... no #11 241.5 checking whether struct tm is in sys/time.h or time.h... time.h #11 241.8 checking for struct tm.tm_zone... yes #11 242.0 checking for struct tm.tm_gmtoff... yes #11 242.2 checking whether is self-contained... yes #11 242.8 checking for inline... inline #11 243.0 checking for sigset_t... yes #11 243.6 checking for volatile sig_atomic_t... yes #11 243.9 checking for sighandler_t... yes #11 244.2 checking for wchar_t... yes #11 244.3 checking for good max_align_t... yes #11 244.4 checking whether NULL can be used in arbitrary expressions... yes #11 244.6 checking for unreachable... no #11 244.8 checking whether fcloseall is declared... yes #11 245.1 checking whether getw is declared... yes #11 245.5 checking whether putw is declared... yes #11 245.7 checking which flavor of printf attribute matches inttypes macros... system #11 245.9 checking whether strnlen is declared... yes #11 246.2 checking whether strtoimax is declared... yes #11 246.5 checking whether stat file-mode macros are broken... no #11 246.6 checking for nlink_t... yes #11 247.0 checking for struct timespec in ... yes #11 247.2 checking for TIME_UTC in ... yes #11 247.6 checking whether execvpe is declared... yes #11 248.1 checking whether clearerr_unlocked is declared... yes #11 248.5 checking whether feof_unlocked is declared... yes #11 248.8 checking whether ferror_unlocked is declared... yes #11 249.1 checking whether fflush_unlocked is declared... yes #11 249.3 checking whether fgets_unlocked is declared... yes #11 249.9 checking whether fputc_unlocked is declared... yes #11 250.2 checking whether fputs_unlocked is declared... yes #11 250.5 checking whether fread_unlocked is declared... yes #11 250.8 checking whether fwrite_unlocked is declared... yes #11 251.2 checking whether getc_unlocked is declared... yes #11 251.5 checking whether getchar_unlocked is declared... yes #11 251.9 checking whether putc_unlocked is declared... yes #11 252.2 checking whether putchar_unlocked is declared... yes #11 252.6 checking type of array argument to getgroups... gid_t #11 253.2 checking whether getdelim is declared... yes #11 253.6 checking whether getdtablesize is declared... yes #11 253.9 checking whether malloc is ptrdiff_t safe... yes #11 254.0 checking whether malloc, realloc, calloc set errno on failure... yes #11 254.0 checking for O_CLOEXEC... yes #11 254.2 checking for promoted mode_t type... mode_t #11 254.4 checking whether the utimes function works... yes #11 255.0 checking for C compiler option to allow warnings... -Wno-error #11 255.3 checking for alignas and alignof... yes, macros #11 255.6 checking for alloca as a compiler built-in... yes #11 255.7 checking for static_assert... yes, an macro #11 256.0 checking for __builtin_expect... yes #11 256.3 checking byteswap.h usability... yes #11 256.5 checking byteswap.h presence... yes #11 256.6 checking for byteswap.h... yes #11 256.6 checking for readlinkat... yes #11 257.1 checking for library containing clock_gettime... none required #11 257.4 checking for clock_getres... yes #11 257.7 checking for clock_gettime... yes #11 258.3 checking for clock_settime... yes #11 258.7 checking for copy_file_range... yes #11 258.9 checking for d_type member in directory struct... yes #11 259.2 checking whether // is distinct from /... (cached) no #11 259.2 checking whether dup2 works... yes #11 259.6 checking for library containing backtrace_symbols_fd... none required #11 259.8 checking for faccessat... (cached) yes #11 259.8 checking whether fchmodat works... no #11 260.3 checking for readlinkat... (cached) yes #11 260.4 checking whether fcntl handles F_DUPFD correctly... yes #11 260.7 checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check #11 261.1 checking whether fdopendir is declared... yes #11 261.2 checking whether fdopendir works... yes #11 261.4 checking for flexible array member... yes #11 261.6 checking for __fpending... yes #11 261.9 checking whether __fpending is declared... yes #11 262.4 checking whether free is known to preserve errno... no #11 262.6 checking whether fstatat (..., 0) works... yes #11 263.0 checking for sys/mount.h... yes #11 263.4 checking for statvfs function (SVR4)... yes #11 263.7 checking whether to use statvfs64... no #11 263.9 checking for two-argument statfs with statfs.f_frsize member... yes #11 264.2 checking sys/fs/s5param.h usability... no #11 264.4 checking sys/fs/s5param.h presence... no #11 264.5 checking for sys/fs/s5param.h... no #11 264.5 checking sys/statfs.h usability... yes #11 264.7 checking sys/statfs.h presence... yes #11 264.8 checking for sys/statfs.h... yes #11 264.9 checking for statfs that truncates block counts... no #11 265.0 checking for futimens... yes #11 265.3 checking whether futimens works... yes #11 266.6 checking for getline... yes #11 267.0 checking for working getline function... yes #11 267.3 checking for getloadavg... yes #11 267.5 checking sys/loadavg.h usability... no #11 267.7 checking sys/loadavg.h presence... no #11 267.8 checking for sys/loadavg.h... no #11 267.9 checking whether getloadavg is declared... yes #11 268.1 checking for getrandom... yes #11 268.3 checking whether getrandom is compatible with its GNU+BSD signature... yes #11 268.4 checking for gettimeofday with POSIX signature... yes #11 268.5 checking whether the compiler supports the __inline keyword... yes #11 268.6 checking gmp.h usability... yes #11 268.8 checking gmp.h presence... yes #11 268.8 checking for gmp.h... yes #11 268.8 checking for library containing __gmpz_roinit_n... -lgmp #11 269.2 checking for memmem... yes #11 269.5 checking whether memmem works... yes #11 270.0 checking for mempcpy... yes #11 270.5 checking for memrchr... yes #11 270.9 checking for explicit_memset... no #11 271.2 checking for mkostemp... yes #11 271.6 checking for library containing nanosleep... none required #11 272.0 checking for working nanosleep... no (mishandles large arguments) #11 273.4 checking for sys/pstat.h... no #11 273.5 checking for sys/sysmp.h... no #11 273.7 checking for sys/param.h... (cached) yes #11 273.7 checking for sys/sysctl.h... (cached) yes #11 273.7 checking for sched_getaffinity_np... no #11 274.0 checking for pstat_getdynamic... no #11 274.2 checking for sysmp... no #11 274.5 checking for sysctl... (cached) yes #11 274.5 checking for sched_getaffinity... yes #11 274.6 checking for glibc compatible sched_getaffinity... yes #11 274.7 checking for pipe2... yes #11 274.8 checking whether signature of pselect conforms to POSIX... yes #11 275.0 checking whether pselect detects invalid fds... yes #11 275.2 checking whether pthread_sigmask is a macro... no #11 275.3 checking whether pthread_sigmask returns error numbers... yes #11 275.5 checking whether pthread_sigmask unblocks signals correctly... guessing yes #11 277.9 checking for xattr library with ATTR_ACTION_PERMISSIONS... -lattr #11 278.5 checking whether readlink signature is correct... yes #11 278.8 checking whether readlink handles trailing slash correctly... yes #11 279.1 checking whether readlink truncates results correctly... yes #11 279.3 checking for readlinkat... (cached) yes #11 279.3 checking whether readlinkat signature is correct... yes #11 279.5 checking for working re_compile_pattern... no #11 279.9 checking libintl.h usability... yes #11 280.2 checking libintl.h presence... yes #11 280.2 checking for libintl.h... yes #11 280.3 checking whether isblank is declared... yes #11 280.4 checking for sig2str... no #11 280.7 checking for sigdescr_np... no #11 280.9 checking for socklen_t... yes #11 281.2 checking for ssize_t... yes #11 281.4 checking for struct stat.st_atim.tv_nsec... yes #11 281.6 checking whether struct stat.st_atim is of type struct timespec... yes #11 281.7 checking for struct stat.st_birthtimespec.tv_nsec... no #11 282.0 checking for struct stat.st_birthtimensec... no #11 282.2 checking for struct stat.st_birthtim.tv_nsec... no #11 282.5 checking for bool, true, false... no #11 282.6 checking for stpcpy... yes #11 283.0 checking for working strnlen... yes #11 283.5 checking whether strtoimax works... yes #11 283.8 checking whether symlink handles trailing slash correctly... yes #11 284.0 checking whether localtime_r is declared... yes #11 284.3 checking whether localtime_r is compatible with its POSIX signature... yes #11 284.5 checking whether localtime works even near extrema... yes #11 285.0 checking for timezone_t... no #11 285.1 checking for timegm... yes #11 285.6 checking whether timer_settime is declared... yes #11 285.8 checking for library containing timer_settime... -lrt #11 286.5 checking for timer_settime... yes #11 286.9 checking for utimensat... yes #11 287.2 checking whether utimensat works... yes #11 288.6 checking for variable-length arrays... yes #11 288.9 checking whether getdtablesize works... yes #11 289.2 checking for __mktime_internal... no #11 289.6 checking for timer_getoverrun... yes #11 289.9 checking for gcc option to disable position independent executables... not needed #11 289.9 checking for __ctype_get_mb_cur_max... yes #11 290.2 checking whether MB_CUR_MAX is defined to function that won't link... no #11 290.3 #11 290.3 Configured for 'x86_64-pc-linux-gnu'. #11 290.3 #11 290.3 Where should the build process find the source code? . #11 290.3 What compiler should emacs be built with? gcc -g3 -O2 -DHAVE_CONFIG_H #11 290.3 Should Emacs use the GNU version of malloc? no #11 290.3 (The GNU allocators don't work with this system configuration.) #11 290.3 Should Emacs use a relocating allocator for buffers? no #11 290.3 Should Emacs use mmap(2) for buffer allocation? no #11 290.3 What window system should Emacs use? nextstep #11 290.3 What toolkit should Emacs use? none #11 290.3 Where do we find X Windows header files? NONE #11 290.3 Where do we find X Windows libraries? NONE #11 290.3 Does Emacs use -lXaw3d? no #11 290.3 Is Emacs being built for Android? no #11 290.3 Does Emacs use the X Double Buffer Extension? no #11 290.3 Does Emacs use -lXpm? no #11 290.3 Does Emacs use -ljpeg? no #11 290.3 Does Emacs use -ltiff? no #11 290.3 Does Emacs use a gif library? no #11 290.3 Does Emacs use a png library? no #11 290.3 Does Emacs use -lrsvg-2? no #11 290.3 Does Emacs use -lwebp? no #11 290.3 Does Emacs use -lsqlite3? no #11 290.3 Does Emacs use cairo? no #11 290.3 Does Emacs use -llcms2? no #11 290.3 Does Emacs use imagemagick? no #11 290.3 Does Emacs use native APIs for images? yes (ns) #11 290.3 Does Emacs support sound? yes #11 290.3 Does Emacs use -lgpm? no #11 290.3 Does Emacs use -ldbus? yes #11 290.3 Does Emacs use -lgconf? no #11 290.3 Does Emacs use GSettings? no #11 290.3 Does Emacs use a file notification library? yes -lglibc (inotify) #11 290.3 Does Emacs use access control lists? yes -lacl -lattr #11 290.3 Does Emacs use -lselinux? no #11 290.3 Does Emacs use -lgnutls? yes #11 290.3 Does Emacs use -lxml2? no #11 290.3 Does Emacs use -lfreetype? no #11 290.3 Does Emacs use HarfBuzz? no #11 290.3 Does Emacs use -lm17n-flt? no #11 290.3 Does Emacs use -lotf? no #11 290.3 Does Emacs use -lxft? no #11 290.3 Does Emacs use -lsystemd? no #11 290.3 Does Emacs use -ljansson? no #11 290.3 Does Emacs use -ltree-sitter? no #11 290.3 Does Emacs use the GMP library? yes #11 290.3 Does Emacs directly use zlib? yes #11 290.3 Does Emacs have dynamic modules support? yes #11 290.3 Does Emacs use toolkit scroll bars? yes #11 290.3 Does Emacs support Xwidgets? no #11 290.3 Does Emacs have threading support in lisp? yes #11 290.3 Does Emacs support the portable dumper? yes #11 290.3 Does Emacs support legacy unexec dumping? no #11 290.3 Which dumping strategy does Emacs use? pdumper #11 290.3 Does Emacs have native lisp compiler? no #11 290.3 Does Emacs use version 2 of the X Input Extension? no #11 290.3 Does Emacs generate a smaller-size Japanese dictionary? no #11 290.3 #11 290.3 #11 290.3 #11 290.3 Run 'make' to build Emacs, then run 'src/emacs' to test it. #11 290.3 Run 'make install' in order to build an application bundle. #11 290.3 The application will go to nextstep/Emacs.app and can be run or moved #11 290.3 from there. #11 290.3 The application will be fully self-contained. #11 290.3 #11 290.9 configure: creating ./config.status #11 291.4 config.status: creating src/verbose.mk #11 291.5 config.status: creating src/emacs-module.h #11 291.5 config.status: creating nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist #11 291.6 config.status: creating nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop #11 291.7 config.status: creating Makefile #11 291.8 config.status: creating lib/gnulib.mk #11 291.9 config.status: creating ./doc/man/emacs.1 #11 292.0 config.status: creating lib/Makefile #11 292.1 config.status: creating lib-src/Makefile #11 292.2 config.status: creating oldXMenu/Makefile #11 292.3 config.status: creating src/Makefile #11 292.5 config.status: creating lwlib/Makefile #11 292.7 config.status: creating nextstep/Makefile #11 292.9 config.status: creating nt/Makefile #11 293.1 config.status: creating doc/emacs/Makefile #11 293.2 config.status: creating doc/misc/Makefile #11 293.3 config.status: creating doc/lispintro/Makefile #11 293.4 config.status: creating doc/lispref/Makefile #11 293.5 config.status: creating lisp/Makefile #11 293.7 config.status: creating leim/Makefile #11 293.8 config.status: creating test/Makefile #11 294.0 config.status: creating test/manual/noverlay/Makefile #11 294.1 config.status: creating test/infra/Makefile #11 294.3 config.status: creating admin/charsets/Makefile #11 294.5 config.status: creating admin/unidata/Makefile #11 294.6 config.status: creating admin/grammars/Makefile #11 294.7 config.status: creating java/Makefile #11 294.8 config.status: creating cross/Makefile #11 295.0 config.status: creating java/AndroidManifest.xml #11 295.1 config.status: creating src/config.h #11 295.3 config.status: executing src/epaths.h commands #11 295.5 config.status: executing src/.gdbinit commands #11 295.5 config.status: executing doc/emacs/emacsver.texi commands #11 295.5 config.status: executing etc-refcards-emacsver.tex commands #11 295.6 configure: WARNING: This configuration installs a 'movemail' program #11 295.6 that does not retrieve POP3 email. By default, Emacs 25 and earlier #11 295.6 installed a 'movemail' program that retrieved POP3 email via only #11 295.6 insecure channels, a practice that is no longer recommended but that #11 295.6 you can continue to support by using './configure --with-pop'. #11 295.6 configure: You might want to install GNU Mailutils #11 295.6 and use './configure --with-mailutils'. #11 DONE 296.8s #12 [emacs-gnustep 6/6] RUN make bootstrap #12 2.142 make actual-bootstrap || make advice-on-failure make-target=bootstrap exit-status=$? #12 2.151 make[1]: Entering directory '/checkout' #12 2.288 make bootstrap-clean #12 2.297 make[2]: Entering directory '/checkout' #12 2.441 make -C src bootstrap-clean #12 2.470 make[3]: Entering directory '/checkout/src' #12 2.470 GEN /checkout/src/lisp.mk #12 3.318 rm -f android-emacs libemacs.so #12 3.336 rm -f temacs core ./*.core \#* ./*.o build-counter.c #12 3.336 rm -f dmpstruct.h #12 3.336 rm -f emacs.pdmp #12 3.343 rm -f ../etc/DOC #12 3.354 rm -f bootstrap-emacs bootstrap-emacs.pdmp #12 3.354 rm -f emacs-30.0.50 #12 3.388 rm -f buildobj.h #12 3.401 rm -f globals.h gl-stamp #12 3.411 rm -f ./*.res ./*.tmp #12 3.425 rm -f emacs emacs-*.*.*[0-9] emacs-*.*.*[0-9].pdmp #12 3.442 rm -f ../etc/DOC* #12 3.456 rm -f deps/* #12 3.467 rm -f emacs-module.h epaths.h config.h config.stamp #12 3.477 if test -f ./.gdbinit; then \ #12 3.477 mv ./.gdbinit ./.gdbinit.save; \ #12 3.477 if test -f "./.gdbinit"; then rm -f ./.gdbinit.save; \ #12 3.477 else mv ./.gdbinit.save ./.gdbinit; fi; \ #12 3.477 fi #12 3.661 make[3]: Leaving directory '/checkout/src' #12 3.661 make -C oldXMenu bootstrap-clean #12 3.672 make[3]: Entering directory '/checkout/oldXMenu' #12 3.672 rm -f libXMenu11.a ./*.o deps/* #12 3.677 rm -f Makefile #12 3.678 rm -fr deps #12 3.679 make[3]: Leaving directory '/checkout/oldXMenu' #12 3.682 make -C lwlib bootstrap-clean #12 3.700 make[3]: Entering directory '/checkout/lwlib' #12 3.700 rm -f ./*.o liblw.a \#* deps/* #12 3.707 rm -f Makefile #12 3.713 rm -fr deps #12 3.718 rm -f TAGS #12 3.723 make[3]: Leaving directory '/checkout/lwlib' #12 3.724 make -C lib bootstrap-clean #12 3.899 make[3]: Entering directory '/checkout/lib' #12 3.899 rm -f ./*.[ao] ./*/*.o ./*-t \#* deps/*.d deps/*/*.d #12 5.425 rm -f core *.stackdump alloca.h assert.h byteswap.h dirent.h errno.h execinfo.h fcntl.h getopt.h getopt-cdefs.h malloc/dynarray.gl.h malloc/dynarray-skeleton.gl.h ieee754.h inttypes.h gmp.h limits.h signal.h stdckdint.h stddef.h stdint.h stdio.h stdio.h-t1 stdio.h-t2 stdio.h-t3 stdlib.h stdlib.h-t1 stdlib.h-t2 stdlib.h-t3 string.h string.h-t1 string.h-t2 sys/random.h sys/select.h sys/stat.h sys/time.h sys/types.h time.h unistd.h unistd.h-t1 unistd.h-t2 unistd.h-t3 unistd.h-t4 #12 5.434 rm -f Makefile Makefile.android #12 5.443 rm -fr deps #12 5.453 make[3]: Leaving directory '/checkout/lib' #12 5.458 make -C lib-src bootstrap-clean #12 5.465 make[3]: Entering directory '/checkout/lib-src' #12 5.473 rm -f core ./*.o ./*.res #12 5.481 rm -f seccomp-filter.bpf seccomp-filter.pfc seccomp-filter-exec.bpf seccomp-filter-exec.pfc #12 5.484 rm -f etags ctags emacsclient ebrowse hexl movemail make-docfile make-fingerprint #12 5.497 rm -f TAGS Makefile blessmail Makefile.android #12 5.501 make[3]: Leaving directory '/checkout/lib-src' #12 5.504 make -C nt bootstrap-clean #12 5.510 make[3]: Entering directory '/checkout/nt' #12 5.518 rm -f core *.o *.res #12 5.522 rm -f runemacs addpm cmdproxy ddeclient #12 5.524 rm -f TAGS Makefile *.rc #12 5.537 true #12 5.539 make[3]: Leaving directory '/checkout/nt' #12 5.544 make -C doc/emacs bootstrap-clean #12 5.554 make[3]: Entering directory '/checkout/doc/emacs' #12 5.554 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #12 5.554 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #12 5.567 rm -f emacs.dvi emacs-xtra.dvi emacs.html emacs.pdf emacs-xtra.pdf emacs.ps emacs-xtra.ps #12 5.580 rm -f Makefile #12 5.580 rm -f \ #12 5.580 ./../../info/emacs.info \ #12 5.580 ./../../info/emacs.info-[1-9] \ #12 5.580 ./../../info/emacs.info-[1-9][0-9] #12 5.613 rm -f ./emacsver.texi TAGS #12 5.641 make[3]: Leaving directory '/checkout/doc/emacs' #12 5.641 make -C doc/misc bootstrap-clean #12 5.643 make[3]: Entering directory '/checkout/doc/misc' #12 5.643 rm -f ./*.aux ./*.log ./*.toc ./*.c[mp] ./*.c[mp]s ./*.fn ./*.fns \ #12 5.643 ./*.ky ./*.kys ./*.op ./*.ops ./*.p[gj] ./*.p[gj]s ./*.sc ./*.scs ./*.ss \ #12 5.643 ./*.t[gp] ./*.t[gp]s ./*.vr ./*.vrs #12 5.659 rm -f gnustmp* #12 5.676 rm -f ./*.dvi ./*.html ./*.pdf ./*.ps #12 5.687 rm -f Makefile #12 5.697 for file in auth autotype bovine calc ccmode cl dbus dired-x ebrowse ede ediff edt efaq eglot eieio emacs-gnutls emacs-mime epa erc ert eshell eudc eww flymake forms gnus htmlfontify idlwave ido info.info mairix-el message mh-e modus-themes newsticker nxml-mode octave-mode org pcl-cvs pgg rcirc reftex remember sasl sc semantic ses sieve smtpmail speedbar srecode todo-mode tramp transient url use-package vhdl-mode vip viper vtable widget wisent woman efaq-w32; do \ #12 5.697 file=`echo ${file} | sed 's/\.info$//'`.info; \ #12 5.697 rm -f \ #12 5.697 ./../../info/${file} \ #12 5.697 ./../../info/${file}-[1-9] \ #12 5.697 ./../../info/${file}-[1-9][0-9]; \ #12 5.697 done #12 7.262 rm -f ./modus-themes.texi ./org.texi #12 7.273 rm -f TAGS #12 7.289 make[3]: Leaving directory '/checkout/doc/misc' #12 7.290 make -C doc/lispref bootstrap-clean #12 7.322 make[3]: Entering directory '/checkout/doc/lispref' #12 7.323 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #12 7.323 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #12 7.361 rm -f elisp[12]* vol[12].tmp #12 7.378 rm -f elisp.dvi elisp.html elisp.pdf elisp.ps #12 7.386 rm -f vol[12].dvi vol[12].pdf vol[12].ps #12 7.399 rm -f Makefile #12 7.406 rm -f \ #12 7.406 ./../../info/elisp.info \ #12 7.406 ./../../info/elisp.info-[1-9] \ #12 7.406 ./../../info/elisp.info-[1-9][0-9] #12 7.426 rm -f TAGS #12 7.430 make[3]: Leaving directory '/checkout/doc/lispref' #12 7.431 make -C doc/lispintro bootstrap-clean #12 7.443 make[3]: Entering directory '/checkout/doc/lispintro' #12 7.447 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #12 7.447 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #12 7.456 rm -f emacs-lisp-intro.dvi eintr.html emacs-lisp-intro.pdf emacs-lisp-intro.ps #12 7.465 rm -f Makefile #12 7.476 rm -f \ #12 7.476 ./../../info/eintr.info \ #12 7.476 ./../../info/eintr.info-[1-9] #12 7.487 rm -f TAGS #12 7.502 make[3]: Leaving directory '/checkout/doc/lispintro' #12 7.503 make -C test bootstrap-clean #12 7.508 make[3]: Entering directory '/checkout/test' #12 7.736 find . '(' -name '*.log' -o -name '*.log~' ')' -delete #12 7.828 find . '(' -name '*.xml' -a ! -path '*resources*' ')' -delete #12 7.881 rm -f ./lisp/gnus/mml-sec-resources/random_seed #12 7.884 rm -f src/emacs-module-resources/*.o src/emacs-module-resources/*.so \ #12 7.884 src/emacs-module-resources/*.dll gmp.h #12 7.897 find . -name '*.elc' -delete #12 7.945 make[3]: Leaving directory '/checkout/test' #12 7.949 make -C java bootstrap-clean #12 8.197 make[3]: Entering directory '/checkout/java' #12 8.198 rm -f *.apk emacs.apk-in *.dex *.unaligned *.class *.idsig #12 8.210 rm -rf install-temp ./org/gnu/emacs/R.java TAGS #12 8.228 find . -name '*.class' -delete #12 8.234 rm -f Makefile ndk-build.mk #12 8.252 make[3]: Leaving directory '/checkout/java' #12 8.254 make -C cross bootstrap-clean #12 8.260 make[3]: Entering directory '/checkout/cross' #12 8.269 for dir in src lib-src lib etc; do \ #12 8.269 find $dir -type f -delete; \ #12 8.269 done #12 8.300 rm -rf lib/config.h lib-src/config.h #12 8.307 if test -f ndk-build/Makefile; then \ #12 8.307 make -C ndk-build clean; \ #12 8.307 fi #12 8.309 for dir in src lib-src lib etc; do \ #12 8.309 find $dir -type l -delete; \ #12 8.309 done #12 8.319 rm -rf lib/Makefile lib/gnulib.mk ndk-build/Makefile #12 8.320 rm -rf ndk-build/ndk-build.mk Makefile #12 8.323 make[3]: Leaving directory '/checkout/cross' #12 8.324 make -C nextstep bootstrap-clean #12 8.334 make[3]: Entering directory '/checkout/nextstep' #12 8.335 rm -rf /checkout/nextstep/Emacs.app #12 8.339 rm -f Makefile #12 8.343 rm -f GNUstep/Emacs.base/Resources/Info-gnustep.plist \ #12 8.343 GNUstep/Emacs.base/Resources/Emacs.desktop \ #12 8.343 Cocoa/Emacs.base/Contents/Info.plist \ #12 8.343 Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings #12 8.358 make[3]: Leaving directory '/checkout/nextstep' #12 8.359 make -C admin/charsets bootstrap-clean #12 8.378 make[3]: Entering directory '/checkout/admin/charsets' #12 8.379 make[3]: Nothing to be done for 'bootstrap-clean'. #12 8.379 make[3]: Leaving directory '/checkout/admin/charsets' #12 8.380 make -C admin/unidata bootstrap-clean #12 8.389 make[3]: Entering directory '/checkout/admin/unidata' #12 8.443 rm -f ./*.elc unidata.txt #12 8.454 make[3]: Leaving directory '/checkout/admin/unidata' #12 8.455 make -C leim bootstrap-clean #12 8.474 make[3]: Entering directory '/checkout/leim' #12 8.474 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 8.492 make[3]: Leaving directory '/checkout/leim' #12 8.492 make -C lisp bootstrap-clean #12 8.499 make[3]: Entering directory '/checkout/lisp' #12 8.622 find . -name '*.elc' -delete #12 8.641 rm -f ./cus-load.el ./finder-inf.el ./subdirs.el ./eshell/esh-groups.el #12 8.670 make[3]: Leaving directory '/checkout/lisp' #12 8.670 make -C admin/grammars bootstrap-clean #12 8.692 make[3]: Entering directory '/checkout/admin/grammars' #12 8.692 make[3]: Nothing to be done for 'bootstrap-clean'. #12 8.693 make[3]: Leaving directory '/checkout/admin/grammars' #12 8.693 [ ! -f config.log ] || mv -f config.log config.log~ #12 8.791 rm -rf ./info #12 8.798 rm -f ./etc/refcards/emacsver.tex #12 8.802 rm -rf native-lisp/ lisp/leim/ja-dic/ #12 8.808 rm -fr autom4te.cache config.cache #12 8.826 rm -f config.log ./doc/man/emacs.1 #12 8.831 make[2]: Leaving directory '/checkout' #12 8.832 cd . && ./autogen.sh autoconf #12 8.868 Checking whether you have the necessary tools... #12 8.868 (Read INSTALL.REPO for more details on building Emacs) #12 8.880 Checking for autoconf (need at least version 2.65) ... ok #12 9.009 Your system has the required tools. #12 9.051 Running 'autoreconf -fi -I m4' ... #12 34.76 Building 'aclocal.m4' in exec ... #12 34.76 Running 'autoreconf -fi' in exec ... #12 40.63 You can now run './autogen.sh git'. #12 40.64 make MAKEFILE_NAME=force-Makefile force-Makefile #12 40.65 make[2]: Entering directory '/checkout' #12 40.69 make[2]: *** No rule to make target 'echo-sources'. Stop. #12 40.93 if [ -x ./config.status ]; then \ #12 40.93 ./config.status --recheck; \ #12 40.93 else \ #12 40.93 ./configure --cache-file=/dev/null; \ #12 40.93 fi #12 41.20 running CONFIG_SHELL=/bin/bash /bin/bash ./configure --with-ns --no-create --no-recursion #12 42.12 checking for xcrun... no #12 42.12 checking for GNU Make... make #12 42.25 checking build system type... x86_64-pc-linux-gnu #12 42.56 checking host system type... x86_64-pc-linux-gnu #12 42.60 checking for gcc... gcc #12 42.77 checking whether the C compiler works... yes #12 42.95 checking for C compiler default output file name... a.out #12 42.96 checking for suffix of executables... #12 43.29 checking whether we are cross compiling... no #12 43.54 checking for suffix of object files... o #12 43.65 checking whether we are using the GNU C compiler... yes #12 43.83 checking whether gcc accepts -g... yes #12 43.93 checking for gcc option to enable C11 features... none needed #12 44.24 checking whether the compiler is clang... no #12 44.33 checking for compiler option needed when checking for declarations... none #12 44.33 checking whether gcc and cc understand -c and -o together... yes #12 44.91 checking how to run the C preprocessor... gcc -E #12 45.27 checking for grep that handles long lines and -e... /bin/grep #12 45.28 checking for egrep... /bin/grep -E #12 45.29 checking for ANSI C header files... yes #12 46.10 checking for sys/types.h... yes #12 46.29 checking for sys/stat.h... yes #12 46.48 checking for stdlib.h... yes #12 46.67 checking for string.h... yes #12 46.93 checking for memory.h... yes #12 47.15 checking for strings.h... yes #12 47.48 checking for inttypes.h... yes #12 47.69 checking for stdint.h... yes #12 48.13 checking for unistd.h... yes #12 48.54 checking for wchar.h... yes #12 48.84 checking for minix/config.h... no #12 49.05 checking for linux/fs.h... yes #12 49.26 checking for malloc.h... yes #12 49.43 checking for sys/systeminfo.h... no #12 49.61 checking for sys/sysinfo.h... yes #12 49.87 checking for coff.h... no #12 50.08 checking for pty.h... yes #12 50.37 checking for sys/resource.h... yes #12 50.57 checking for sys/utsname.h... yes #12 50.76 checking for pwd.h... yes #12 51.05 checking for util.h... no #12 51.40 checking for sanitizer/lsan_interface.h... yes #12 51.74 checking for sanitizer/asan_interface.h... yes #12 51.89 checking for sanitizer/common_interface_defs.h... yes #12 52.19 checking for sys/socket.h... yes #12 52.49 checking for stdlib.h... (cached) yes #12 52.53 checking for unistd.h... (cached) yes #12 52.58 checking for sys/param.h... yes #12 52.75 checking for pthread.h... yes #12 52.94 checking for malloc/malloc.h... no #12 53.13 checking for sys/un.h... yes #12 53.34 checking for utmp.h... yes #12 53.51 checking for utmpx.h... yes #12 53.77 checking for OS.h... no #12 54.00 checking for dirent.h... yes #12 54.33 checking for execinfo.h... yes #12 54.60 checking for linux/xattr.h... yes #12 54.85 checking for stdio_ext.h... yes #12 55.09 checking for sys/vfs.h... yes #12 55.28 checking for sys/fs_types.h... no #12 55.50 checking for getopt.h... yes #12 55.90 checking for sys/cdefs.h... yes #12 56.24 checking for sys/time.h... yes #12 56.45 checking for ieee754.h... yes #12 56.73 checking for limits.h... yes #12 56.96 checking for inttypes.h... (cached) yes #12 57.00 checking for sys/types.h... (cached) yes #12 57.03 checking for stdint.h... (cached) yes #12 57.09 checking for sys/select.h... yes #12 57.37 checking for stdbool.h... yes #12 57.63 checking for stdckdint.h... no #12 57.91 checking for sys/random.h... yes #12 58.15 checking for sys/stat.h... (cached) yes #12 58.19 checking whether it is safe to define __EXTENSIONS__... yes #12 58.40 checking whether _XOPEN_SOURCE should be defined... no #12 58.55 checking for Minix Amsterdam compiler... no #12 58.67 checking for ar... ar #12 58.67 checking for ranlib... ranlib #12 58.68 checking for gcc option to enable large file support... none needed #12 59.03 checking for gcc option for timestamps after 2038... none needed #12 59.25 checking for g++... g++ #12 59.40 checking whether we are using the GNU C++ compiler... yes #12 59.58 checking whether g++ accepts -g... yes #12 59.73 checking for g++ option to enable C++11 features... none needed #12 99.13 checking how to run the C++ preprocessor... g++ -E #12 99.74 checking whether gcc accepts -g3 -O2... yes #12 100.2 checking whether the compiler is clang... no #12 100.5 checking whether C compiler handles -Werror -Wunknown-warning-option... no #12 100.8 checking whether -Wno-missing-field-initializers is needed... yes #12 101.3 checking whether -Wuninitialized is supported... yes #12 101.6 checking whether C compiler handles -fstrict-flex-arrays... no #12 101.9 checking whether C compiler handles -Wall... yes #12 102.5 checking whether C compiler handles -Warith-conversion... yes #12 103.1 checking whether C compiler handles -Wdate-time... yes #12 103.6 checking whether C compiler handles -Wdisabled-optimization... yes #12 104.1 checking whether C compiler handles -Wdouble-promotion... yes #12 104.6 checking whether C compiler handles -Wduplicated-cond... yes #12 105.2 checking whether C compiler handles -Wextra... yes #12 105.8 checking whether C compiler handles -Wformat-signedness... yes #12 106.3 checking whether C compiler handles -Winit-self... yes #12 106.7 checking whether C compiler handles -Winvalid-pch... yes #12 107.2 checking whether C compiler handles -Wlogical-op... yes #12 107.5 checking whether C compiler handles -Wmissing-declarations... yes #12 108.1 checking whether C compiler handles -Wmissing-include-dirs... yes #12 108.7 checking whether C compiler handles -Wmissing-prototypes... yes #12 109.3 checking whether C compiler handles -Wnested-externs... yes #12 109.8 checking whether C compiler handles -Wnull-dereference... yes #12 110.3 checking whether C compiler handles -Wold-style-definition... yes #12 110.8 checking whether C compiler handles -Wopenmp-simd... yes #12 111.4 checking whether C compiler handles -Wpacked... yes #12 111.8 checking whether C compiler handles -Wpointer-arith... yes #12 112.3 checking whether C compiler handles -Wstrict-flex-arrays... no #12 112.6 checking whether C compiler handles -Wstrict-prototypes... yes #12 113.3 checking whether C compiler handles -Wsuggest-attribute=format... yes #12 113.9 checking whether C compiler handles -Wsuggest-attribute=noreturn... yes #12 114.4 checking whether C compiler handles -Wsuggest-final-methods... yes #12 114.8 checking whether C compiler handles -Wsuggest-final-types... yes #12 115.4 checking whether C compiler handles -Wtrampolines... yes #12 115.9 checking whether C compiler handles -Wuninitialized... yes #12 116.4 checking whether C compiler handles -Wunknown-pragmas... yes #12 117.1 checking whether C compiler handles -Wunused-macros... yes #12 117.6 checking whether C compiler handles -Wvariadic-macros... yes #12 118.1 checking whether C compiler handles -Wvector-operation-performance... yes #12 118.5 checking whether C compiler handles -Wwrite-strings... yes #12 119.1 checking whether C compiler handles -Warray-bounds=2... yes #12 119.5 checking whether C compiler handles -Wattribute-alias=2... yes #12 120.1 checking whether C compiler handles -Wformat=2... yes #12 120.6 checking whether C compiler handles -Wformat-truncation=2... yes #12 121.2 checking whether C compiler handles -Wimplicit-fallthrough=5... yes #12 121.6 checking whether C compiler handles -Wshift-overflow=2... yes #12 122.1 checking whether C compiler handles -Wuse-after-free=3... no #12 122.4 checking whether C compiler handles -Wvla-larger-than=4031... yes #12 122.8 checking whether C compiler handles -Wno-missing-field-initializers... yes #12 123.3 checking whether C compiler handles -Wredundant-decls... yes #12 123.7 checking whether C compiler handles -Wno-missing-field-initializers... (cached) yes #12 123.7 checking whether C compiler handles -Wno-override-init... yes #12 124.2 checking whether C compiler handles -Wno-sign-compare... yes #12 124.7 checking whether C compiler handles -Wno-type-limits... yes #12 125.2 checking whether C compiler handles -Wno-unused-parameter... yes #12 125.7 checking whether C compiler handles -Wno-format-nonliteral... yes #12 126.2 checking whether C compiler handles -Wno-bidi-chars... no #12 126.4 checking for a BSD-compatible install... /usr/bin/install -c #12 126.5 checking command to symlink files in the same directory... ln -s #12 126.5 checking for install-info... : #12 126.5 checking for gzip... /bin/gzip #12 126.5 checking for 'find' args to delete a file... -delete #12 126.6 checking for brew... no #12 127.5 checking for -znocombreloc... not needed #12 127.5 checking whether addresses are sanitized... no #12 127.7 checking for math library... -lm #12 129.6 checking for struct passwd.pw_gecos... yes #12 130.0 checking for pkg-config... /usr/bin/pkg-config #12 130.0 checking pkg-config is at least version 0.9.0... yes #12 130.1 checking for machine/soundcard.h... no #12 130.3 checking for sys/soundcard.h... yes #12 130.7 checking for soundcard.h... no #12 130.9 checking for mmsystem.h... no #12 131.2 checking for _oss_ioctl in -lossaudio... no #12 131.6 checking for alsa >= 1.0.0... no #12 131.6 checking for ADDR_NO_RANDOMIZE... yes #12 131.9 checking if Linux sysinfo may be used... yes #12 132.7 checking for sys/wait.h that is POSIX.1 compatible... yes #12 133.1 checking for net/if.h... yes #12 133.5 checking for ifaddrs.h... yes #12 133.9 checking for net/if_dl.h... no #12 134.3 checking for struct ifreq.ifr_flags... yes #12 134.9 checking for struct ifreq.ifr_hwaddr... yes #12 136.0 checking for struct ifreq.ifr_netmask... yes #12 137.2 checking for struct ifreq.ifr_broadaddr... yes #12 138.2 checking for struct ifreq.ifr_addr... yes #12 139.3 checking for struct ifreq.ifr_addr.sa_len... no #12 140.3 checking whether gcc understands -MMD -MF... yes #12 140.7 checking for X... no #12 141.2 checking AppKit/AppKit.h usability... yes #12 144.7 checking AppKit/AppKit.h presence... yes #12 146.0 checking for AppKit/AppKit.h... yes #12 146.0 checking for Mac OS X 12.0 or later... yes #12 146.2 checking for gcc... gcc #12 146.5 checking whether we are using the GNU Objective C compiler... yes #12 146.7 checking whether gcc accepts -g... yes #12 146.9 checking if the Objective C compiler supports instancetype... yes #12 147.0 checking if the Objective C compiler defaults to C99... no #12 147.3 checking whether malloc is Doug Lea style... no #12 147.6 checking for sbrk... yes #12 148.2 checking for __lsan_ignore_object... no #12 148.9 checking for fchmod... yes #12 149.5 checking for utmpname... yes #12 150.2 checking for utmpxname... yes #12 150.7 checking for canonicalize_file_name... yes #12 151.2 checking for realpath... yes #12 152.0 checking for lstat... yes #12 152.6 checking for fchmodat... yes #12 153.1 checking for lchmod... no #12 153.3 checking for fcntl... yes #12 154.0 checking for fdopendir... yes #12 154.8 checking for listxattr... yes #12 155.5 checking for fstatat... yes #12 156.2 checking for fsync... yes #12 156.8 checking for gettimeofday... yes #12 157.6 checking for memset_explicit... no #12 158.4 checking for memset_s... no #12 158.9 checking for pselect... yes #12 159.5 checking for readlink... yes #12 160.0 checking for isblank... yes #12 160.5 checking for iswctype... yes #12 161.1 checking for strtoimax... yes #12 161.7 checking for symlink... yes #12 162.3 checking for localtime_r... yes #12 163.0 checking for getdtablesize... yes #12 163.6 checking for getpagesize... yes #12 164.0 checking for working mmap... yes #12 164.9 checking for main in -lXbsd... no #12 165.2 checking for pthread library... -lpthread #12 166.4 checking for thread support... yes #12 166.4 checking for librsvg-2.0 >= 2.14.0... no #12 166.4 checking for libwebpdemux >= 0.6.0... no #12 166.5 checking for WebPGetInfo... no #12 166.9 checking for libwebpdemux >= 0.6.0 libwebpdecoder >= 0.6.0... no #12 166.9 checking for sqlite3_open_v2 in -lsqlite3... no #12 167.1 checking for getaddrinfo_a in -lanl... yes #12 167.5 checking for malloc_trim... yes #12 167.9 checking for dbus-1 >= 1.0... yes #12 167.9 checking for dbus_watch_get_unix_fd... yes #12 168.7 checking for dbus_type_is_valid... yes #12 169.6 checking for dbus_validate_bus_name... yes #12 170.3 checking for dbus_validate_path... yes #12 171.0 checking for dbus_validate_interface... yes #12 171.7 checking for dbus_validate_member... yes #12 172.6 checking for lgetfilecon in -lselinux... no #12 173.0 checking for gnutls >= 2.12.2... yes #12 173.1 checking for libsystemd >= 222... no #12 173.2 checking for jansson >= 2.7... no #12 173.3 checking for tree-sitter >= 0.20.2... no #12 173.4 checking for tree-sitter >= 0.6.3... no #12 173.5 checking sys/inotify.h usability... yes #12 174.0 checking sys/inotify.h presence... yes #12 174.2 checking for sys/inotify.h... yes #12 174.2 checking for inotify_init1... yes #12 175.1 checking for jpeglib 6b or later... no #12 175.7 checking for lcms2... no #12 175.7 checking for library containing inflateEnd... -lz #12 176.9 checking for dladdr... yes #12 177.4 checking for dlfunc... no #12 178.0 checking for libpng >= 1.0.0... no #12 178.1 checking for libpng not configured by pkg-config... no #12 178.4 checking tiffio.h usability... no #12 178.8 checking tiffio.h presence... no #12 179.0 checking for tiffio.h... no #12 179.0 checking gif_lib.h usability... no #12 179.4 checking gif_lib.h presence... no #12 179.6 checking for gif_lib.h... no #12 179.6 checking gpm.h usability... no #12 180.0 checking gpm.h presence... no #12 180.1 checking for gpm.h... no #12 180.1 checking for libxml-2.0 > 2.6.17... no #12 180.2 checking for maillock in -lmail... no #12 180.5 checking for maillock in -llockfile... no #12 180.9 checking for liblockfile.so... no #12 180.9 checking maillock.h usability... no #12 181.1 checking maillock.h presence... no #12 181.3 checking for maillock.h... no #12 181.3 checking linux/seccomp.h usability... yes #12 181.8 checking linux/seccomp.h presence... yes #12 181.9 checking for linux/seccomp.h... yes #12 181.9 checking whether SECCOMP_SET_MODE_FILTER is declared... yes #12 182.2 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... yes #12 182.5 checking linux/filter.h usability... yes #12 183.0 checking linux/filter.h presence... yes #12 183.1 checking for linux/filter.h... yes #12 183.3 checking whether SECCOMP_SET_MODE_FILTER is declared... (cached) yes #12 183.3 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... (cached) yes #12 183.4 checking for libseccomp >= 2.5.2... no #12 183.4 checking size of long... 8 #12 184.2 checking for accept4... yes #12 184.6 checking for fchdir... yes #12 185.1 checking for gethostname... yes #12 185.5 checking for getrusage... yes #12 185.9 checking for get_current_dir_name... yes #12 186.4 checking for lrand48... yes #12 186.9 checking for random... yes #12 187.2 checking for rint... yes #12 187.6 checking for tcdrain... yes #12 187.9 checking for trunc... yes #12 188.3 checking for select... yes #12 188.7 checking for getpagesize... (cached) yes #12 188.7 checking for setlocale... yes #12 189.0 checking for newlocale... yes #12 189.4 checking for getrlimit... yes #12 189.7 checking for setrlimit... yes #12 190.4 checking for shutdown... yes #12 191.0 checking for pthread_sigmask... (cached) yes #12 191.1 checking for strsignal... yes #12 191.5 checking for setitimer... yes #12 192.1 checking for sendto... yes #12 192.6 checking for recvfrom... yes #12 193.1 checking for getsockname... yes #12 193.6 checking for getifaddrs... yes #12 193.9 checking for freeifaddrs... yes #12 194.2 checking for gai_strerror... yes #12 194.5 checking for sync... yes #12 194.8 checking for endpwent... yes #12 195.1 checking for getgrent... yes #12 195.6 checking for endgrent... yes #12 196.3 checking for renameat2... yes #12 196.8 checking for cfmakeraw... yes #12 197.2 checking for cfsetspeed... yes #12 197.8 checking for __executable_start... yes #12 198.3 checking for log2... yes #12 198.9 checking for pthread_setname_np... yes #12 199.5 checking for pthread_set_name_np... no #12 200.2 checking for getpwent... yes #12 200.7 checking whether pthread_setname_np takes a single argument... no #12 200.9 checking whether pthread_setname_np takes three arguments... no #12 201.2 checking for aligned_alloc... yes #12 201.8 checking whether aligned_alloc is declared... yes #12 202.1 checking for posix_madvise... yes #12 202.7 checking for madvise... yes #12 203.1 checking for __builtin_frame_address... yes #12 203.7 checking for __builtin_unwind_init... yes #12 204.2 checking for _LARGEFILE_SOURCE value needed for large files... no #12 204.8 checking for grantpt... yes #12 205.3 checking for getpt... yes #12 205.6 checking for posix_openpt... yes #12 206.0 checking for library containing tputs... -ltinfo #12 207.4 checking whether -ltinfo library defines BC... yes #12 209.1 checking for timerfd interface... yes #12 209.2 checking whether signals can be handled on alternate stack... yes #12 209.3 checking valgrind/valgrind.h usability... no #12 209.4 checking valgrind/valgrind.h presence... no #12 209.4 checking for valgrind/valgrind.h... no #12 209.5 checking for struct unipair.unicode... yes #12 210.2 checking for pid_t... yes #12 210.5 checking vfork.h usability... no #12 210.6 checking vfork.h presence... no #12 210.7 checking for vfork.h... no #12 210.7 checking for fork... yes #12 211.0 checking for vfork... yes #12 211.5 checking for working fork... yes #12 211.9 checking for working vfork... (cached) yes #12 211.9 checking for snprintf... yes #12 212.3 checking for open_memstream... yes #12 212.7 checking spawn.h usability... yes #12 213.1 checking spawn.h presence... yes #12 213.3 checking for spawn.h... yes #12 213.3 checking for posix_spawn... yes #12 213.6 checking for posix_spawn_file_actions_addchdir... no #12 213.9 checking for posix_spawn_file_actions_addchdir_np... yes #12 214.2 checking for posix_spawnattr_setflags... yes #12 214.5 checking whether POSIX_SPAWN_SETSID is declared... yes #12 214.7 checking whether GLib is linked in... no #12 214.8 checking for nl_langinfo and CODESET... yes #12 215.0 checking for nl_langinfo and _NL_PAPER_WIDTH... yes #12 215.4 checking for mbstate_t... yes #12 215.7 checking for signals via characters... yes #12 216.0 checking for _setjmp... yes #12 216.4 checking for sigsetjmp... yes #12 216.7 checking POSIX termios... yes #12 217.1 checking size of speed_t... 4 #12 217.4 checking for usable FIONREAD... yes #12 217.6 checking for usable SIGIO... yes #12 217.8 checking for struct alignment... yes #12 217.9 checking for C/C++ restrict keyword... __restrict__ #12 218.0 checking for typeof syntax and keyword spelling... typeof #12 218.2 checking for statement expressions... yes #12 218.4 checking whether malloc (0) returns nonnull... yes #12 218.8 checking sys/acl.h usability... yes #12 219.1 checking sys/acl.h presence... yes #12 219.2 checking for sys/acl.h... yes #12 219.2 checking for library containing acl_get_file... -lacl #12 219.7 checking for acl_get_file... yes #12 220.0 checking for acl_get_fd... yes #12 220.3 checking for acl_set_file... yes #12 220.6 checking for acl_set_fd... yes #12 221.0 checking for acl_free... yes #12 221.3 checking for acl_from_mode... yes #12 221.8 checking for acl_from_text... yes #12 222.2 checking for acl_delete_def_file... yes #12 222.6 checking for acl_extended_file... yes #12 222.9 checking for acl_delete_fd_np... no #12 223.2 checking for acl_delete_file_np... no #12 223.6 checking for acl_copy_ext_native... no #12 223.8 checking for acl_create_entry_np... no #12 224.1 checking for acl_to_short_text... no #12 224.6 checking for acl_free_text... no #12 225.1 checking for working acl_get_file... yes #12 225.4 checking acl/libacl.h usability... yes #12 225.8 checking acl/libacl.h presence... yes #12 225.8 checking for acl/libacl.h... yes #12 225.8 checking for acl_entries... yes #12 226.1 checking for ACL_FIRST_ENTRY... yes #12 226.3 checking for ACL_TYPE_EXTENDED... no #12 226.4 checking for working alloca.h... yes #12 226.8 checking for alloca... yes #12 227.0 checking for a thread-safe mkdir -p... /bin/mkdir -p #12 227.0 checking whether the preprocessor supports include_next... yes #12 227.3 checking whether source code line length is unlimited... yes #12 227.3 checking whether endutent is declared... yes #12 227.5 checking for struct utmpx.ut_user... yes #12 228.1 checking for struct utmp.ut_user... yes #12 228.4 checking for struct utmpx.ut_name... yes #12 228.7 checking for struct utmp.ut_name... yes #12 228.9 checking for struct utmpx.ut_type... yes #12 229.0 checking for struct utmp.ut_type... yes #12 229.2 checking for struct utmpx.ut_pid... yes #12 229.4 checking for struct utmp.ut_pid... yes #12 229.8 checking for struct utmp.ut_tv... yes #12 230.4 checking for struct utmpx.ut_host... yes #12 230.7 checking for struct utmp.ut_host... yes #12 231.1 checking for struct utmpx.ut_id... yes #12 231.5 checking for struct utmp.ut_id... yes #12 231.8 checking for struct utmpx.ut_session... yes #12 232.1 checking for struct utmp.ut_session... yes #12 232.4 checking for struct utmpx.ut_exit... yes #12 232.8 checking for struct utmp.ut_exit... yes #12 233.3 checking for struct utmpx.ut_exit.ut_exit... no #12 233.8 checking for struct utmpx.ut_exit.e_exit... yes #12 234.3 checking for struct utmp.ut_exit.e_exit... yes #12 234.6 checking for struct utmpx.ut_exit.ut_termination... no #12 235.0 checking for struct utmpx.ut_exit.e_termination... yes #12 235.4 checking for struct utmp.ut_exit.e_termination... yes #12 235.7 checking whether sysinfo is declared... yes #12 236.0 checking for sys/sysctl.h... yes #12 236.2 checking for sysctl... yes #12 236.6 checking whether lstat correctly handles trailing slash... yes #12 237.1 checking whether // is distinct from /... no #12 237.2 checking whether realpath works... yes #12 237.8 checking for faccessat... yes #12 238.1 checking for getcwd... yes #12 238.5 checking whether byte ordering is bigendian... no #12 239.0 checking if environ is properly declared... yes #12 239.2 checking for complete errno.h... yes #12 239.2 checking whether ctype.h defines __header_inline... no #12 239.4 checking for mode_t... yes #12 239.9 checking whether strmode is declared... no #12 240.1 checking whether getline is declared... yes #12 240.3 checking for gawk... no #12 240.4 checking for mawk... mawk #12 240.4 checking for getopt.h... (cached) yes #12 240.4 checking for getopt_long_only... yes #12 240.6 checking whether getopt is POSIX compatible... yes #12 241.7 checking for working GNU getopt function... yes #12 242.0 checking for working GNU getopt_long function... yes #12 242.2 checking whether timespec_get is declared... yes #12 242.3 checking for timespec_get... yes #12 242.5 checking for struct timeval... yes #12 242.7 checking for wide-enough struct timeval.tv_sec member... yes #12 242.8 checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... no #12 242.9 checking whether the compiler produces multi-arch binaries... no #12 243.0 checking whether stdint.h conforms to C99... yes #12 243.6 checking whether stdint.h works without ISO C predefines... yes #12 243.8 checking whether stdint.h has UINTMAX_WIDTH etc.... yes #12 244.1 checking whether memmem is declared... yes #12 244.3 checking whether memrchr is declared... yes #12 244.6 checking whether defines MIN and MAX... no #12 244.8 checking whether defines MIN and MAX... yes #12 245.2 checking whether time_t is signed... yes #12 245.4 checking whether alarm is declared... yes #12 245.7 checking for working mktime... no #12 246.6 checking whether struct tm is in sys/time.h or time.h... time.h #12 246.8 checking for struct tm.tm_zone... yes #12 247.0 checking for struct tm.tm_gmtoff... yes #12 247.2 checking whether is self-contained... yes #12 247.8 checking for inline... inline #12 248.0 checking for sigset_t... yes #12 248.3 checking for volatile sig_atomic_t... yes #12 248.7 checking for sighandler_t... yes #12 249.4 checking for wchar_t... yes #12 249.5 checking for good max_align_t... yes #12 249.7 checking whether NULL can be used in arbitrary expressions... yes #12 250.0 checking for unreachable... no #12 250.4 checking whether fcloseall is declared... yes #12 250.8 checking whether getw is declared... yes #12 251.2 checking whether putw is declared... yes #12 251.5 checking which flavor of printf attribute matches inttypes macros... system #12 251.8 checking whether strnlen is declared... yes #12 252.1 checking whether strtoimax is declared... yes #12 252.4 checking whether stat file-mode macros are broken... no #12 252.5 checking for nlink_t... yes #12 252.8 checking for struct timespec in ... yes #12 252.9 checking for TIME_UTC in ... yes #12 253.3 checking whether execvpe is declared... yes #12 253.6 checking whether clearerr_unlocked is declared... yes #12 253.9 checking whether feof_unlocked is declared... yes #12 254.2 checking whether ferror_unlocked is declared... yes #12 254.3 checking whether fflush_unlocked is declared... yes #12 254.6 checking whether fgets_unlocked is declared... yes #12 254.8 checking whether fputc_unlocked is declared... yes #12 255.1 checking whether fputs_unlocked is declared... yes #12 255.5 checking whether fread_unlocked is declared... yes #12 256.0 checking whether fwrite_unlocked is declared... yes #12 256.5 checking whether getc_unlocked is declared... yes #12 257.1 checking whether getchar_unlocked is declared... yes #12 257.5 checking whether putc_unlocked is declared... yes #12 257.8 checking whether putchar_unlocked is declared... yes #12 258.1 checking type of array argument to getgroups... gid_t #12 258.7 checking whether getdelim is declared... yes #12 259.1 checking whether getdtablesize is declared... yes #12 259.4 checking whether malloc is ptrdiff_t safe... yes #12 259.8 checking whether malloc, realloc, calloc set errno on failure... yes #12 259.8 checking for O_CLOEXEC... yes #12 260.0 checking for promoted mode_t type... mode_t #12 260.2 checking whether the utimes function works... yes #12 260.9 checking for C compiler option to allow warnings... -Wno-error #12 261.3 checking for alignas and alignof... yes, macros #12 261.6 checking for alloca as a compiler built-in... yes #12 261.6 checking for static_assert... yes, an macro #12 261.9 checking for __builtin_expect... yes #12 262.3 checking byteswap.h usability... yes #12 262.6 checking byteswap.h presence... yes #12 262.6 checking for byteswap.h... yes #12 262.7 checking for readlinkat... yes #12 262.8 checking for library containing clock_gettime... none required #12 263.2 checking for clock_getres... yes #12 263.5 checking for clock_gettime... yes #12 263.9 checking for clock_settime... yes #12 264.2 checking for copy_file_range... yes #12 264.5 checking for d_type member in directory struct... yes #12 264.8 checking whether // is distinct from /... (cached) no #12 264.8 checking whether dup2 works... yes #12 265.2 checking for library containing backtrace_symbols_fd... none required #12 265.5 checking for faccessat... (cached) yes #12 265.5 checking whether fchmodat works... no #12 266.1 checking for readlinkat... (cached) yes #12 266.1 checking whether fcntl handles F_DUPFD correctly... yes #12 266.4 checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check #12 266.8 checking whether fdopendir is declared... yes #12 267.0 checking whether fdopendir works... yes #12 267.2 checking for flexible array member... yes #12 267.5 checking for __fpending... yes #12 267.8 checking whether __fpending is declared... yes #12 267.9 checking whether free is known to preserve errno... no #12 268.0 checking whether fstatat (..., 0) works... yes #12 268.3 checking for sys/mount.h... yes #12 268.7 checking for statvfs function (SVR4)... yes #12 269.1 checking whether to use statvfs64... no #12 269.2 checking for two-argument statfs with statfs.f_frsize member... yes #12 269.6 checking sys/fs/s5param.h usability... no #12 269.8 checking sys/fs/s5param.h presence... no #12 269.9 checking for sys/fs/s5param.h... no #12 269.9 checking sys/statfs.h usability... yes #12 270.1 checking sys/statfs.h presence... yes #12 270.2 checking for sys/statfs.h... yes #12 270.2 checking for statfs that truncates block counts... no #12 270.3 checking for futimens... yes #12 270.6 checking whether futimens works... yes #12 271.8 checking for getline... yes #12 272.2 checking for working getline function... yes #12 272.6 checking for getloadavg... yes #12 273.0 checking sys/loadavg.h usability... no #12 273.1 checking sys/loadavg.h presence... no #12 273.2 checking for sys/loadavg.h... no #12 273.3 checking whether getloadavg is declared... yes #12 273.4 checking for getrandom... yes #12 273.7 checking whether getrandom is compatible with its GNU+BSD signature... yes #12 273.8 checking for gettimeofday with POSIX signature... yes #12 273.9 checking whether the compiler supports the __inline keyword... yes #12 274.0 checking gmp.h usability... yes #12 274.3 checking gmp.h presence... yes #12 274.3 checking for gmp.h... yes #12 274.4 checking for library containing __gmpz_roinit_n... -lgmp #12 275.3 checking for memmem... yes #12 275.6 checking whether memmem works... yes #12 276.0 checking for mempcpy... yes #12 276.5 checking for memrchr... yes #12 276.7 checking for explicit_memset... no #12 277.0 checking for mkostemp... yes #12 277.3 checking for library containing nanosleep... none required #12 277.6 checking for working nanosleep... no (mishandles large arguments) #12 279.0 checking for sys/pstat.h... no #12 279.2 checking for sys/sysmp.h... no #12 279.4 checking for sys/param.h... (cached) yes #12 279.5 checking for sys/sysctl.h... (cached) yes #12 279.5 checking for sched_getaffinity_np... no #12 279.7 checking for pstat_getdynamic... no #12 279.9 checking for sysmp... no #12 280.1 checking for sysctl... (cached) yes #12 280.2 checking for sched_getaffinity... yes #12 280.4 checking for glibc compatible sched_getaffinity... yes #12 280.5 checking for pipe2... yes #12 280.7 checking whether signature of pselect conforms to POSIX... yes #12 281.1 checking whether pselect detects invalid fds... yes #12 281.5 checking whether pthread_sigmask is a macro... no #12 281.6 checking whether pthread_sigmask returns error numbers... yes #12 281.9 checking whether pthread_sigmask unblocks signals correctly... guessing yes #12 284.3 checking for xattr library with ATTR_ACTION_PERMISSIONS... -lattr #12 285.1 checking whether readlink signature is correct... yes #12 285.2 checking whether readlink handles trailing slash correctly... yes #12 285.7 checking whether readlink truncates results correctly... yes #12 285.9 checking for readlinkat... (cached) yes #12 285.9 checking whether readlinkat signature is correct... yes #12 286.0 checking for working re_compile_pattern... no #12 287.0 checking libintl.h usability... yes #12 287.1 checking libintl.h presence... yes #12 287.2 checking for libintl.h... yes #12 287.2 checking whether isblank is declared... yes #12 287.5 checking for sig2str... no #12 287.6 checking for sigdescr_np... no #12 287.8 checking for socklen_t... yes #12 288.0 checking for ssize_t... yes #12 288.0 checking for struct stat.st_atim.tv_nsec... yes #12 288.2 checking whether struct stat.st_atim is of type struct timespec... yes #12 288.3 checking for struct stat.st_birthtimespec.tv_nsec... no #12 288.4 checking for struct stat.st_birthtimensec... no #12 288.5 checking for struct stat.st_birthtim.tv_nsec... no #12 288.7 checking for bool, true, false... no #12 288.8 checking for stpcpy... yes #12 288.9 checking for working strnlen... yes #12 289.1 checking whether strtoimax works... yes #12 289.8 checking whether symlink handles trailing slash correctly... yes #12 290.1 checking whether localtime_r is declared... yes #12 290.2 checking whether localtime_r is compatible with its POSIX signature... yes #12 290.4 checking whether localtime works even near extrema... yes #12 291.0 checking for timezone_t... no #12 291.2 checking for timegm... yes #12 291.8 checking whether timer_settime is declared... yes #12 292.1 checking for library containing timer_settime... -lrt #12 292.8 checking for timer_settime... yes #12 293.1 checking for utimensat... yes #12 293.7 checking whether utimensat works... yes #12 295.2 checking for variable-length arrays... yes #12 295.4 checking whether getdtablesize works... yes #12 295.8 checking for __mktime_internal... no #12 296.4 checking for timer_getoverrun... yes #12 296.9 checking for gcc option to disable position independent executables... not needed #12 296.9 checking for __ctype_get_mb_cur_max... yes #12 297.0 checking whether MB_CUR_MAX is defined to function that won't link... no #12 297.2 #12 297.2 Configured for 'x86_64-pc-linux-gnu'. #12 297.2 #12 297.2 Where should the build process find the source code? . #12 297.2 What compiler should emacs be built with? gcc -g3 -O2 -DHAVE_CONFIG_H #12 297.2 Should Emacs use the GNU version of malloc? no #12 297.2 (The GNU allocators don't work with this system configuration.) #12 297.2 Should Emacs use a relocating allocator for buffers? no #12 297.2 Should Emacs use mmap(2) for buffer allocation? no #12 297.2 What window system should Emacs use? nextstep #12 297.2 What toolkit should Emacs use? none #12 297.2 Where do we find X Windows header files? NONE #12 297.2 Where do we find X Windows libraries? NONE #12 297.2 Does Emacs use -lXaw3d? no #12 297.2 Is Emacs being built for Android? no #12 297.2 Does Emacs use the X Double Buffer Extension? no #12 297.2 Does Emacs use -lXpm? no #12 297.2 Does Emacs use -ljpeg? no #12 297.2 Does Emacs use -ltiff? no #12 297.2 Does Emacs use a gif library? no #12 297.2 Does Emacs use a png library? no #12 297.2 Does Emacs use -lrsvg-2? no #12 297.2 Does Emacs use -lwebp? no #12 297.2 Does Emacs use -lsqlite3? no #12 297.2 Does Emacs use cairo? no #12 297.2 Does Emacs use -llcms2? no #12 297.2 Does Emacs use imagemagick? no #12 297.2 Does Emacs use native APIs for images? yes (ns) #12 297.2 Does Emacs support sound? yes #12 297.2 Does Emacs use -lgpm? no #12 297.2 Does Emacs use -ldbus? yes #12 297.2 Does Emacs use -lgconf? no #12 297.2 Does Emacs use GSettings? no #12 297.2 Does Emacs use a file notification library? yes -lglibc (inotify) #12 297.2 Does Emacs use access control lists? yes -lacl -lattr #12 297.2 Does Emacs use -lselinux? no #12 297.2 Does Emacs use -lgnutls? yes #12 297.2 Does Emacs use -lxml2? no #12 297.2 Does Emacs use -lfreetype? no #12 297.2 Does Emacs use HarfBuzz? no #12 297.2 Does Emacs use -lm17n-flt? no #12 297.2 Does Emacs use -lotf? no #12 297.2 Does Emacs use -lxft? no #12 297.2 Does Emacs use -lsystemd? no #12 297.2 Does Emacs use -ljansson? no #12 297.2 Does Emacs use -ltree-sitter? no #12 297.2 Does Emacs use the GMP library? yes #12 297.2 Does Emacs directly use zlib? yes #12 297.2 Does Emacs have dynamic modules support? yes #12 297.2 Does Emacs use toolkit scroll bars? yes #12 297.2 Does Emacs support Xwidgets? no #12 297.2 Does Emacs have threading support in lisp? yes #12 297.2 Does Emacs support the portable dumper? yes #12 297.2 Does Emacs support legacy unexec dumping? no #12 297.2 Which dumping strategy does Emacs use? pdumper #12 297.2 Does Emacs have native lisp compiler? no #12 297.2 Does Emacs use version 2 of the X Input Extension? no #12 297.2 Does Emacs generate a smaller-size Japanese dictionary? no #12 297.2 #12 297.2 #12 297.2 #12 297.2 Run 'make' to build Emacs, then run 'src/emacs' to test it. #12 297.2 Run 'make install' in order to build an application bundle. #12 297.2 The application will go to nextstep/Emacs.app and can be run or moved #12 297.2 from there. #12 297.2 The application will be fully self-contained. #12 297.2 #12 298.2 configure: creating ./config.status #12 298.5 configure: WARNING: This configuration installs a 'movemail' program #12 298.5 that does not retrieve POP3 email. By default, Emacs 25 and earlier #12 298.5 installed a 'movemail' program that retrieved POP3 email via only #12 298.5 insecure channels, a practice that is no longer recommended but that #12 298.5 you can continue to support by using './configure --with-pop'. #12 298.5 configure: You might want to install GNU Mailutils #12 298.5 and use './configure --with-mailutils'. #12 299.5 MAKE='make' ./config.status #12 299.8 config.status: creating src/verbose.mk #12 300.0 config.status: creating src/emacs-module.h #12 300.3 config.status: creating nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist #12 300.5 config.status: creating nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop #12 300.6 config.status: creating Makefile #12 300.8 config.status: creating lib/gnulib.mk #12 301.1 config.status: creating ./doc/man/emacs.1 #12 301.3 config.status: creating lib/Makefile #12 301.4 config.status: creating lib-src/Makefile #12 301.8 config.status: creating oldXMenu/Makefile #12 302.0 config.status: creating src/Makefile #12 302.3 config.status: creating lwlib/Makefile #12 302.5 config.status: creating nextstep/Makefile #12 302.7 config.status: creating nt/Makefile #12 302.8 config.status: creating doc/emacs/Makefile #12 303.0 config.status: creating doc/misc/Makefile #12 303.2 config.status: creating doc/lispintro/Makefile #12 303.8 config.status: creating doc/lispref/Makefile #12 303.9 config.status: creating lisp/Makefile #12 304.2 config.status: creating leim/Makefile #12 304.2 config.status: creating test/Makefile #12 304.4 config.status: creating test/manual/noverlay/Makefile #12 304.7 config.status: creating test/infra/Makefile #12 304.8 config.status: creating admin/charsets/Makefile #12 305.2 config.status: creating admin/unidata/Makefile #12 305.5 config.status: creating admin/grammars/Makefile #12 305.7 config.status: creating java/Makefile #12 306.0 config.status: creating cross/Makefile #12 306.2 config.status: creating java/AndroidManifest.xml #12 306.4 config.status: creating src/config.h #12 306.5 config.status: executing src/epaths.h commands #12 306.5 make[3]: Entering directory '/checkout' #12 306.7 make[3]: Leaving directory '/checkout' #12 306.8 config.status: executing src/.gdbinit commands #12 306.8 config.status: executing doc/emacs/emacsver.texi commands #12 306.9 config.status: executing etc-refcards-emacsver.tex commands #12 306.9 make[3]: Entering directory '/checkout' #12 307.0 make[3]: Leaving directory '/checkout' #12 307.0 make[2]: Leaving directory '/checkout' #12 307.0 make actual-all #12 307.0 make[2]: Entering directory '/checkout' #12 307.3 make -C lib all #12 307.4 make[3]: Entering directory '/checkout/lib' #12 307.4 GEN alloca.h #12 307.4 GEN dirent.h #12 307.5 GEN fcntl.h #12 307.6 GEN malloc/dynarray.gl.h #12 307.7 GEN malloc/dynarray-skeleton.gl.h #12 307.7 GEN inttypes.h #12 307.9 GEN limits.h #12 307.9 GEN signal.h #12 308.0 GEN stdckdint.h #12 308.0 GEN stddef.h #12 308.1 GEN stdio.h #12 308.3 GEN stdlib.h #12 308.6 GEN string.h #12 308.8 GEN sys/random.h #12 308.8 GEN sys/select.h #12 308.9 GEN sys/stat.h #12 308.9 GEN sys/time.h #12 309.0 GEN sys/types.h #12 309.1 GEN time.h #12 309.2 GEN unistd.h #12 309.6 CC fingerprint.o #12 309.7 CC mktime.o #12 310.4 CC acl-errno-valid.o #12 310.6 CC acl-internal.o #12 311.1 CC get-permissions.o #12 311.4 CC set-permissions.o #12 312.1 CC allocator.o #12 312.4 CC binary-io.o #12 312.8 CC boot-time.o #12 313.6 CC c-ctype.o #12 313.9 CC c-strcasecmp.o #12 314.2 CC c-strncasecmp.o #12 314.5 CC careadlinkat.o #12 314.9 CC close-stream.o #12 315.2 CC copy-file-range.o #12 315.7 CC count-leading-zeros.o #12 316.1 CC count-one-bits.o #12 316.4 CC count-trailing-zeros.o #12 316.8 CC md5-stream.o #12 317.1 CC md5.o #12 318.1 CC sha1.o #12 320.4 CC sha256.o #12 323.9 CC sha512.o #12 328.7 CC dtoastr.o #12 329.0 CC dtotimespec.o #12 329.2 CC fchmodat.o #12 329.6 CC fcntl.o #12 329.8 CC file-has-acl.o #12 330.7 CC filemode.o #12 331.0 CC filevercmp.o #12 331.9 CC free.o #12 332.3 CC fsusage.o #12 332.7 CC gettime.o #12 333.1 CC malloc/dynarray_at_failure.o #12 333.5 CC malloc/dynarray_emplace_enlarge.o #12 333.8 CC malloc/dynarray_finalize.o #12 334.3 CC malloc/dynarray_resize.o #12 334.7 CC malloc/dynarray_resize_clear.o #12 335.1 CC memset_explicit.o #12 335.4 CC nanosleep.o #12 336.0 CC nproc.o #12 336.6 CC nstrftime.o #12 340.2 CC pipe2.o #12 340.6 CC qcopy-acl.o #12 341.0 CC regex.o #12 360.7 CC sig2str.o #12 361.1 CC sigdescr_np.o #12 361.4 CC stat-time.o #12 361.8 CC tempname.o #12 362.1 CC time_rz.o #12 362.6 CC timegm.o #12 362.9 CC timespec.o #12 363.2 CC timespec-add.o #12 363.5 CC timespec-sub.o #12 363.7 CC u64.o #12 363.8 CC unistd.o #12 363.9 CC openat-die.o #12 364.1 CC save-cwd.o #12 364.4 AR libgnu.a #12 364.7 make[3]: Leaving directory '/checkout/lib' #12 364.7 make -C lib-src all #12 364.8 make[3]: Entering directory '/checkout/lib-src' #12 364.8 CCLD etags #12 377.7 CCLD ctags #12 391.8 CCLD emacsclient #12 394.4 CCLD ebrowse #12 399.3 CCLD hexl #12 400.1 CC pop.o #12 400.2 CCLD movemail #12 400.7 CCLD make-docfile #12 403.3 CCLD make-fingerprint #12 403.9 make[3]: Leaving directory '/checkout/lib-src' #12 403.9 make -C src BIN_DESTDIR=''/checkout/nextstep/Emacs.app/'' \ #12 403.9 ELN_DESTDIR='/checkout/nextstep/Emacs.app/Frameworks/' all #12 404.3 make[3]: Entering directory '/checkout/src' #12 404.3 GEN globals.h #12 404.8 CC dispnew.o #12 418.2 CC frame.o #12 434.8 CC scroll.o #12 437.6 CC xdisp.o #12 561.6 CC menu.o #12 569.5 CC window.o #12 606.7 CC charset.o #12 618.6 CC coding.o #12 660.2 CC category.o #12 662.6 CC ccl.o #12 670.8 CC character.o #12 674.8 CC chartab.o #12 680.9 CC bidi.o #12 686.9 CC cm.o #12 688.1 CC term.o #12 697.5 CC terminal.o #12 699.3 CC xfaces.o #12 720.9 CC dbusbind.o #12 738.3 CC emacs.o #12 746.7 CC keyboard.o #12 795.2 CC macros.o #12 797.1 CC keymap.o #12 810.3 CC sysdep.o #12 818.3 CC bignum.o #12 821.7 CC buffer.o #12 839.8 CC filelock.o #12 843.2 CC insdel.o #12 851.1 CC marker.o #12 855.9 CC minibuf.o #12 869.0 CC fileio.o #12 884.9 CC dired.o #12 887.7 CC cmds.o #12 890.9 CC casetab.o #12 892.7 CC casefiddle.o #12 896.0 CC indent.o #12 903.4 CC search.o #12 911.9 CC regex-emacs.o #12 932.5 CC undo.o #12 934.2 CC alloc.o #12 944.9 CC pdumper.o #12 954.4 CC data.o #12 968.5 GEN buildobj.h #12 970.0 CC doc.o #12 974.0 CC editfns.o #12 990.0 CC callint.o #12 992.8 CC eval.o #12 1006. CC floatfns.o #12 1009. CC fns.o #12 1033. CC sort.o #12 1037. CC font.o #12 1061. CC print.o #12 1068. CC lread.o #12 1083. CC emacs-module.o #12 1088. CC syntax.o #12 1103. CC bytecode.o #12 1111. CC comp.o #12 1112. CC dynlib.o #12 1112. CC process.o #12 1133. CC gnutls.o #12 1139. CC callproc.o #12 1143. CC region-cache.o #12 1145. CC sound.o #12 1147. CC timefns.o #12 1151. CC atimer.o #12 1152. CC doprnt.o #12 1154. CC intervals.o #12 1161. CC textprop.o #12 1168. CC composite.o #12 1178. CC xml.o #12 1179. CC lcms.o #12 1179. CC inotify.o #12 1184. CC profiler.o #12 1187. CC decompress.o #12 1190. CC thread.o #12 1194. CC systhread.o #12 1195. CC sqlite.o #12 1197. CC treesit.o #12 1198. CC itree.o #12 1202. CC fontset.o #12 1215. CC fringe.o #12 1227. CC image.o #12 1242. image.c:143: warning: macro "PIX_MASK_DRAW" is not used [-Wunused-macros] #12 1242. 143 | #define PIX_MASK_DRAW 1 #12 1242. | #12 1244. CC nsterm.o #12 1244. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #12 1244. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #12 1245. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #12 1245. from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1245. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1245. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsterm.h:22, #12 1245. from nsterm.m:48: #12 1245. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1245. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1245. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsterm.h:22, #12 1245. from nsterm.m:48: #12 1245. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #12 1245. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1245. | ^~~~~~~~~~~~~~~~~~~~ #12 1245. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #12 1245. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1245. | ^~~~~~~~~~~~~~~~~~~~ #12 1245. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #12 1245. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1245. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsterm.h:22, #12 1245. from nsterm.m:48: #12 1245. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1245. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsterm.h:22, #12 1245. from nsterm.m:48: #12 1245. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #12 1245. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1245. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsterm.h:22, #12 1245. from nsterm.m:48: #12 1245. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1245. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsterm.h:22, #12 1245. from nsterm.m:48: #12 1245. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #12 1245. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1245. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsterm.h:22, #12 1245. from nsterm.m:48: #12 1245. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsterm.h:22, #12 1245. from nsterm.m:48: #12 1245. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1245. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1245. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsterm.h:22, #12 1245. from nsterm.m:48: #12 1245. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 88 | #if GS_API_VERSION(0,011500) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #12 1245. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1245. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1245. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsterm.h:22, #12 1245. from nsterm.m:48: #12 1245. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1245. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsterm.h:22, #12 1245. from nsterm.m:48: #12 1245. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #12 1245. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1245. | ^~~~~~~~~~ #12 1245. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1245. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1245. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsterm.h:22, #12 1245. from nsterm.m:48: #12 1245. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #12 1245. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1245. | ^~~~~~~~~~ #12 1245. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #12 1245. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1245. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1245. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsterm.h:22, #12 1245. from nsterm.m:48: #12 1245. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1245. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1245. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsterm.h:22, #12 1245. from nsterm.m:48: #12 1245. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #12 1245. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1245. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1245. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsterm.h:22, #12 1245. from nsterm.m:48: #12 1245. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #12 1245. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1245. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1245. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsterm.h:22, #12 1245. from nsterm.m:48: #12 1245. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1245. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsterm.h:22, #12 1245. from nsterm.m:48: #12 1245. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsterm.h:22, #12 1245. from nsterm.m:48: #12 1245. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 46 | #if GS_EXPOSE(NSAffineTransform) #12 1245. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsterm.h:22, #12 1245. from nsterm.m:48: #12 1245. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsterm.h:22, #12 1245. from nsterm.m:48: #12 1245. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsterm.h:22, #12 1245. from nsterm.m:48: #12 1245. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #12 1245. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1245. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsterm.h:22, #12 1245. from nsterm.m:48: #12 1245. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1245. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsterm.h:22, #12 1245. from nsterm.m:48: #12 1245. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsterm.h:22, #12 1245. from nsterm.m:48: #12 1245. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 45 | #if GS_EXPOSE(NSArchiver) #12 1245. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1245. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 164 | #if GS_EXPOSE(NSUnarchiver) #12 1245. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1245. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsterm.h:22, #12 1245. from nsterm.m:48: #12 1245. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #12 1245. from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsterm.h:22, #12 1245. from nsterm.m:48: #12 1245. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsterm.h:22, #12 1245. from nsterm.m:48: #12 1245. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #12 1245. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsterm.h:22, #12 1245. from nsterm.m:48: #12 1245. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #12 1245. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsterm.h:22, #12 1245. from nsterm.m:48: #12 1245. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsterm.h:22, #12 1245. from nsterm.m:48: #12 1245. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #12 1245. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1245. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsterm.h:22, #12 1245. from nsterm.m:48: #12 1245. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsterm.h:22, #12 1245. from nsterm.m:48: #12 1245. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 114 | #if GS_EXPOSE(NSBundle) #12 1245. | ^~~~~~~~~~~~~~~~~~~~~ #12 1245. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #12 1245. from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsterm.h:22, #12 1245. from nsterm.m:48: #12 1245. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsterm.h:22, #12 1245. from nsterm.m:48: #12 1245. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 43 | #if GS_EXPOSE(NSCache) #12 1245. | ^~~~~~~~~~~~~~~~~~~~ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsterm.h:22, #12 1245. from nsterm.m:48: #12 1245. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsterm.h:22, #12 1245. from nsterm.m:48: #12 1245. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 37 | #if GS_EXPOSE(NSCalendarDate) #12 1245. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1245. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #12 1245. from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsterm.h:22, #12 1245. from nsterm.m:48: #12 1245. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsterm.h:22, #12 1245. from nsterm.m:48: #12 1245. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #12 1245. from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsterm.h:22, #12 1245. from nsterm.m:48: #12 1245. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 113 | #if GS_EXPOSE(NSException) #12 1245. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1245. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1245. 303 | NSGetUncaughtExceptionHandler(); #12 1245. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsterm.h:22, #12 1245. from nsterm.m:48: #12 1245. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsterm.h:22, #12 1245. from nsterm.m:48: #12 1245. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #12 1245. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsterm.h:22, #12 1245. from nsterm.m:48: #12 1245. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 53 | #if GS_EXPOSE(NSExpression) #12 1245. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1245. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #12 1245. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsterm.h:22, #12 1245. from nsterm.m:48: #12 1245. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsterm.h:22, #12 1245. from nsterm.m:48: #12 1245. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 74 | #if GS_EXPOSE(NSComparisonPredicate) #12 1245. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsterm.h:22, #12 1245. from nsterm.m:48: #12 1245. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 47 | #if GS_EXPOSE(NSCompoundPredicate) #12 1245. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1245. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #12 1245. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsterm.h:22, #12 1245. from nsterm.m:48: #12 1245. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 47 | #if GS_EXPOSE(NSTimer) #12 1245. | ^~~~~~~~~~~~~~~~~~~~ #12 1245. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #12 1245. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #12 1245. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1245. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsterm.h:22, #12 1245. from nsterm.m:48: #12 1245. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1245. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsterm.h:22, #12 1245. from nsterm.m:48: #12 1245. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 46 | #if GS_EXPOSE(NSRunLoop) #12 1245. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1245. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsterm.h:22, #12 1245. from nsterm.m:48: #12 1245. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #12 1245. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsterm.h:22, #12 1245. from nsterm.m:48: #12 1245. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsterm.h:22, #12 1245. from nsterm.m:48: #12 1245. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #12 1245. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsterm.h:22, #12 1245. from nsterm.m:48: #12 1245. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #12 1245. from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsterm.h:22, #12 1245. from nsterm.m:48: #12 1245. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsterm.h:22, #12 1245. from nsterm.m:48: #12 1245. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsterm.h:22, #12 1245. from nsterm.m:48: #12 1245. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 127 | #if GS_EXPOSE(NSDateFormatter) #12 1245. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1245. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsterm.h:22, #12 1245. from nsterm.m:48: #12 1245. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsterm.h:22, #12 1245. from nsterm.m:48: #12 1245. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsterm.h:22, #12 1245. from nsterm.m:48: #12 1245. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #12 1245. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsterm.h:22, #12 1245. from nsterm.m:48: #12 1245. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1245. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsterm.h:22, #12 1245. from nsterm.m:48: #12 1245. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #12 1245. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1245. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsterm.h:22, #12 1245. from nsterm.m:48: #12 1245. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsterm.h:22, #12 1245. from nsterm.m:48: #12 1245. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #12 1245. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1245. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 192 | #if GS_EXPOSE(NSDecimalNumber) #12 1245. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsterm.h:22, #12 1245. from nsterm.m:48: #12 1245. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 40 | #if GS_EXPOSE(NSDistantObject) #12 1245. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsterm.h:22, #12 1245. from nsterm.m:48: #12 1245. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 41 | #if GS_EXPOSE(NSDistributedLock) #12 1245. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsterm.h:22, #12 1245. from nsterm.m:48: #12 1245. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1245. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsterm.h:22, #12 1245. from nsterm.m:48: #12 1245. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 74 | #if GS_EXPOSE(NSLock) #12 1245. | ^~~~~~~~~~~~~~~~~~~ #12 1245. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 125 | #if GS_EXPOSE(NSCondition) #12 1245. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1245. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 175 | #if GS_EXPOSE(NSConditionLock) #12 1245. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1245. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 275 | #if GS_EXPOSE(NSRecursiveLock) #12 1245. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1245. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #12 1245. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1245. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsterm.h:22, #12 1245. from nsterm.m:48: #12 1245. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #12 1245. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsterm.h:22, #12 1245. from nsterm.m:48: #12 1245. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 71 | #if GS_EXPOSE(NSNotificationCenter) #12 1245. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1245. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsterm.h:22, #12 1245. from nsterm.m:48: #12 1245. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #12 1245. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsterm.h:22, #12 1245. from nsterm.m:48: #12 1245. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsterm.h:22, #12 1245. from nsterm.m:48: #12 1245. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 134 | #if GS_EXPOSE(NSError) #12 1245. | ^~~~~~~~~~~~~~~~~~~~ #12 1245. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsterm.h:22, #12 1245. from nsterm.m:48: #12 1245. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsterm.h:22, #12 1245. from nsterm.m:48: #12 1245. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsterm.h:22, #12 1245. from nsterm.m:48: #12 1245. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #12 1245. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1245. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsterm.h:22, #12 1245. from nsterm.m:48: #12 1245. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 182 | #if GS_EXPOSE(NSURLHandle) #12 1245. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1245. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1245. | ^ #12 1245. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1245. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1245. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1245. from nsgui.h:34, #12 1245. from dispextern.h:137, #12 1245. from nsterm.h:22, #12 1245. from nsterm.m:48: #12 1245. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 73 | #if GS_EXPOSE(NSURL) #12 1245. | ^~~~~~~~~~~~~~~~~~ #12 1245. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1245. | ^ #12 1245. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1245. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1245. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #12 1246. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1246. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1246. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 599 | #if GS_EXPOSE(NSURLQueryItem) #12 1246. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1246. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 633 | #if GS_EXPOSE(NSURLComponents) #12 1246. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1246. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 160 | #if GS_EXPOSE(NSPipe) #12 1246. | ^~~~~~~~~~~~~~~~~~~ #12 1246. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #12 1246. from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #12 1246. from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 215 | #if GS_EXPOSE(NSFileManager) #12 1246. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1246. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #12 1246. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1246. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 42 | #if GS_EXPOSE(NSHost) #12 1246. | ^~~~~~~~~~~~~~~~~~~ #12 1246. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 68 | #if GS_EXPOSE(NSHTTPCookie) #12 1246. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1246. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #12 1246. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1246. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 47 | #if GS_EXPOSE(NSIndexPath) #12 1246. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1246. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 49 | #if GS_EXPOSE(NSIndexSet) #12 1246. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1246. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #12 1246. from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 52 | #if GS_EXPOSE(NSMethodSignature) #12 1246. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1246. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 38 | #if GS_EXPOSE(NSInvocation) #12 1246. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1246. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #12 1246. from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/Foundation/Foundation.h:99, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/Foundation/NSItemProviderReadingWriting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1246. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/Foundation/NSPropertyList.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSPropertyList.h:68:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1246. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/Foundation/NSPropertyList.h:268:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 268 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 55 | #if GS_EXPOSE(NSKeyedArchiver) #12 1246. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1246. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:230:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 230 | #if GS_EXPOSE(NSKeyedUnarchiver) #12 1246. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1246. In file included from /usr/include/GNUstep/Foundation/Foundation.h:102, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/Foundation/NSKeyValueCoding.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/Foundation/Foundation.h:103, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:45:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:183:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/Foundation/Foundation.h:104, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/Foundation/NSLengthFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/Foundation/Foundation.h:105, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/Foundation/NSLinguisticTagger.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/Foundation/Foundation.h:107, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/Foundation/NSLocale.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSLocale.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSLocale.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSLocale.h:103:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 103 | #if GS_EXPOSE(NSLocale) #12 1246. | ^~~~~~~~~~~~~~~~~~~~~ #12 1246. /usr/include/GNUstep/Foundation/NSLocale.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSLocale.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSLocale.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSLocale.h:190:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 190 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSLocale.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 196 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSLocale.h:207:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSLocale.h:236:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/Foundation/Foundation.h:109, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/Foundation/NSMeasurement.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/Foundation/Foundation.h:110, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #12 1246. from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 40 | #if GS_EXPOSE(NSMetadataItem) #12 1246. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1246. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 66 | #if GS_EXPOSE(NSMetadataQuery) #12 1246. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1246. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #12 1246. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1246. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #12 1246. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1246. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 112 | #if GS_EXPOSE(NSNotificationQueue) #12 1246. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1246. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 361 | #if GS_EXPOSE(NSNetService) #12 1246. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1246. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #12 1246. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1246. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 123 | #if GS_EXPOSE(NSNumberFormatter) #12 1246. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1246. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 53 | #if GS_EXPOSE(NSPortCoder) #12 1246. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1246. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #12 1246. from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 77 | #if GS_EXPOSE(NSPort) #12 1246. | ^~~~~~~~~~~~~~~~~~~ #12 1246. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 202 | #if GS_EXPOSE(NSSocketPort) #12 1246. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1246. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 284 | #if GS_EXPOSE(NSMessagePort) #12 1246. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1246. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 47 | #if GS_EXPOSE(NSPortMessage) #12 1246. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1246. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #12 1246. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1246. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 53 | #if GS_EXPOSE(NSProgress) #12 1246. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1246. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 40 | #if GS_EXPOSE(NSProtocolChecker) #12 1246. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1246. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 91 | #if GS_EXPOSE(NSRegularExpression) #12 1246. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1246. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 42 | #if GS_EXPOSE(NSScanner) #12 1246. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1246. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 48 | #if GS_EXPOSE(NSSortDescriptor) #12 1246. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1246. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 58 | #if GS_EXPOSE(NSSpellServer) #12 1246. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1246. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #12 1246. from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 51 | #if GS_EXPOSE(NSTask) #12 1246. | ^~~~~~~~~~~~~~~~~~~ #12 1246. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #12 1246. from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 59 | #if GS_EXPOSE(NSThread) #12 1246. | ^~~~~~~~~~~~~~~~~~~~~ #12 1246. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #12 1246. from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 87 | #if GS_EXPOSE(NSUndoManager) #12 1246. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1246. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #12 1246. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1246. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 59 | #if GS_EXPOSE(NSCachedURLResponse) #12 1246. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1246. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 105 | #if GS_EXPOSE(NSURLCache) #12 1246. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1246. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 48 | #if GS_EXPOSE(NSURLConnection) #12 1246. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1246. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 56 | #if GS_EXPOSE(NSURLCredential) #12 1246. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1246. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #12 1246. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1246. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 49 | #if GS_EXPOSE(NSURLDownload) #12 1246. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1246. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #12 1246. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1246. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 121 | #if GS_EXPOSE(NSURLProtocol) #12 1246. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1246. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 92 | #if GS_EXPOSE(NSURLRequest) #12 1246. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1246. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 49 | #if GS_EXPOSE(NSURLResponse) #12 1246. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1246. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 217 | #if GS_EXPOSE(NSUserDefaults) #12 1246. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1246. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #12 1246. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #12 1246. from /usr/include/GNUstep/Foundation/Foundation.h:184, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 72 | #if GS_EXPOSE(NSXMLParser) #12 1246. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1246. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #12 1246. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1246. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1246. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1246. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1246. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #12 1246. from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1246. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1246. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1246. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1246. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1246. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1246. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1246. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1246. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #12 1246. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1246. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1246. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1246. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1246. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1246. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1246. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1246. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1246. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1246. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #12 1246. 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1246. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1246. /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #12 1246. 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1246. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1246. /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #12 1246. 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1246. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1246. /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #12 1246. 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1246. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1246. /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #12 1246. 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1246. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1246. /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #12 1246. 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1246. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1246. /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #12 1246. 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1246. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1246. /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #12 1246. 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1246. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1246. /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #12 1246. 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1246. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1246. /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #12 1246. 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1246. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1246. /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #12 1246. 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1246. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1246. /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #12 1246. 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1246. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1246. /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #12 1246. 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1246. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1246. /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #12 1246. 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1246. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1246. /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #12 1246. 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1246. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1246. /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #12 1246. 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1246. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1246. /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #12 1246. 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1246. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1246. /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #12 1246. 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1246. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1246. /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #12 1246. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #12 1246. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #12 1246. 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1246. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1246. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #12 1246. 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1246. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1246. In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1246. | ^ #12 1246. In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #12 1246. from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1246. from nsgui.h:34, #12 1246. from dispextern.h:137, #12 1246. from nsterm.h:22, #12 1246. from nsterm.m:48: #12 1246. /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1246. | ^ #12 1246. /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1246. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1246. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1247. | ^ #12 1247. In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1247. from nsgui.h:34, #12 1247. from dispextern.h:137, #12 1247. from nsterm.h:22, #12 1247. from nsterm.m:48: #12 1247. /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1247. | ^ #12 1247. In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #12 1247. from nsgui.h:34, #12 1247. from dispextern.h:137, #12 1247. from nsterm.h:22, #12 1247. from nsterm.m:48: #12 1247. /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1247. | ^ #12 1247. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1247. from nsgui.h:34, #12 1247. from dispextern.h:137, #12 1247. from nsterm.h:22, #12 1247. from nsterm.m:48: #12 1247. /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #12 1247. 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1247. | ^~~~~~~~~~~~~~~~~~~~ #12 1247. In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #12 1247. from nsgui.h:34, #12 1247. from dispextern.h:137, #12 1247. from nsterm.h:22, #12 1247. from nsterm.m:48: #12 1247. /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #12 1247. 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1247. | ^~~~~~~~~~~~~~~~~~~~ #12 1247. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1247. from nsgui.h:34, #12 1247. from dispextern.h:137, #12 1247. from nsterm.h:22, #12 1247. from nsterm.m:48: #12 1247. /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1247. | ^ #12 1247. In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #12 1247. from nsgui.h:34, #12 1247. from dispextern.h:137, #12 1247. from nsterm.h:22, #12 1247. from nsterm.m:48: #12 1247. /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1247. | ^ #12 1247. In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #12 1247. from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1247. from nsgui.h:34, #12 1247. from dispextern.h:137, #12 1247. from nsterm.h:22, #12 1247. from nsterm.m:48: #12 1247. /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1247. | ^ #12 1247. In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1247. from nsgui.h:34, #12 1247. from dispextern.h:137, #12 1247. from nsterm.h:22, #12 1247. from nsterm.m:48: #12 1247. /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1247. | ^ #12 1247. In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #12 1247. from nsgui.h:34, #12 1247. from dispextern.h:137, #12 1247. from nsterm.h:22, #12 1247. from nsterm.m:48: #12 1247. /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1247. | ^ #12 1247. In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #12 1247. from nsgui.h:34, #12 1247. from dispextern.h:137, #12 1247. from nsterm.h:22, #12 1247. from nsterm.m:48: #12 1247. /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1247. | ^ #12 1247. In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #12 1247. from nsgui.h:34, #12 1247. from dispextern.h:137, #12 1247. from nsterm.h:22, #12 1247. from nsterm.m:48: #12 1247. /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1247. | ^ #12 1247. In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #12 1247. from nsgui.h:34, #12 1247. from dispextern.h:137, #12 1247. from nsterm.h:22, #12 1247. from nsterm.m:48: #12 1247. /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1247. | ^ #12 1247. In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #12 1247. from nsgui.h:34, #12 1247. from dispextern.h:137, #12 1247. from nsterm.h:22, #12 1247. from nsterm.m:48: #12 1247. /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1247. | ^ #12 1247. In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #12 1247. from nsgui.h:34, #12 1247. from dispextern.h:137, #12 1247. from nsterm.h:22, #12 1247. from nsterm.m:48: #12 1247. /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1247. | ^ #12 1247. In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #12 1247. from nsgui.h:34, #12 1247. from dispextern.h:137, #12 1247. from nsterm.h:22, #12 1247. from nsterm.m:48: #12 1247. /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1247. | ^ #12 1247. In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #12 1247. from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1247. from nsgui.h:34, #12 1247. from dispextern.h:137, #12 1247. from nsterm.h:22, #12 1247. from nsterm.m:48: #12 1247. /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1247. | ^ #12 1247. In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1247. from nsgui.h:34, #12 1247. from dispextern.h:137, #12 1247. from nsterm.h:22, #12 1247. from nsterm.m:48: #12 1247. /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1247. | ^ #12 1247. In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #12 1247. from nsgui.h:34, #12 1247. from dispextern.h:137, #12 1247. from nsterm.h:22, #12 1247. from nsterm.m:48: #12 1247. /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1247. | ^ #12 1247. In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #12 1247. from nsgui.h:34, #12 1247. from dispextern.h:137, #12 1247. from nsterm.h:22, #12 1247. from nsterm.m:48: #12 1247. /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1247. | ^ #12 1247. In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #12 1247. from nsgui.h:34, #12 1247. from dispextern.h:137, #12 1247. from nsterm.h:22, #12 1247. from nsterm.m:48: #12 1247. /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1247. | ^ #12 1247. In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #12 1247. from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1247. from nsgui.h:34, #12 1247. from dispextern.h:137, #12 1247. from nsterm.h:22, #12 1247. from nsterm.m:48: #12 1247. /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1247. | ^ #12 1247. In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1247. from nsgui.h:34, #12 1247. from dispextern.h:137, #12 1247. from nsterm.h:22, #12 1247. from nsterm.m:48: #12 1247. /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1247. | ^ #12 1247. In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #12 1247. from nsgui.h:34, #12 1247. from dispextern.h:137, #12 1247. from nsterm.h:22, #12 1247. from nsterm.m:48: #12 1247. /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1247. | ^ #12 1247. In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #12 1247. from nsgui.h:34, #12 1247. from dispextern.h:137, #12 1247. from nsterm.h:22, #12 1247. from nsterm.m:48: #12 1247. /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1247. | ^ #12 1247. In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #12 1247. from nsgui.h:34, #12 1247. from dispextern.h:137, #12 1247. from nsterm.h:22, #12 1247. from nsterm.m:48: #12 1247. /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1247. | ^ #12 1247. In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #12 1247. from nsgui.h:34, #12 1247. from dispextern.h:137, #12 1247. from nsterm.h:22, #12 1247. from nsterm.m:48: #12 1247. /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1247. | ^ #12 1247. In file included from nsgui.h:34, #12 1247. from dispextern.h:137, #12 1247. from nsterm.h:22, #12 1247. from nsterm.m:48: #12 1247. /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1247. | ^ #12 1247. In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #12 1247. from nsgui.h:34, #12 1247. from dispextern.h:137, #12 1247. from nsterm.h:22, #12 1247. from nsterm.m:48: #12 1247. /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1247. | ^ #12 1247. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1247. from nsgui.h:34, #12 1247. from dispextern.h:137, #12 1247. from nsterm.h:22, #12 1247. from nsterm.m:48: #12 1247. /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1247. | ^ #12 1247. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1247. from nsgui.h:34, #12 1247. from dispextern.h:137, #12 1247. from nsterm.h:22, #12 1247. from nsterm.m:48: #12 1247. /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1247. | ^ #12 1247. In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #12 1247. from nsgui.h:34, #12 1247. from dispextern.h:137, #12 1247. from nsterm.h:22, #12 1247. from nsterm.m:48: #12 1247. /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #12 1247. | ^ #12 1247. In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #12 1247. from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1247. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1247. from nsgui.h:34, #12 1247. from dispextern.h:137, #12 1247. from nsterm.h:22, #12 1247. from nsterm.m:48: #12 1247. /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1247. | ^ #12 1247. In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1247. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1247. from nsgui.h:34, #12 1247. from dispextern.h:137, #12 1247. from nsterm.h:22, #12 1247. from nsterm.m:48: #12 1247. /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1247. | ^ #12 1247. In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1247. from nsgui.h:34, #12 1247. from dispextern.h:137, #12 1247. from nsterm.h:22, #12 1247. from nsterm.m:48: #12 1247. /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1247. | ^ #12 1247. In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #12 1247. from nsgui.h:34, #12 1247. from dispextern.h:137, #12 1247. from nsterm.h:22, #12 1247. from nsterm.m:48: #12 1247. /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1247. | ^ #12 1247. In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #12 1247. from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1247. from nsgui.h:34, #12 1247. from dispextern.h:137, #12 1247. from nsterm.h:22, #12 1247. from nsterm.m:48: #12 1247. /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1247. | ^ #12 1247. In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1247. from nsgui.h:34, #12 1247. from dispextern.h:137, #12 1247. from nsterm.h:22, #12 1247. from nsterm.m:48: #12 1247. /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1247. | ^ #12 1247. In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #12 1247. from nsgui.h:34, #12 1247. from dispextern.h:137, #12 1247. from nsterm.h:22, #12 1247. from nsterm.m:48: #12 1247. /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1247. | ^ #12 1247. In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #12 1247. from nsgui.h:34, #12 1247. from dispextern.h:137, #12 1247. from nsterm.h:22, #12 1247. from nsterm.m:48: #12 1247. /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1247. | ^ #12 1247. In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #12 1247. from nsgui.h:34, #12 1247. from dispextern.h:137, #12 1247. from nsterm.h:22, #12 1247. from nsterm.m:48: #12 1247. /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1247. | ^ #12 1247. In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #12 1247. from nsgui.h:34, #12 1247. from dispextern.h:137, #12 1247. from nsterm.h:22, #12 1247. from nsterm.m:48: #12 1247. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1247. | ^ #12 1247. In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #12 1247. from nsgui.h:34, #12 1247. from dispextern.h:137, #12 1247. from nsterm.h:22, #12 1247. from nsterm.m:48: #12 1247. /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1247. | ^ #12 1247. In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #12 1247. from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1247. from nsgui.h:34, #12 1247. from dispextern.h:137, #12 1247. from nsterm.h:22, #12 1247. from nsterm.m:48: #12 1247. /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1247. | ^ #12 1247. In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1247. from nsgui.h:34, #12 1247. from dispextern.h:137, #12 1247. from nsterm.h:22, #12 1247. from nsterm.m:48: #12 1247. /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1247. | ^ #12 1247. In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #12 1247. from nsgui.h:34, #12 1247. from dispextern.h:137, #12 1247. from nsterm.h:22, #12 1247. from nsterm.m:48: #12 1247. /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1247. | ^ #12 1247. In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #12 1247. from nsgui.h:34, #12 1247. from dispextern.h:137, #12 1247. from nsterm.h:22, #12 1247. from nsterm.m:48: #12 1247. /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1247. | ^ #12 1247. In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #12 1247. from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1247. from nsgui.h:34, #12 1247. from dispextern.h:137, #12 1247. from nsterm.h:22, #12 1247. from nsterm.m:48: #12 1247. /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1247. | ^ #12 1247. In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1247. from nsgui.h:34, #12 1247. from dispextern.h:137, #12 1247. from nsterm.h:22, #12 1247. from nsterm.m:48: #12 1247. /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1247. | ^ #12 1247. In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #12 1247. from nsgui.h:34, #12 1247. from dispextern.h:137, #12 1247. from nsterm.h:22, #12 1247. from nsterm.m:48: #12 1247. /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1247. | ^ #12 1247. In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #12 1247. from nsgui.h:34, #12 1247. from dispextern.h:137, #12 1247. from nsterm.h:22, #12 1247. from nsterm.m:48: #12 1247. /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1247. | ^ #12 1247. In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #12 1247. from nsgui.h:34, #12 1247. from dispextern.h:137, #12 1247. from nsterm.h:22, #12 1247. from nsterm.m:48: #12 1247. /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1247. | ^ #12 1247. In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #12 1247. from nsgui.h:34, #12 1247. from dispextern.h:137, #12 1247. from nsterm.h:22, #12 1247. from nsterm.m:48: #12 1247. /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1247. | ^ #12 1247. In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #12 1247. from nsgui.h:34, #12 1247. from dispextern.h:137, #12 1247. from nsterm.h:22, #12 1247. from nsterm.m:48: #12 1247. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1247. | ^ #12 1247. In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #12 1247. from nsgui.h:34, #12 1247. from dispextern.h:137, #12 1247. from nsterm.h:22, #12 1247. from nsterm.m:48: #12 1247. /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1247. | ^ #12 1247. In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #12 1247. from nsgui.h:34, #12 1247. from dispextern.h:137, #12 1247. from nsterm.h:22, #12 1247. from nsterm.m:48: #12 1247. /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1247. | ^ #12 1247. In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #12 1247. from nsgui.h:34, #12 1247. from dispextern.h:137, #12 1247. from nsterm.h:22, #12 1247. from nsterm.m:48: #12 1247. /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1247. | ^ #12 1247. In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #12 1247. from nsgui.h:34, #12 1247. from dispextern.h:137, #12 1247. from nsterm.h:22, #12 1247. from nsterm.m:48: #12 1247. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1247. | ^ #12 1247. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #12 1247. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1247. from nsgui.h:34, #12 1247. from dispextern.h:137, #12 1247. from nsterm.h:22, #12 1247. from nsterm.m:48: #12 1247. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1247. | ^ #12 1247. In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #12 1247. from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1247. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1247. from nsgui.h:34, #12 1247. from dispextern.h:137, #12 1247. from nsterm.h:22, #12 1247. from nsterm.m:48: #12 1247. /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1247. | ^ #12 1247. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1247. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1247. from nsgui.h:34, #12 1247. from dispextern.h:137, #12 1247. from nsterm.h:22, #12 1247. from nsterm.m:48: #12 1247. /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1247. | ^ #12 1247. In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1247. from nsgui.h:34, #12 1247. from dispextern.h:137, #12 1247. from nsterm.h:22, #12 1247. from nsterm.m:48: #12 1247. /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1247. | ^ #12 1247. In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #12 1247. from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1247. from nsgui.h:34, #12 1247. from dispextern.h:137, #12 1247. from nsterm.h:22, #12 1247. from nsterm.m:48: #12 1247. /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1247. | ^ #12 1247. In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1247. from nsgui.h:34, #12 1247. from dispextern.h:137, #12 1247. from nsterm.h:22, #12 1247. from nsterm.m:48: #12 1247. /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1247. | ^ #12 1247. In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #12 1247. from nsgui.h:34, #12 1247. from dispextern.h:137, #12 1247. from nsterm.h:22, #12 1247. from nsterm.m:48: #12 1247. /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1247. | ^ #12 1247. In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #12 1247. from nsgui.h:34, #12 1247. from dispextern.h:137, #12 1247. from nsterm.h:22, #12 1247. from nsterm.m:48: #12 1247. /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1247. | ^ #12 1247. In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #12 1247. from nsgui.h:34, #12 1247. from dispextern.h:137, #12 1247. from nsterm.h:22, #12 1247. from nsterm.m:48: #12 1247. /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1247. | ^ #12 1247. In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #12 1247. from nsgui.h:34, #12 1247. from dispextern.h:137, #12 1247. from nsterm.h:22, #12 1247. from nsterm.m:48: #12 1247. /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1247. | ^ #12 1247. In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #12 1247. from nsgui.h:34, #12 1247. from dispextern.h:137, #12 1247. from nsterm.h:22, #12 1247. from nsterm.m:48: #12 1247. /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1247. | ^ #12 1247. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1247. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1247. from nsgui.h:34, #12 1247. from dispextern.h:137, #12 1247. from nsterm.h:22, #12 1247. from nsterm.m:48: #12 1247. /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1247. | ^ #12 1247. In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1247. from nsgui.h:34, #12 1247. from dispextern.h:137, #12 1247. from nsterm.h:22, #12 1247. from nsterm.m:48: #12 1247. /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1247. | ^ #12 1247. In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #12 1247. from nsgui.h:34, #12 1247. from dispextern.h:137, #12 1247. from nsterm.h:22, #12 1247. from nsterm.m:48: #12 1247. /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1247. | ^ #12 1247. In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #12 1247. from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1247. from nsgui.h:34, #12 1247. from dispextern.h:137, #12 1247. from nsterm.h:22, #12 1247. from nsterm.m:48: #12 1247. /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1247. | ^ #12 1247. In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1247. from nsgui.h:34, #12 1247. from dispextern.h:137, #12 1247. from nsterm.h:22, #12 1247. from nsterm.m:48: #12 1247. /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1247. | ^ #12 1247. In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #12 1247. from nsgui.h:34, #12 1247. from dispextern.h:137, #12 1247. from nsterm.h:22, #12 1247. from nsterm.m:48: #12 1247. /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1247. | ^ #12 1247. In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #12 1247. from nsgui.h:34, #12 1247. from dispextern.h:137, #12 1247. from nsterm.h:22, #12 1247. from nsterm.m:48: #12 1247. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1247. | ^ #12 1247. In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #12 1247. from nsgui.h:34, #12 1247. from dispextern.h:137, #12 1247. from nsterm.h:22, #12 1247. from nsterm.m:48: #12 1247. /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1247. | ^ #12 1247. In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #12 1247. from nsgui.h:34, #12 1247. from dispextern.h:137, #12 1247. from nsterm.h:22, #12 1247. from nsterm.m:48: #12 1247. /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1247. | ^ #12 1247. In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #12 1247. from nsgui.h:34, #12 1247. from dispextern.h:137, #12 1247. from nsterm.h:22, #12 1247. from nsterm.m:48: #12 1247. /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1247. | ^ #12 1247. In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #12 1247. from nsgui.h:34, #12 1247. from dispextern.h:137, #12 1247. from nsterm.h:22, #12 1247. from nsterm.m:48: #12 1247. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1247. | ^ #12 1247. In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #12 1247. from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1247. from nsgui.h:34, #12 1247. from dispextern.h:137, #12 1247. from nsterm.h:22, #12 1247. from nsterm.m:48: #12 1247. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1247. | ^ #12 1247. In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1247. from nsgui.h:34, #12 1247. from dispextern.h:137, #12 1247. from nsterm.h:22, #12 1247. from nsterm.m:48: #12 1247. /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1247. | ^ #12 1247. In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #12 1247. from nsgui.h:34, #12 1247. from dispextern.h:137, #12 1247. from nsterm.h:22, #12 1247. from nsterm.m:48: #12 1247. /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1247. | ^ #12 1247. In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #12 1247. from nsgui.h:34, #12 1247. from dispextern.h:137, #12 1247. from nsterm.h:22, #12 1247. from nsterm.m:48: #12 1247. /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1247. | ^ #12 1247. In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #12 1247. from nsgui.h:34, #12 1247. from dispextern.h:137, #12 1247. from nsterm.h:22, #12 1247. from nsterm.m:48: #12 1247. /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1247. | ^ #12 1247. In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #12 1247. from nsgui.h:34, #12 1247. from dispextern.h:137, #12 1247. from nsterm.h:22, #12 1247. from nsterm.m:48: #12 1247. /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1247. | ^ #12 1247. In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #12 1247. from nsgui.h:34, #12 1247. from dispextern.h:137, #12 1247. from nsterm.h:22, #12 1247. from nsterm.m:48: #12 1247. /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1247. | ^ #12 1247. In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #12 1247. from nsgui.h:34, #12 1247. from dispextern.h:137, #12 1247. from nsterm.h:22, #12 1247. from nsterm.m:48: #12 1247. /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1247. | ^ #12 1247. In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #12 1247. from nsgui.h:34, #12 1247. from dispextern.h:137, #12 1247. from nsterm.h:22, #12 1247. from nsterm.m:48: #12 1247. /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1247. | ^ #12 1247. In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #12 1247. from nsgui.h:34, #12 1247. from dispextern.h:137, #12 1247. from nsterm.h:22, #12 1247. from nsterm.m:48: #12 1247. /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #12 1247. 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1247. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1247. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1247. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1247. from nsgui.h:34, #12 1247. from dispextern.h:137, #12 1247. from nsterm.h:22, #12 1247. from nsterm.m:48: #12 1247. /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #12 1247. 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1247. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1247. In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #12 1247. from nsgui.h:34, #12 1247. from dispextern.h:137, #12 1247. from nsterm.h:22, #12 1247. from nsterm.m:48: #12 1247. /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1247. | ^ #12 1247. In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #12 1247. from nsgui.h:34, #12 1247. from dispextern.h:137, #12 1247. from nsterm.h:22, #12 1247. from nsterm.m:48: #12 1247. /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1247. | ^ #12 1247. In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #12 1247. from nsgui.h:34, #12 1247. from dispextern.h:137, #12 1247. from nsterm.h:22, #12 1247. from nsterm.m:48: #12 1247. /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1247. | ^ #12 1247. In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #12 1247. from nsgui.h:34, #12 1247. from dispextern.h:137, #12 1247. from nsterm.h:22, #12 1247. from nsterm.m:48: #12 1247. /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1247. | ^ #12 1247. In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #12 1247. from nsgui.h:34, #12 1247. from dispextern.h:137, #12 1247. from nsterm.h:22, #12 1247. from nsterm.m:48: #12 1247. /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1247. | ^ #12 1247. In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #12 1247. from nsgui.h:34, #12 1247. from dispextern.h:137, #12 1247. from nsterm.h:22, #12 1247. from nsterm.m:48: #12 1247. /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1247. | ^ #12 1247. In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #12 1247. from nsgui.h:34, #12 1247. from dispextern.h:137, #12 1247. from nsterm.h:22, #12 1247. from nsterm.m:48: #12 1247. /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1247. | ^ #12 1247. In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #12 1247. from nsgui.h:34, #12 1247. from dispextern.h:137, #12 1247. from nsterm.h:22, #12 1247. from nsterm.m:48: #12 1247. /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1247. | ^ #12 1247. In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #12 1247. from nsgui.h:34, #12 1247. from dispextern.h:137, #12 1247. from nsterm.h:22, #12 1247. from nsterm.m:48: #12 1247. /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1247. | ^ #12 1247. In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #12 1247. from nsgui.h:34, #12 1247. from dispextern.h:137, #12 1247. from nsterm.h:22, #12 1247. from nsterm.m:48: #12 1247. /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1247. | ^ #12 1247. In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #12 1247. from nsgui.h:34, #12 1247. from dispextern.h:137, #12 1247. from nsterm.h:22, #12 1247. from nsterm.m:48: #12 1247. /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1247. | ^ #12 1247. In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #12 1247. from nsgui.h:34, #12 1247. from dispextern.h:137, #12 1247. from nsterm.h:22, #12 1247. from nsterm.m:48: #12 1247. /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1247. | ^ #12 1247. In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #12 1247. from nsgui.h:34, #12 1247. from dispextern.h:137, #12 1247. from nsterm.h:22, #12 1247. from nsterm.m:48: #12 1247. /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1247. | ^ #12 1247. In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #12 1247. from nsgui.h:34, #12 1247. from dispextern.h:137, #12 1247. from nsterm.h:22, #12 1247. from nsterm.m:48: #12 1247. /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1247. | ^ #12 1247. In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #12 1247. from nsgui.h:34, #12 1247. from dispextern.h:137, #12 1247. from nsterm.h:22, #12 1247. from nsterm.m:48: #12 1247. /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1247. | ^ #12 1247. In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #12 1247. from nsgui.h:34, #12 1247. from dispextern.h:137, #12 1247. from nsterm.h:22, #12 1247. from nsterm.m:48: #12 1247. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1247. | ^ #12 1247. In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #12 1247. from nsgui.h:34, #12 1247. from dispextern.h:137, #12 1247. from nsterm.h:22, #12 1247. from nsterm.m:48: #12 1247. /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1247. | ^ #12 1247. In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #12 1247. from nsgui.h:34, #12 1247. from dispextern.h:137, #12 1247. from nsterm.h:22, #12 1247. from nsterm.m:48: #12 1247. /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1247. | ^ #12 1247. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1247. from nsgui.h:34, #12 1247. from dispextern.h:137, #12 1247. from nsterm.h:22, #12 1247. from nsterm.m:48: #12 1247. /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1247. 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1247. | ^ #12 1247. /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1247. 125 | __attribute__((unused)); #12 1247. | ^~~~~~~~~~~~~ #12 1247. /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1247. 129 | __attribute__((unused)); #12 1247. | ^~~~~~~~~~~~~ #12 1247. /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1247. 133 | __attribute__((unused)); #12 1247. | ^~~~~~~~~~~~~ #12 1247. /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1247. 214 | __attribute__((unused)); #12 1247. | ^~~~~~~~~~~~~ #12 1247. /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1247. 247 | __attribute__((unused)); #12 1247. | ^~~~~~~~~~~~~ #12 1247. /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1247. 251 | __attribute__((unused)); #12 1247. | ^~~~~~~~~~~~~ #12 1247. /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1247. 259 | __attribute__((unused)); #12 1247. | ^~~~~~~~~~~~~ #12 1247. /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1247. 263 | __attribute__((unused)); #12 1247. | ^~~~~~~~~~~~~ #12 1247. /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1247. 267 | __attribute__((unused)); #12 1247. | ^~~~~~~~~~~~~ #12 1247. /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1247. 271 | __attribute__((unused)); #12 1247. | ^~~~~~~~~~~~~ #12 1247. /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1247. 275 | __attribute__((unused)); #12 1247. | ^~~~~~~~~~~~~ #12 1247. /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1247. 287 | __attribute__((unused)); #12 1247. | ^~~~~~~~~~~~~ #12 1247. /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1247. 311 | __attribute__((unused)); #12 1247. | ^~~~~~~~~~~~~ #12 1247. /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1247. 323 | __attribute__((unused)); #12 1247. | ^~~~~~~~~~~~~ #12 1247. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1247. from nsgui.h:34, #12 1247. from dispextern.h:137, #12 1247. from nsterm.h:22, #12 1247. from nsterm.m:48: #12 1247. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1247. 493 | PSgsave() #12 1247. | ^~~~~~~ #12 1247. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #12 1247. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #12 1247. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1247. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1247. 499 | PSgrestore() #12 1247. | ^~~~~~~~~~ #12 1247. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #12 1247. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #12 1247. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1247. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1247. 505 | PSinitgraphics() #12 1247. | ^~~~~~~~~~~~~~ #12 1247. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #12 1247. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #12 1247. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1247. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1247. 622 | PSinitmatrix() #12 1247. | ^~~~~~~~~~~~ #12 1247. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #12 1247. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #12 1247. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1247. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1247. 669 | PSclip() #12 1247. | ^~~~~~ #12 1247. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #12 1247. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #12 1247. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1247. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1247. 675 | PSclosepath() #12 1247. | ^~~~~~~~~~~ #12 1247. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #12 1247. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #12 1247. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1247. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1247. 687 | PSeoclip() #12 1247. | ^~~~~~~~ #12 1247. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #12 1247. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #12 1247. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1247. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1247. 693 | PSeofill() #12 1247. | ^~~~~~~~ #12 1247. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #12 1247. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #12 1247. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1247. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1247. 699 | PSfill() #12 1247. | ^~~~~~ #12 1247. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #12 1247. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #12 1247. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1247. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1247. 705 | PSflattenpath() #12 1247. | ^~~~~~~~~~~~~ #12 1247. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #12 1247. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #12 1247. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1247. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1247. 711 | PSinitclip() #12 1247. | ^~~~~~~~~~ #12 1247. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #12 1247. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #12 1247. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1247. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1247. 729 | PSnewpath() #12 1247. | ^~~~~~~~~ #12 1247. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #12 1247. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #12 1247. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1247. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1247. 765 | PSreversepath() #12 1247. | ^~~~~~~~~~~~~ #12 1247. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #12 1247. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #12 1247. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1247. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1247. 783 | PSstroke() #12 1247. | ^~~~~~~~ #12 1247. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #12 1247. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #12 1247. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1247. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1247. 835 | PSWait() #12 1247. | ^~~~~~ #12 1247. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #12 1247. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #12 1248. nsterm.m: In function 'ns_set_undecorated': #12 1248. nsterm.m:1791:7: warning: 'NSWindow' may not respond to '-setIsVisible:' #12 1248. 1791 | [newWindow setIsVisible:[oldWindow isVisible]]; #12 1248. | ^ #12 1248. nsterm.m:1791:7: warning: (messages without a matching method signature will be assumed to return 'id' and accept '...' as arguments) #12 1248. nsterm.m: In function '-[EmacsView showFontPanel]': #12 1248. nsterm.m:6679:3: warning: 'NSFontPanel' may not respond to '-setIsVisible:' #12 1248. 6679 | [[fm fontPanel: YES] setIsVisible: NO]; #12 1248. | ^ #12 1283. CC nsfns.o #12 1283. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #12 1283. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #12 1284. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #12 1284. from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1284. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1284. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1284. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1284. from nsgui.h:34, #12 1284. from dispextern.h:137, #12 1284. from nsterm.h:22, #12 1284. from nsfns.m:38: #12 1284. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #12 1284. | ^ #12 1284. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1284. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1284. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1284. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1284. from nsgui.h:34, #12 1284. from dispextern.h:137, #12 1284. from nsterm.h:22, #12 1284. from nsfns.m:38: #12 1284. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #12 1284. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1284. | ^~~~~~~~~~~~~~~~~~~~ #12 1284. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #12 1284. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1284. | ^~~~~~~~~~~~~~~~~~~~ #12 1284. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1284. | ^ #12 1284. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #12 1284. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1284. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1284. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1284. from nsgui.h:34, #12 1284. from dispextern.h:137, #12 1284. from nsterm.h:22, #12 1284. from nsfns.m:38: #12 1284. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #12 1284. | ^ #12 1284. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1284. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1284. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1284. from nsgui.h:34, #12 1284. from dispextern.h:137, #12 1284. from nsterm.h:22, #12 1284. from nsfns.m:38: #12 1284. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1284. | ^ #12 1284. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #12 1284. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1284. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1284. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1284. from nsgui.h:34, #12 1284. from dispextern.h:137, #12 1284. from nsterm.h:22, #12 1284. from nsfns.m:38: #12 1284. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1284. | ^ #12 1284. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1284. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1284. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1284. from nsgui.h:34, #12 1284. from dispextern.h:137, #12 1284. from nsterm.h:22, #12 1284. from nsfns.m:38: #12 1284. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1284. | ^ #12 1284. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #12 1284. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1284. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1284. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1284. from nsgui.h:34, #12 1284. from dispextern.h:137, #12 1284. from nsterm.h:22, #12 1284. from nsfns.m:38: #12 1284. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1284. | ^ #12 1284. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1284. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1284. from nsgui.h:34, #12 1284. from dispextern.h:137, #12 1284. from nsterm.h:22, #12 1284. from nsfns.m:38: #12 1284. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1284. | ^ #12 1284. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1284. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1284. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1284. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1284. from nsgui.h:34, #12 1284. from dispextern.h:137, #12 1284. from nsterm.h:22, #12 1284. from nsfns.m:38: #12 1284. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 88 | #if GS_API_VERSION(0,011500) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1284. | ^ #12 1284. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #12 1284. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1284. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1284. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1284. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1284. from nsgui.h:34, #12 1284. from dispextern.h:137, #12 1284. from nsterm.h:22, #12 1284. from nsfns.m:38: #12 1284. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1284. | ^ #12 1284. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1284. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1284. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1284. from nsgui.h:34, #12 1284. from dispextern.h:137, #12 1284. from nsterm.h:22, #12 1284. from nsfns.m:38: #12 1284. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #12 1284. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1284. | ^~~~~~~~~~ #12 1284. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1284. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1284. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1284. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1284. from nsgui.h:34, #12 1284. from dispextern.h:137, #12 1284. from nsterm.h:22, #12 1284. from nsfns.m:38: #12 1284. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #12 1284. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1284. | ^~~~~~~~~~ #12 1284. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #12 1284. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1284. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1284. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1284. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1284. from nsgui.h:34, #12 1284. from dispextern.h:137, #12 1284. from nsterm.h:22, #12 1284. from nsfns.m:38: #12 1284. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1284. | ^ #12 1284. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1284. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1284. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1284. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1284. from nsgui.h:34, #12 1284. from dispextern.h:137, #12 1284. from nsterm.h:22, #12 1284. from nsfns.m:38: #12 1284. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1284. | ^ #12 1284. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #12 1284. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1284. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1284. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1284. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1284. from nsgui.h:34, #12 1284. from dispextern.h:137, #12 1284. from nsterm.h:22, #12 1284. from nsfns.m:38: #12 1284. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1284. | ^ #12 1284. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #12 1284. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1284. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1284. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1284. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1284. from nsgui.h:34, #12 1284. from dispextern.h:137, #12 1284. from nsterm.h:22, #12 1284. from nsfns.m:38: #12 1284. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1284. | ^ #12 1284. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1284. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1284. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1284. from nsgui.h:34, #12 1284. from dispextern.h:137, #12 1284. from nsterm.h:22, #12 1284. from nsfns.m:38: #12 1284. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1284. | ^ #12 1284. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1284. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1284. from nsgui.h:34, #12 1284. from dispextern.h:137, #12 1284. from nsterm.h:22, #12 1284. from nsfns.m:38: #12 1284. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 46 | #if GS_EXPOSE(NSAffineTransform) #12 1284. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1284. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #12 1284. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1284. from nsgui.h:34, #12 1284. from dispextern.h:137, #12 1284. from nsterm.h:22, #12 1284. from nsfns.m:38: #12 1284. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1284. | ^ #12 1284. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #12 1284. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1284. from nsgui.h:34, #12 1284. from dispextern.h:137, #12 1284. from nsterm.h:22, #12 1284. from nsfns.m:38: #12 1284. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1284. | ^ #12 1284. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #12 1284. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1284. from nsgui.h:34, #12 1284. from dispextern.h:137, #12 1284. from nsterm.h:22, #12 1284. from nsfns.m:38: #12 1284. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1284. | ^ #12 1284. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #12 1284. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1284. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1284. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1284. from nsgui.h:34, #12 1284. from dispextern.h:137, #12 1284. from nsterm.h:22, #12 1284. from nsfns.m:38: #12 1284. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1284. | ^ #12 1284. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1284. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1284. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1284. from nsgui.h:34, #12 1284. from dispextern.h:137, #12 1284. from nsterm.h:22, #12 1284. from nsfns.m:38: #12 1284. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1284. | ^ #12 1284. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1284. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1284. from nsgui.h:34, #12 1284. from dispextern.h:137, #12 1284. from nsterm.h:22, #12 1284. from nsfns.m:38: #12 1284. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 45 | #if GS_EXPOSE(NSArchiver) #12 1284. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1284. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 164 | #if GS_EXPOSE(NSUnarchiver) #12 1284. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1284. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1284. | ^ #12 1284. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1284. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1284. from nsgui.h:34, #12 1284. from dispextern.h:137, #12 1284. from nsterm.h:22, #12 1284. from nsfns.m:38: #12 1284. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1284. | ^ #12 1284. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #12 1284. from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1284. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1284. from nsgui.h:34, #12 1284. from dispextern.h:137, #12 1284. from nsterm.h:22, #12 1284. from nsfns.m:38: #12 1284. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1284. | ^ #12 1284. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1284. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1284. from nsgui.h:34, #12 1284. from dispextern.h:137, #12 1284. from nsterm.h:22, #12 1284. from nsfns.m:38: #12 1284. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1284. | ^ #12 1284. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #12 1284. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1284. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1284. from nsgui.h:34, #12 1284. from dispextern.h:137, #12 1284. from nsterm.h:22, #12 1284. from nsfns.m:38: #12 1284. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1284. | ^ #12 1284. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #12 1284. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1284. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1284. from nsgui.h:34, #12 1284. from dispextern.h:137, #12 1284. from nsterm.h:22, #12 1284. from nsfns.m:38: #12 1284. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1284. | ^ #12 1284. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #12 1284. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1284. from nsgui.h:34, #12 1284. from dispextern.h:137, #12 1284. from nsterm.h:22, #12 1284. from nsfns.m:38: #12 1284. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #12 1284. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1284. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1284. | ^ #12 1284. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #12 1284. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1284. from nsgui.h:34, #12 1284. from dispextern.h:137, #12 1284. from nsterm.h:22, #12 1284. from nsfns.m:38: #12 1284. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1284. | ^ #12 1284. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1284. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1284. from nsgui.h:34, #12 1284. from dispextern.h:137, #12 1284. from nsterm.h:22, #12 1284. from nsfns.m:38: #12 1284. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 114 | #if GS_EXPOSE(NSBundle) #12 1284. | ^~~~~~~~~~~~~~~~~~~~~ #12 1284. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1284. | ^ #12 1284. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #12 1284. from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1284. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1284. from nsgui.h:34, #12 1284. from dispextern.h:137, #12 1284. from nsterm.h:22, #12 1284. from nsfns.m:38: #12 1284. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1284. | ^ #12 1284. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #12 1284. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1284. from nsgui.h:34, #12 1284. from dispextern.h:137, #12 1284. from nsterm.h:22, #12 1284. from nsfns.m:38: #12 1284. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 43 | #if GS_EXPOSE(NSCache) #12 1284. | ^~~~~~~~~~~~~~~~~~~~ #12 1284. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #12 1284. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1284. from nsgui.h:34, #12 1284. from dispextern.h:137, #12 1284. from nsterm.h:22, #12 1284. from nsfns.m:38: #12 1284. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1284. | ^ #12 1284. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1284. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1284. from nsgui.h:34, #12 1284. from dispextern.h:137, #12 1284. from nsterm.h:22, #12 1284. from nsfns.m:38: #12 1284. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 37 | #if GS_EXPOSE(NSCalendarDate) #12 1284. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1284. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1284. | ^ #12 1284. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #12 1284. from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1284. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1284. from nsgui.h:34, #12 1284. from dispextern.h:137, #12 1284. from nsterm.h:22, #12 1284. from nsfns.m:38: #12 1284. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1284. | ^ #12 1284. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #12 1284. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1284. from nsgui.h:34, #12 1284. from dispextern.h:137, #12 1284. from nsterm.h:22, #12 1284. from nsfns.m:38: #12 1284. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1284. | ^ #12 1284. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #12 1284. from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1284. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1284. from nsgui.h:34, #12 1284. from dispextern.h:137, #12 1284. from nsterm.h:22, #12 1284. from nsfns.m:38: #12 1284. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 113 | #if GS_EXPOSE(NSException) #12 1284. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1284. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1284. 303 | NSGetUncaughtExceptionHandler(); #12 1284. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1284. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1284. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1284. from nsgui.h:34, #12 1284. from dispextern.h:137, #12 1284. from nsterm.h:22, #12 1284. from nsfns.m:38: #12 1284. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1284. | ^ #12 1284. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1284. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1284. from nsgui.h:34, #12 1284. from dispextern.h:137, #12 1284. from nsterm.h:22, #12 1284. from nsfns.m:38: #12 1284. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1284. | ^ #12 1284. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #12 1284. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1284. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1284. from nsgui.h:34, #12 1284. from dispextern.h:137, #12 1284. from nsterm.h:22, #12 1284. from nsfns.m:38: #12 1284. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 53 | #if GS_EXPOSE(NSExpression) #12 1284. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1284. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #12 1284. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1284. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1284. from nsgui.h:34, #12 1284. from dispextern.h:137, #12 1284. from nsterm.h:22, #12 1284. from nsfns.m:38: #12 1284. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1284. | ^ #12 1284. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1284. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1284. from nsgui.h:34, #12 1284. from dispextern.h:137, #12 1284. from nsterm.h:22, #12 1284. from nsfns.m:38: #12 1284. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 74 | #if GS_EXPOSE(NSComparisonPredicate) #12 1284. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1284. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #12 1284. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1284. from nsgui.h:34, #12 1284. from dispextern.h:137, #12 1284. from nsterm.h:22, #12 1284. from nsfns.m:38: #12 1284. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 47 | #if GS_EXPOSE(NSCompoundPredicate) #12 1284. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1284. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #12 1284. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1284. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1284. from nsgui.h:34, #12 1284. from dispextern.h:137, #12 1284. from nsterm.h:22, #12 1284. from nsfns.m:38: #12 1284. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 47 | #if GS_EXPOSE(NSTimer) #12 1284. | ^~~~~~~~~~~~~~~~~~~~ #12 1284. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1284. | ^ #12 1284. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #12 1284. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #12 1284. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1284. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1284. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1284. from nsgui.h:34, #12 1284. from dispextern.h:137, #12 1284. from nsterm.h:22, #12 1284. from nsfns.m:38: #12 1284. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1284. | ^ #12 1284. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1284. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1284. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1284. from nsgui.h:34, #12 1284. from dispextern.h:137, #12 1284. from nsterm.h:22, #12 1284. from nsfns.m:38: #12 1284. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 46 | #if GS_EXPOSE(NSRunLoop) #12 1284. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1284. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1284. | ^ #12 1284. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1284. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1284. from nsgui.h:34, #12 1284. from dispextern.h:137, #12 1284. from nsterm.h:22, #12 1284. from nsfns.m:38: #12 1284. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1284. | ^ #12 1284. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #12 1284. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1284. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1284. from nsgui.h:34, #12 1284. from dispextern.h:137, #12 1284. from nsterm.h:22, #12 1284. from nsfns.m:38: #12 1284. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1284. | ^ #12 1284. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1284. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1284. from nsgui.h:34, #12 1284. from dispextern.h:137, #12 1284. from nsterm.h:22, #12 1284. from nsfns.m:38: #12 1284. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1284. | ^ #12 1284. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #12 1284. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1284. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1284. from nsgui.h:34, #12 1284. from dispextern.h:137, #12 1284. from nsterm.h:22, #12 1284. from nsfns.m:38: #12 1284. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1284. | ^ #12 1284. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #12 1284. from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1284. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1284. from nsgui.h:34, #12 1284. from dispextern.h:137, #12 1284. from nsterm.h:22, #12 1284. from nsfns.m:38: #12 1284. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1284. | ^ #12 1284. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1284. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1284. from nsgui.h:34, #12 1284. from dispextern.h:137, #12 1284. from nsterm.h:22, #12 1284. from nsfns.m:38: #12 1284. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #12 1284. | ^ #12 1284. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #12 1284. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1284. from nsgui.h:34, #12 1284. from dispextern.h:137, #12 1284. from nsterm.h:22, #12 1284. from nsfns.m:38: #12 1284. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 127 | #if GS_EXPOSE(NSDateFormatter) #12 1284. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1284. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1284. | ^ #12 1284. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1284. | ^ #12 1284. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #12 1284. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1284. from nsgui.h:34, #12 1284. from dispextern.h:137, #12 1284. from nsterm.h:22, #12 1284. from nsfns.m:38: #12 1284. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1284. | ^ #12 1284. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #12 1284. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1284. from nsgui.h:34, #12 1284. from dispextern.h:137, #12 1284. from nsterm.h:22, #12 1284. from nsfns.m:38: #12 1284. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1284. | ^ #12 1284. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1284. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1284. from nsgui.h:34, #12 1284. from dispextern.h:137, #12 1284. from nsterm.h:22, #12 1284. from nsfns.m:38: #12 1284. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1284. | ^ #12 1284. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #12 1284. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1284. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1284. from nsgui.h:34, #12 1284. from dispextern.h:137, #12 1284. from nsterm.h:22, #12 1284. from nsfns.m:38: #12 1284. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1284. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1284. | ^ #12 1285. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1285. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #12 1285. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1285. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #12 1285. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1285. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 192 | #if GS_EXPOSE(NSDecimalNumber) #12 1285. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1285. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 40 | #if GS_EXPOSE(NSDistantObject) #12 1285. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1285. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 41 | #if GS_EXPOSE(NSDistributedLock) #12 1285. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1285. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1285. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 74 | #if GS_EXPOSE(NSLock) #12 1285. | ^~~~~~~~~~~~~~~~~~~ #12 1285. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 125 | #if GS_EXPOSE(NSCondition) #12 1285. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1285. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 175 | #if GS_EXPOSE(NSConditionLock) #12 1285. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1285. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 275 | #if GS_EXPOSE(NSRecursiveLock) #12 1285. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1285. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #12 1285. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1285. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #12 1285. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 71 | #if GS_EXPOSE(NSNotificationCenter) #12 1285. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1285. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #12 1285. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1285. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 134 | #if GS_EXPOSE(NSError) #12 1285. | ^~~~~~~~~~~~~~~~~~~~ #12 1285. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #12 1285. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1285. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 182 | #if GS_EXPOSE(NSURLHandle) #12 1285. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1285. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1285. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 73 | #if GS_EXPOSE(NSURL) #12 1285. | ^~~~~~~~~~~~~~~~~~ #12 1285. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #12 1285. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1285. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1285. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 599 | #if GS_EXPOSE(NSURLQueryItem) #12 1285. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1285. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 633 | #if GS_EXPOSE(NSURLComponents) #12 1285. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1285. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 160 | #if GS_EXPOSE(NSPipe) #12 1285. | ^~~~~~~~~~~~~~~~~~~ #12 1285. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #12 1285. from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #12 1285. from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 215 | #if GS_EXPOSE(NSFileManager) #12 1285. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1285. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #12 1285. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1285. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 42 | #if GS_EXPOSE(NSHost) #12 1285. | ^~~~~~~~~~~~~~~~~~~ #12 1285. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 68 | #if GS_EXPOSE(NSHTTPCookie) #12 1285. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1285. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #12 1285. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1285. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 47 | #if GS_EXPOSE(NSIndexPath) #12 1285. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1285. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 49 | #if GS_EXPOSE(NSIndexSet) #12 1285. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1285. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #12 1285. from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 52 | #if GS_EXPOSE(NSMethodSignature) #12 1285. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1285. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 38 | #if GS_EXPOSE(NSInvocation) #12 1285. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1285. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #12 1285. from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/Foundation/Foundation.h:99, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/Foundation/NSItemProviderReadingWriting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1285. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/Foundation/NSPropertyList.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSPropertyList.h:68:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1285. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/Foundation/NSPropertyList.h:268:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 268 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 55 | #if GS_EXPOSE(NSKeyedArchiver) #12 1285. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1285. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:230:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 230 | #if GS_EXPOSE(NSKeyedUnarchiver) #12 1285. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1285. In file included from /usr/include/GNUstep/Foundation/Foundation.h:102, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/Foundation/NSKeyValueCoding.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/Foundation/Foundation.h:103, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:45:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:183:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/Foundation/Foundation.h:104, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/Foundation/NSLengthFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/Foundation/Foundation.h:105, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/Foundation/NSLinguisticTagger.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/Foundation/Foundation.h:107, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/Foundation/NSLocale.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSLocale.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSLocale.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSLocale.h:103:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 103 | #if GS_EXPOSE(NSLocale) #12 1285. | ^~~~~~~~~~~~~~~~~~~~~ #12 1285. /usr/include/GNUstep/Foundation/NSLocale.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSLocale.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSLocale.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSLocale.h:190:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 190 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSLocale.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 196 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSLocale.h:207:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSLocale.h:236:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/Foundation/Foundation.h:109, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/Foundation/NSMeasurement.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/Foundation/Foundation.h:110, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #12 1285. from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 40 | #if GS_EXPOSE(NSMetadataItem) #12 1285. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1285. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 66 | #if GS_EXPOSE(NSMetadataQuery) #12 1285. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1285. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #12 1285. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1285. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #12 1285. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1285. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 112 | #if GS_EXPOSE(NSNotificationQueue) #12 1285. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1285. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 361 | #if GS_EXPOSE(NSNetService) #12 1285. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1285. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #12 1285. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1285. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 123 | #if GS_EXPOSE(NSNumberFormatter) #12 1285. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1285. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 53 | #if GS_EXPOSE(NSPortCoder) #12 1285. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1285. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #12 1285. from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 77 | #if GS_EXPOSE(NSPort) #12 1285. | ^~~~~~~~~~~~~~~~~~~ #12 1285. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 202 | #if GS_EXPOSE(NSSocketPort) #12 1285. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1285. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 284 | #if GS_EXPOSE(NSMessagePort) #12 1285. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1285. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 47 | #if GS_EXPOSE(NSPortMessage) #12 1285. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1285. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #12 1285. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1285. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 53 | #if GS_EXPOSE(NSProgress) #12 1285. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1285. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 40 | #if GS_EXPOSE(NSProtocolChecker) #12 1285. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1285. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 91 | #if GS_EXPOSE(NSRegularExpression) #12 1285. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1285. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 42 | #if GS_EXPOSE(NSScanner) #12 1285. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1285. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 48 | #if GS_EXPOSE(NSSortDescriptor) #12 1285. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1285. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 58 | #if GS_EXPOSE(NSSpellServer) #12 1285. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1285. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #12 1285. from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 51 | #if GS_EXPOSE(NSTask) #12 1285. | ^~~~~~~~~~~~~~~~~~~ #12 1285. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #12 1285. from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 59 | #if GS_EXPOSE(NSThread) #12 1285. | ^~~~~~~~~~~~~~~~~~~~~ #12 1285. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #12 1285. from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 87 | #if GS_EXPOSE(NSUndoManager) #12 1285. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1285. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #12 1285. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1285. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 59 | #if GS_EXPOSE(NSCachedURLResponse) #12 1285. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1285. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 105 | #if GS_EXPOSE(NSURLCache) #12 1285. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1285. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 48 | #if GS_EXPOSE(NSURLConnection) #12 1285. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1285. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 56 | #if GS_EXPOSE(NSURLCredential) #12 1285. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1285. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #12 1285. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1285. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 49 | #if GS_EXPOSE(NSURLDownload) #12 1285. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1285. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #12 1285. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1285. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 121 | #if GS_EXPOSE(NSURLProtocol) #12 1285. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1285. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 92 | #if GS_EXPOSE(NSURLRequest) #12 1285. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1285. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 49 | #if GS_EXPOSE(NSURLResponse) #12 1285. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1285. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 217 | #if GS_EXPOSE(NSUserDefaults) #12 1285. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1285. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #12 1285. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #12 1285. from /usr/include/GNUstep/Foundation/Foundation.h:184, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 72 | #if GS_EXPOSE(NSXMLParser) #12 1285. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1285. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #12 1285. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1285. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1285. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1285. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1285. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #12 1285. from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1285. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1285. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1285. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1285. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1285. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1285. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1285. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1285. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #12 1285. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1285. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1285. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1285. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1285. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1285. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1285. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1285. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1285. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1285. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #12 1285. 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1285. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1285. /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #12 1285. 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1285. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1285. /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #12 1285. 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1285. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1285. /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #12 1285. 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1285. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1285. /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #12 1285. 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1285. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1285. /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #12 1285. 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1285. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1285. /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #12 1285. 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1285. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1285. /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #12 1285. 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1285. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1285. /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #12 1285. 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1285. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1285. /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #12 1285. 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1285. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1285. /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #12 1285. 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1285. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1285. /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #12 1285. 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1285. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1285. /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #12 1285. 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1285. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1285. /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #12 1285. 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1285. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1285. /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #12 1285. 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1285. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1285. /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #12 1285. 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1285. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1285. /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #12 1285. 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1285. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1285. /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #12 1285. 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1285. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1285. /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #12 1285. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #12 1285. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #12 1285. 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1285. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1285. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #12 1285. 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1285. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1285. In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #12 1285. 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1285. | ^~~~~~~~~~~~~~~~~~~~ #12 1285. In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #12 1285. 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1285. | ^~~~~~~~~~~~~~~~~~~~ #12 1285. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #12 1285. from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #12 1285. from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1285. | ^ #12 1285. In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #12 1285. from nsgui.h:34, #12 1285. from dispextern.h:137, #12 1285. from nsterm.h:22, #12 1285. from nsfns.m:38: #12 1285. /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1285. | ^ #12 1285. /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1285. 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1285. | ^ #12 1286. /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1286. | ^ #12 1286. /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1286. | ^ #12 1286. /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1286. | ^ #12 1286. /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1286. | ^ #12 1286. /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1286. | ^ #12 1286. /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1286. | ^ #12 1286. /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1286. | ^ #12 1286. /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1286. | ^ #12 1286. /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1286. | ^ #12 1286. /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1286. | ^ #12 1286. /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1286. | ^ #12 1286. /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1286. | ^ #12 1286. /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1286. | ^ #12 1286. In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #12 1286. from nsgui.h:34, #12 1286. from dispextern.h:137, #12 1286. from nsterm.h:22, #12 1286. from nsfns.m:38: #12 1286. /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1286. | ^ #12 1286. /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1286. | ^ #12 1286. /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1286. | ^ #12 1286. /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1286. | ^ #12 1286. /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1286. | ^ #12 1286. /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1286. | ^ #12 1286. /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1286. | ^ #12 1286. /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1286. | ^ #12 1286. In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #12 1286. from nsgui.h:34, #12 1286. from dispextern.h:137, #12 1286. from nsterm.h:22, #12 1286. from nsfns.m:38: #12 1286. /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1286. | ^ #12 1286. In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #12 1286. from nsgui.h:34, #12 1286. from dispextern.h:137, #12 1286. from nsterm.h:22, #12 1286. from nsfns.m:38: #12 1286. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1286. | ^ #12 1286. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1286. | ^ #12 1286. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1286. | ^ #12 1286. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1286. | ^ #12 1286. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1286. | ^ #12 1286. In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #12 1286. from nsgui.h:34, #12 1286. from dispextern.h:137, #12 1286. from nsterm.h:22, #12 1286. from nsfns.m:38: #12 1286. /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1286. | ^ #12 1286. In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #12 1286. from nsgui.h:34, #12 1286. from dispextern.h:137, #12 1286. from nsterm.h:22, #12 1286. from nsfns.m:38: #12 1286. /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1286. | ^ #12 1286. In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #12 1286. from nsgui.h:34, #12 1286. from dispextern.h:137, #12 1286. from nsterm.h:22, #12 1286. from nsfns.m:38: #12 1286. /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1286. | ^ #12 1286. In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #12 1286. from nsgui.h:34, #12 1286. from dispextern.h:137, #12 1286. from nsterm.h:22, #12 1286. from nsfns.m:38: #12 1286. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1286. | ^ #12 1286. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1286. | ^ #12 1286. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1286. | ^ #12 1286. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1286. | ^ #12 1286. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #12 1286. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1286. from nsgui.h:34, #12 1286. from dispextern.h:137, #12 1286. from nsterm.h:22, #12 1286. from nsfns.m:38: #12 1286. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1286. | ^ #12 1286. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1286. | ^ #12 1286. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1286. | ^ #12 1286. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1286. | ^ #12 1286. In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #12 1286. from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1286. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1286. from nsgui.h:34, #12 1286. from dispextern.h:137, #12 1286. from nsterm.h:22, #12 1286. from nsfns.m:38: #12 1286. /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1286. | ^ #12 1286. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1286. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1286. from nsgui.h:34, #12 1286. from dispextern.h:137, #12 1286. from nsterm.h:22, #12 1286. from nsfns.m:38: #12 1286. /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1286. | ^ #12 1286. /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1286. | ^ #12 1286. /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1286. | ^ #12 1286. /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1286. | ^ #12 1286. /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1286. | ^ #12 1286. /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1286. | ^ #12 1286. /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1286. | ^ #12 1286. /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1286. | ^ #12 1286. /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1286. | ^ #12 1286. /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1286. | ^ #12 1286. /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1286. | ^ #12 1286. /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1286. | ^ #12 1286. /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1286. | ^ #12 1286. /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1286. | ^ #12 1286. /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1286. | ^ #12 1286. /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1286. | ^ #12 1286. /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1286. | ^ #12 1286. /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1286. | ^ #12 1286. /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1286. | ^ #12 1286. /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1286. | ^ #12 1286. In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1286. from nsgui.h:34, #12 1286. from dispextern.h:137, #12 1286. from nsterm.h:22, #12 1286. from nsfns.m:38: #12 1286. /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1286. | ^ #12 1286. /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1286. | ^ #12 1286. In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #12 1286. from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1286. from nsgui.h:34, #12 1286. from dispextern.h:137, #12 1286. from nsterm.h:22, #12 1286. from nsfns.m:38: #12 1286. /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1286. | ^ #12 1286. In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1286. from nsgui.h:34, #12 1286. from dispextern.h:137, #12 1286. from nsterm.h:22, #12 1286. from nsfns.m:38: #12 1286. /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1286. | ^ #12 1286. In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #12 1286. from nsgui.h:34, #12 1286. from dispextern.h:137, #12 1286. from nsterm.h:22, #12 1286. from nsfns.m:38: #12 1286. /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1286. | ^ #12 1286. In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #12 1286. from nsgui.h:34, #12 1286. from dispextern.h:137, #12 1286. from nsterm.h:22, #12 1286. from nsfns.m:38: #12 1286. /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1286. | ^ #12 1286. In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #12 1286. from nsgui.h:34, #12 1286. from dispextern.h:137, #12 1286. from nsterm.h:22, #12 1286. from nsfns.m:38: #12 1286. /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1286. | ^ #12 1286. /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1286. | ^ #12 1286. In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #12 1286. from nsgui.h:34, #12 1286. from dispextern.h:137, #12 1286. from nsterm.h:22, #12 1286. from nsfns.m:38: #12 1286. /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1286. | ^ #12 1286. /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1286. | ^ #12 1286. /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1286. | ^ #12 1286. In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #12 1286. from nsgui.h:34, #12 1286. from dispextern.h:137, #12 1286. from nsterm.h:22, #12 1286. from nsfns.m:38: #12 1286. /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1286. | ^ #12 1286. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1286. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1286. from nsgui.h:34, #12 1286. from dispextern.h:137, #12 1286. from nsterm.h:22, #12 1286. from nsfns.m:38: #12 1286. /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1286. | ^ #12 1286. /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1286. | ^ #12 1286. /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1286. | ^ #12 1286. /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1286. | ^ #12 1286. /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1286. | ^ #12 1286. /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1286. | ^ #12 1286. /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1286. | ^ #12 1286. /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1286. | ^ #12 1286. /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1286. | ^ #12 1286. /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1286. | ^ #12 1286. /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1286. | ^ #12 1286. /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1286. | ^ #12 1286. /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1286. | ^ #12 1286. /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1286. | ^ #12 1286. /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1286. | ^ #12 1286. /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1286. | ^ #12 1286. /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1286. | ^ #12 1286. /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1286. | ^ #12 1286. /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1286. | ^ #12 1286. /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1286. | ^ #12 1286. /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1286. | ^ #12 1286. In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1286. from nsgui.h:34, #12 1286. from dispextern.h:137, #12 1286. from nsterm.h:22, #12 1286. from nsfns.m:38: #12 1286. /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1286. | ^ #12 1286. /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1286. | ^ #12 1286. /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1286. | ^ #12 1286. /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1286. | ^ #12 1286. /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1286. | ^ #12 1286. /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1286. | ^ #12 1286. In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #12 1286. from nsgui.h:34, #12 1286. from dispextern.h:137, #12 1286. from nsterm.h:22, #12 1286. from nsfns.m:38: #12 1286. /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1286. | ^ #12 1286. In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #12 1286. from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1286. from nsgui.h:34, #12 1286. from dispextern.h:137, #12 1286. from nsterm.h:22, #12 1286. from nsfns.m:38: #12 1286. /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1286. | ^ #12 1286. /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1286. | ^ #12 1286. In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1286. from nsgui.h:34, #12 1286. from dispextern.h:137, #12 1286. from nsterm.h:22, #12 1286. from nsfns.m:38: #12 1286. /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1286. | ^ #12 1286. In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #12 1286. from nsgui.h:34, #12 1286. from dispextern.h:137, #12 1286. from nsterm.h:22, #12 1286. from nsfns.m:38: #12 1286. /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1286. | ^ #12 1286. In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #12 1286. from nsgui.h:34, #12 1286. from dispextern.h:137, #12 1286. from nsterm.h:22, #12 1286. from nsfns.m:38: #12 1286. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #12 1286. | ^ #12 1286. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1286. | ^ #12 1286. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1286. | ^ #12 1286. In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #12 1286. from nsgui.h:34, #12 1286. from dispextern.h:137, #12 1286. from nsterm.h:22, #12 1286. from nsfns.m:38: #12 1286. /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1286. | ^ #12 1286. In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #12 1286. from nsgui.h:34, #12 1286. from dispextern.h:137, #12 1286. from nsterm.h:22, #12 1286. from nsfns.m:38: #12 1286. /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1286. | ^ #12 1286. In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #12 1286. from nsgui.h:34, #12 1286. from dispextern.h:137, #12 1286. from nsterm.h:22, #12 1286. from nsfns.m:38: #12 1286. /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1286. | ^ #12 1286. In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #12 1286. from nsgui.h:34, #12 1286. from dispextern.h:137, #12 1286. from nsterm.h:22, #12 1286. from nsfns.m:38: #12 1286. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1286. | ^ #12 1286. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1286. | ^ #12 1286. In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #12 1286. from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1286. from nsgui.h:34, #12 1286. from dispextern.h:137, #12 1286. from nsterm.h:22, #12 1286. from nsfns.m:38: #12 1286. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1286. | ^ #12 1286. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1286. | ^ #12 1286. In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1286. from nsgui.h:34, #12 1286. from dispextern.h:137, #12 1286. from nsterm.h:22, #12 1286. from nsfns.m:38: #12 1286. /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1286. | ^ #12 1286. In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #12 1286. from nsgui.h:34, #12 1286. from dispextern.h:137, #12 1286. from nsterm.h:22, #12 1286. from nsfns.m:38: #12 1286. /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1286. | ^ #12 1286. In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #12 1286. from nsgui.h:34, #12 1286. from dispextern.h:137, #12 1286. from nsterm.h:22, #12 1286. from nsfns.m:38: #12 1286. /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1286. | ^ #12 1286. In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #12 1286. from nsgui.h:34, #12 1286. from dispextern.h:137, #12 1286. from nsterm.h:22, #12 1286. from nsfns.m:38: #12 1286. /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1286. | ^ #12 1286. In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #12 1286. from nsgui.h:34, #12 1286. from dispextern.h:137, #12 1286. from nsterm.h:22, #12 1286. from nsfns.m:38: #12 1286. /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1286. | ^ #12 1286. In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #12 1286. from nsgui.h:34, #12 1286. from dispextern.h:137, #12 1286. from nsterm.h:22, #12 1286. from nsfns.m:38: #12 1286. /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1286. | ^ #12 1286. In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #12 1286. from nsgui.h:34, #12 1286. from dispextern.h:137, #12 1286. from nsterm.h:22, #12 1286. from nsfns.m:38: #12 1286. /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1286. | ^ #12 1286. In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #12 1286. from nsgui.h:34, #12 1286. from dispextern.h:137, #12 1286. from nsterm.h:22, #12 1286. from nsfns.m:38: #12 1286. /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1286. | ^ #12 1286. In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #12 1286. from nsgui.h:34, #12 1286. from dispextern.h:137, #12 1286. from nsterm.h:22, #12 1286. from nsfns.m:38: #12 1286. /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1286. | ^ #12 1286. /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1286. | ^ #12 1286. /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1286. | ^ #12 1286. /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1286. | ^ #12 1286. /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #12 1286. 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1286. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1286. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1286. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1286. from nsgui.h:34, #12 1286. from dispextern.h:137, #12 1286. from nsterm.h:22, #12 1286. from nsfns.m:38: #12 1286. /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #12 1286. 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1286. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1286. In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #12 1286. from nsgui.h:34, #12 1286. from dispextern.h:137, #12 1286. from nsterm.h:22, #12 1286. from nsfns.m:38: #12 1286. /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1286. | ^ #12 1286. In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #12 1286. from nsgui.h:34, #12 1286. from dispextern.h:137, #12 1286. from nsterm.h:22, #12 1286. from nsfns.m:38: #12 1286. /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1286. | ^ #12 1286. In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #12 1286. from nsgui.h:34, #12 1286. from dispextern.h:137, #12 1286. from nsterm.h:22, #12 1286. from nsfns.m:38: #12 1286. /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1286. | ^ #12 1286. In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #12 1286. from nsgui.h:34, #12 1286. from dispextern.h:137, #12 1286. from nsterm.h:22, #12 1286. from nsfns.m:38: #12 1286. /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1286. | ^ #12 1286. In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #12 1286. from nsgui.h:34, #12 1286. from dispextern.h:137, #12 1286. from nsterm.h:22, #12 1286. from nsfns.m:38: #12 1286. /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1286. | ^ #12 1286. In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #12 1286. from nsgui.h:34, #12 1286. from dispextern.h:137, #12 1286. from nsterm.h:22, #12 1286. from nsfns.m:38: #12 1286. /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1286. | ^ #12 1286. /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1286. | ^ #12 1286. In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #12 1286. from nsgui.h:34, #12 1286. from dispextern.h:137, #12 1286. from nsterm.h:22, #12 1286. from nsfns.m:38: #12 1286. /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1286. | ^ #12 1286. In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #12 1286. from nsgui.h:34, #12 1286. from dispextern.h:137, #12 1286. from nsterm.h:22, #12 1286. from nsfns.m:38: #12 1286. /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1286. | ^ #12 1286. In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #12 1286. from nsgui.h:34, #12 1286. from dispextern.h:137, #12 1286. from nsterm.h:22, #12 1286. from nsfns.m:38: #12 1286. /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1286. | ^ #12 1286. In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #12 1286. from nsgui.h:34, #12 1286. from dispextern.h:137, #12 1286. from nsterm.h:22, #12 1286. from nsfns.m:38: #12 1286. /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1286. | ^ #12 1286. In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #12 1286. from nsgui.h:34, #12 1286. from dispextern.h:137, #12 1286. from nsterm.h:22, #12 1286. from nsfns.m:38: #12 1286. /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1286. | ^ #12 1286. /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1286. | ^ #12 1286. /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1286. | ^ #12 1286. /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1286. | ^ #12 1286. /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1286. | ^ #12 1286. In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #12 1286. from nsgui.h:34, #12 1286. from dispextern.h:137, #12 1286. from nsterm.h:22, #12 1286. from nsfns.m:38: #12 1286. /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1286. | ^ #12 1286. /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1286. | ^ #12 1286. In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #12 1286. from nsgui.h:34, #12 1286. from dispextern.h:137, #12 1286. from nsterm.h:22, #12 1286. from nsfns.m:38: #12 1286. /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1286. | ^ #12 1286. In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #12 1286. from nsgui.h:34, #12 1286. from dispextern.h:137, #12 1286. from nsterm.h:22, #12 1286. from nsfns.m:38: #12 1286. /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1286. | ^ #12 1286. /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1286. | ^ #12 1286. In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #12 1286. from nsgui.h:34, #12 1286. from dispextern.h:137, #12 1286. from nsterm.h:22, #12 1286. from nsfns.m:38: #12 1286. /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1286. | ^ #12 1286. In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #12 1286. from nsgui.h:34, #12 1286. from dispextern.h:137, #12 1286. from nsterm.h:22, #12 1286. from nsfns.m:38: #12 1286. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1286. | ^ #12 1286. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1286. | ^ #12 1286. In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #12 1286. from nsgui.h:34, #12 1286. from dispextern.h:137, #12 1286. from nsterm.h:22, #12 1286. from nsfns.m:38: #12 1286. /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1286. | ^ #12 1286. In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #12 1286. from nsgui.h:34, #12 1286. from dispextern.h:137, #12 1286. from nsterm.h:22, #12 1286. from nsfns.m:38: #12 1286. /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1286. | ^ #12 1286. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1286. from nsgui.h:34, #12 1286. from dispextern.h:137, #12 1286. from nsterm.h:22, #12 1286. from nsfns.m:38: #12 1286. /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1286. 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1286. | ^ #12 1286. /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1286. 125 | __attribute__((unused)); #12 1286. | ^~~~~~~~~~~~~ #12 1286. /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1286. 129 | __attribute__((unused)); #12 1286. | ^~~~~~~~~~~~~ #12 1286. /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1286. 133 | __attribute__((unused)); #12 1286. | ^~~~~~~~~~~~~ #12 1286. /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1286. 214 | __attribute__((unused)); #12 1286. | ^~~~~~~~~~~~~ #12 1286. /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1286. 247 | __attribute__((unused)); #12 1286. | ^~~~~~~~~~~~~ #12 1286. /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1286. 251 | __attribute__((unused)); #12 1286. | ^~~~~~~~~~~~~ #12 1286. /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1286. 259 | __attribute__((unused)); #12 1286. | ^~~~~~~~~~~~~ #12 1286. /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1286. 263 | __attribute__((unused)); #12 1286. | ^~~~~~~~~~~~~ #12 1286. /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1286. 267 | __attribute__((unused)); #12 1286. | ^~~~~~~~~~~~~ #12 1286. /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1286. 271 | __attribute__((unused)); #12 1286. | ^~~~~~~~~~~~~ #12 1286. /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1286. 275 | __attribute__((unused)); #12 1286. | ^~~~~~~~~~~~~ #12 1286. /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1286. 287 | __attribute__((unused)); #12 1286. | ^~~~~~~~~~~~~ #12 1286. /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1286. 311 | __attribute__((unused)); #12 1286. | ^~~~~~~~~~~~~ #12 1286. /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1286. 323 | __attribute__((unused)); #12 1286. | ^~~~~~~~~~~~~ #12 1286. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1286. from nsgui.h:34, #12 1286. from dispextern.h:137, #12 1286. from nsterm.h:22, #12 1286. from nsfns.m:38: #12 1286. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1286. 493 | PSgsave() #12 1286. | ^~~~~~~ #12 1286. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #12 1286. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #12 1286. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1286. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1286. 499 | PSgrestore() #12 1286. | ^~~~~~~~~~ #12 1286. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #12 1286. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #12 1286. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1286. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1286. 505 | PSinitgraphics() #12 1286. | ^~~~~~~~~~~~~~ #12 1286. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #12 1286. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #12 1286. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1286. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1286. 622 | PSinitmatrix() #12 1286. | ^~~~~~~~~~~~ #12 1286. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #12 1286. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #12 1286. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1286. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1286. 669 | PSclip() #12 1286. | ^~~~~~ #12 1286. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #12 1286. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #12 1286. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1286. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1286. 675 | PSclosepath() #12 1286. | ^~~~~~~~~~~ #12 1286. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #12 1286. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #12 1286. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1286. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1286. 687 | PSeoclip() #12 1286. | ^~~~~~~~ #12 1286. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #12 1286. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #12 1286. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1286. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1286. 693 | PSeofill() #12 1286. | ^~~~~~~~ #12 1286. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #12 1286. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #12 1286. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1286. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1286. 699 | PSfill() #12 1286. | ^~~~~~ #12 1286. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #12 1286. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #12 1286. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1286. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1286. 705 | PSflattenpath() #12 1286. | ^~~~~~~~~~~~~ #12 1286. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #12 1286. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #12 1286. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1286. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1286. 711 | PSinitclip() #12 1286. | ^~~~~~~~~~ #12 1286. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #12 1286. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #12 1286. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1286. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1286. 729 | PSnewpath() #12 1286. | ^~~~~~~~~ #12 1286. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #12 1286. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #12 1286. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1286. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1286. 765 | PSreversepath() #12 1286. | ^~~~~~~~~~~~~ #12 1286. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #12 1286. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #12 1286. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1286. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1286. 783 | PSstroke() #12 1286. | ^~~~~~~~ #12 1286. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #12 1286. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #12 1286. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1286. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1286. 835 | PSWait() #12 1286. | ^~~~~~ #12 1286. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #12 1286. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #12 1286. nsfns.m: At top level: #12 1286. nsfns.m:689:1: warning: no previous prototype for 'ns_make_frame_key_window' [-Wmissing-prototypes] #12 1286. 689 | ns_make_frame_key_window (struct frame *f) #12 1286. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1301. CC nsmenu.o #12 1301. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #12 1301. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #12 1302. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #12 1302. from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1302. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1302. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1302. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1302. from nsgui.h:34, #12 1302. from dispextern.h:137, #12 1302. from window.h:23, #12 1302. from nsmenu.m:29: #12 1302. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #12 1302. | ^ #12 1302. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1302. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1302. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1302. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1302. from nsgui.h:34, #12 1302. from dispextern.h:137, #12 1302. from window.h:23, #12 1302. from nsmenu.m:29: #12 1302. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #12 1302. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1302. | ^~~~~~~~~~~~~~~~~~~~ #12 1302. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #12 1302. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1302. | ^~~~~~~~~~~~~~~~~~~~ #12 1302. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1302. | ^ #12 1302. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #12 1302. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1302. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1302. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1302. from nsgui.h:34, #12 1302. from dispextern.h:137, #12 1302. from window.h:23, #12 1302. from nsmenu.m:29: #12 1302. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #12 1302. | ^ #12 1302. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1302. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1302. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1302. from nsgui.h:34, #12 1302. from dispextern.h:137, #12 1302. from window.h:23, #12 1302. from nsmenu.m:29: #12 1302. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1302. | ^ #12 1302. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #12 1302. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1302. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1302. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1302. from nsgui.h:34, #12 1302. from dispextern.h:137, #12 1302. from window.h:23, #12 1302. from nsmenu.m:29: #12 1302. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1302. | ^ #12 1302. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1302. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1302. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1302. from nsgui.h:34, #12 1302. from dispextern.h:137, #12 1302. from window.h:23, #12 1302. from nsmenu.m:29: #12 1302. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1302. | ^ #12 1302. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #12 1302. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1302. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1302. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1302. from nsgui.h:34, #12 1302. from dispextern.h:137, #12 1302. from window.h:23, #12 1302. from nsmenu.m:29: #12 1302. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1302. | ^ #12 1302. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1302. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1302. from nsgui.h:34, #12 1302. from dispextern.h:137, #12 1302. from window.h:23, #12 1302. from nsmenu.m:29: #12 1302. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1302. | ^ #12 1302. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1302. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1302. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1302. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1302. from nsgui.h:34, #12 1302. from dispextern.h:137, #12 1302. from window.h:23, #12 1302. from nsmenu.m:29: #12 1302. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 88 | #if GS_API_VERSION(0,011500) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1302. | ^ #12 1302. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #12 1302. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1302. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1302. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1302. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1302. from nsgui.h:34, #12 1302. from dispextern.h:137, #12 1302. from window.h:23, #12 1302. from nsmenu.m:29: #12 1302. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1302. | ^ #12 1302. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1302. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1302. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1302. from nsgui.h:34, #12 1302. from dispextern.h:137, #12 1302. from window.h:23, #12 1302. from nsmenu.m:29: #12 1302. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1302. | ^ #12 1302. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #12 1302. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1302. | ^~~~~~~~~~ #12 1302. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1302. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1302. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1302. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1302. from nsgui.h:34, #12 1302. from dispextern.h:137, #12 1302. from window.h:23, #12 1302. from nsmenu.m:29: #12 1302. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #12 1302. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1302. | ^~~~~~~~~~ #12 1302. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #12 1302. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1302. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1302. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1302. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1302. from nsgui.h:34, #12 1302. from dispextern.h:137, #12 1302. from window.h:23, #12 1302. from nsmenu.m:29: #12 1302. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1302. | ^ #12 1302. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1302. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1302. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1302. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1302. from nsgui.h:34, #12 1302. from dispextern.h:137, #12 1302. from window.h:23, #12 1302. from nsmenu.m:29: #12 1302. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1302. | ^ #12 1302. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #12 1302. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1302. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1302. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1302. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1302. from nsgui.h:34, #12 1302. from dispextern.h:137, #12 1302. from window.h:23, #12 1302. from nsmenu.m:29: #12 1302. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1302. | ^ #12 1302. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #12 1302. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1302. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1302. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1302. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1302. from nsgui.h:34, #12 1302. from dispextern.h:137, #12 1302. from window.h:23, #12 1302. from nsmenu.m:29: #12 1302. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1302. | ^ #12 1302. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1302. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1302. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1302. from nsgui.h:34, #12 1302. from dispextern.h:137, #12 1302. from window.h:23, #12 1302. from nsmenu.m:29: #12 1302. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1302. | ^ #12 1302. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1302. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1302. from nsgui.h:34, #12 1302. from dispextern.h:137, #12 1302. from window.h:23, #12 1302. from nsmenu.m:29: #12 1302. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 46 | #if GS_EXPOSE(NSAffineTransform) #12 1302. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1302. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #12 1302. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1302. from nsgui.h:34, #12 1302. from dispextern.h:137, #12 1302. from window.h:23, #12 1302. from nsmenu.m:29: #12 1302. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1302. | ^ #12 1302. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #12 1302. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1302. from nsgui.h:34, #12 1302. from dispextern.h:137, #12 1302. from window.h:23, #12 1302. from nsmenu.m:29: #12 1302. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1302. | ^ #12 1302. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #12 1302. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1302. from nsgui.h:34, #12 1302. from dispextern.h:137, #12 1302. from window.h:23, #12 1302. from nsmenu.m:29: #12 1302. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1302. | ^ #12 1302. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #12 1302. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1302. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1302. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1302. from nsgui.h:34, #12 1302. from dispextern.h:137, #12 1302. from window.h:23, #12 1302. from nsmenu.m:29: #12 1302. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1302. | ^ #12 1302. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1302. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1302. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1302. from nsgui.h:34, #12 1302. from dispextern.h:137, #12 1302. from window.h:23, #12 1302. from nsmenu.m:29: #12 1302. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1302. | ^ #12 1302. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1302. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1302. from nsgui.h:34, #12 1302. from dispextern.h:137, #12 1302. from window.h:23, #12 1302. from nsmenu.m:29: #12 1302. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 45 | #if GS_EXPOSE(NSArchiver) #12 1302. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1302. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 164 | #if GS_EXPOSE(NSUnarchiver) #12 1302. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1302. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1302. | ^ #12 1302. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1302. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1302. from nsgui.h:34, #12 1302. from dispextern.h:137, #12 1302. from window.h:23, #12 1302. from nsmenu.m:29: #12 1302. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1302. | ^ #12 1302. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #12 1302. from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1302. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1302. from nsgui.h:34, #12 1302. from dispextern.h:137, #12 1302. from window.h:23, #12 1302. from nsmenu.m:29: #12 1302. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1302. | ^ #12 1302. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1302. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1302. from nsgui.h:34, #12 1302. from dispextern.h:137, #12 1302. from window.h:23, #12 1302. from nsmenu.m:29: #12 1302. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1302. | ^ #12 1302. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #12 1302. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1302. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1302. from nsgui.h:34, #12 1302. from dispextern.h:137, #12 1302. from window.h:23, #12 1302. from nsmenu.m:29: #12 1302. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1302. | ^ #12 1302. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #12 1302. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1302. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1302. from nsgui.h:34, #12 1302. from dispextern.h:137, #12 1302. from window.h:23, #12 1302. from nsmenu.m:29: #12 1302. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1302. | ^ #12 1302. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #12 1302. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1302. from nsgui.h:34, #12 1302. from dispextern.h:137, #12 1302. from window.h:23, #12 1302. from nsmenu.m:29: #12 1302. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #12 1302. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1302. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1302. | ^ #12 1302. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #12 1302. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1302. from nsgui.h:34, #12 1302. from dispextern.h:137, #12 1302. from window.h:23, #12 1302. from nsmenu.m:29: #12 1302. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1302. | ^ #12 1302. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1302. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1302. from nsgui.h:34, #12 1302. from dispextern.h:137, #12 1302. from window.h:23, #12 1302. from nsmenu.m:29: #12 1302. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 114 | #if GS_EXPOSE(NSBundle) #12 1302. | ^~~~~~~~~~~~~~~~~~~~~ #12 1302. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1302. | ^ #12 1302. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #12 1302. from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1302. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1302. from nsgui.h:34, #12 1302. from dispextern.h:137, #12 1302. from window.h:23, #12 1302. from nsmenu.m:29: #12 1302. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1302. | ^ #12 1302. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #12 1302. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1302. from nsgui.h:34, #12 1302. from dispextern.h:137, #12 1302. from window.h:23, #12 1302. from nsmenu.m:29: #12 1302. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 43 | #if GS_EXPOSE(NSCache) #12 1302. | ^~~~~~~~~~~~~~~~~~~~ #12 1302. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #12 1302. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1302. from nsgui.h:34, #12 1302. from dispextern.h:137, #12 1302. from window.h:23, #12 1302. from nsmenu.m:29: #12 1302. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1302. | ^ #12 1302. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1302. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1302. from nsgui.h:34, #12 1302. from dispextern.h:137, #12 1302. from window.h:23, #12 1302. from nsmenu.m:29: #12 1302. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 37 | #if GS_EXPOSE(NSCalendarDate) #12 1302. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1302. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1302. | ^ #12 1302. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #12 1302. from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1302. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1302. from nsgui.h:34, #12 1302. from dispextern.h:137, #12 1302. from window.h:23, #12 1302. from nsmenu.m:29: #12 1302. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1302. | ^ #12 1302. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #12 1302. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1302. from nsgui.h:34, #12 1302. from dispextern.h:137, #12 1302. from window.h:23, #12 1302. from nsmenu.m:29: #12 1302. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1302. | ^ #12 1302. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #12 1302. from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1302. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1302. from nsgui.h:34, #12 1302. from dispextern.h:137, #12 1302. from window.h:23, #12 1302. from nsmenu.m:29: #12 1302. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 113 | #if GS_EXPOSE(NSException) #12 1302. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1302. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1302. | ^ #12 1302. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1302. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1302. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1303. 303 | NSGetUncaughtExceptionHandler(); #12 1303. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1303. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #12 1303. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 53 | #if GS_EXPOSE(NSExpression) #12 1303. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1303. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #12 1303. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 74 | #if GS_EXPOSE(NSComparisonPredicate) #12 1303. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1303. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 47 | #if GS_EXPOSE(NSCompoundPredicate) #12 1303. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1303. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #12 1303. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 47 | #if GS_EXPOSE(NSTimer) #12 1303. | ^~~~~~~~~~~~~~~~~~~~ #12 1303. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #12 1303. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #12 1303. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1303. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1303. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 46 | #if GS_EXPOSE(NSRunLoop) #12 1303. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1303. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #12 1303. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #12 1303. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #12 1303. from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 127 | #if GS_EXPOSE(NSDateFormatter) #12 1303. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1303. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #12 1303. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1303. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #12 1303. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1303. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #12 1303. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1303. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 192 | #if GS_EXPOSE(NSDecimalNumber) #12 1303. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1303. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 40 | #if GS_EXPOSE(NSDistantObject) #12 1303. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1303. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 41 | #if GS_EXPOSE(NSDistributedLock) #12 1303. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1303. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1303. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 74 | #if GS_EXPOSE(NSLock) #12 1303. | ^~~~~~~~~~~~~~~~~~~ #12 1303. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 125 | #if GS_EXPOSE(NSCondition) #12 1303. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1303. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 175 | #if GS_EXPOSE(NSConditionLock) #12 1303. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1303. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 275 | #if GS_EXPOSE(NSRecursiveLock) #12 1303. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1303. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #12 1303. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1303. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #12 1303. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 71 | #if GS_EXPOSE(NSNotificationCenter) #12 1303. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1303. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #12 1303. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1303. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 134 | #if GS_EXPOSE(NSError) #12 1303. | ^~~~~~~~~~~~~~~~~~~~ #12 1303. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #12 1303. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1303. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 182 | #if GS_EXPOSE(NSURLHandle) #12 1303. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1303. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1303. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 73 | #if GS_EXPOSE(NSURL) #12 1303. | ^~~~~~~~~~~~~~~~~~ #12 1303. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #12 1303. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1303. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1303. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 599 | #if GS_EXPOSE(NSURLQueryItem) #12 1303. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1303. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 633 | #if GS_EXPOSE(NSURLComponents) #12 1303. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1303. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 160 | #if GS_EXPOSE(NSPipe) #12 1303. | ^~~~~~~~~~~~~~~~~~~ #12 1303. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #12 1303. from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #12 1303. from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 215 | #if GS_EXPOSE(NSFileManager) #12 1303. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1303. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #12 1303. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1303. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 42 | #if GS_EXPOSE(NSHost) #12 1303. | ^~~~~~~~~~~~~~~~~~~ #12 1303. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 68 | #if GS_EXPOSE(NSHTTPCookie) #12 1303. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1303. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #12 1303. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1303. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 47 | #if GS_EXPOSE(NSIndexPath) #12 1303. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1303. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 49 | #if GS_EXPOSE(NSIndexSet) #12 1303. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1303. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #12 1303. from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 52 | #if GS_EXPOSE(NSMethodSignature) #12 1303. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1303. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 38 | #if GS_EXPOSE(NSInvocation) #12 1303. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1303. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #12 1303. from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/Foundation/Foundation.h:99, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSItemProviderReadingWriting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1303. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSPropertyList.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSPropertyList.h:68:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1303. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSPropertyList.h:268:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 268 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 55 | #if GS_EXPOSE(NSKeyedArchiver) #12 1303. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1303. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:230:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 230 | #if GS_EXPOSE(NSKeyedUnarchiver) #12 1303. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1303. In file included from /usr/include/GNUstep/Foundation/Foundation.h:102, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSKeyValueCoding.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/Foundation/Foundation.h:103, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:45:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:183:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/Foundation/Foundation.h:104, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSLengthFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/Foundation/Foundation.h:105, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSLinguisticTagger.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/Foundation/Foundation.h:107, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSLocale.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSLocale.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSLocale.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSLocale.h:103:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 103 | #if GS_EXPOSE(NSLocale) #12 1303. | ^~~~~~~~~~~~~~~~~~~~~ #12 1303. /usr/include/GNUstep/Foundation/NSLocale.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSLocale.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSLocale.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSLocale.h:190:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 190 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSLocale.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 196 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSLocale.h:207:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSLocale.h:236:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/Foundation/Foundation.h:109, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSMeasurement.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/Foundation/Foundation.h:110, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #12 1303. from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 40 | #if GS_EXPOSE(NSMetadataItem) #12 1303. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1303. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 66 | #if GS_EXPOSE(NSMetadataQuery) #12 1303. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1303. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #12 1303. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1303. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #12 1303. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1303. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 112 | #if GS_EXPOSE(NSNotificationQueue) #12 1303. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1303. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 361 | #if GS_EXPOSE(NSNetService) #12 1303. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1303. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #12 1303. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1303. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 123 | #if GS_EXPOSE(NSNumberFormatter) #12 1303. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1303. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 53 | #if GS_EXPOSE(NSPortCoder) #12 1303. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1303. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #12 1303. from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 77 | #if GS_EXPOSE(NSPort) #12 1303. | ^~~~~~~~~~~~~~~~~~~ #12 1303. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 202 | #if GS_EXPOSE(NSSocketPort) #12 1303. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1303. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 284 | #if GS_EXPOSE(NSMessagePort) #12 1303. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1303. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 47 | #if GS_EXPOSE(NSPortMessage) #12 1303. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1303. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #12 1303. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1303. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 53 | #if GS_EXPOSE(NSProgress) #12 1303. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1303. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 40 | #if GS_EXPOSE(NSProtocolChecker) #12 1303. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1303. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 91 | #if GS_EXPOSE(NSRegularExpression) #12 1303. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1303. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 42 | #if GS_EXPOSE(NSScanner) #12 1303. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1303. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 48 | #if GS_EXPOSE(NSSortDescriptor) #12 1303. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1303. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 58 | #if GS_EXPOSE(NSSpellServer) #12 1303. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1303. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #12 1303. from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 51 | #if GS_EXPOSE(NSTask) #12 1303. | ^~~~~~~~~~~~~~~~~~~ #12 1303. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #12 1303. from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 59 | #if GS_EXPOSE(NSThread) #12 1303. | ^~~~~~~~~~~~~~~~~~~~~ #12 1303. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #12 1303. from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 87 | #if GS_EXPOSE(NSUndoManager) #12 1303. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1303. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #12 1303. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1303. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 59 | #if GS_EXPOSE(NSCachedURLResponse) #12 1303. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1303. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 105 | #if GS_EXPOSE(NSURLCache) #12 1303. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1303. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 48 | #if GS_EXPOSE(NSURLConnection) #12 1303. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1303. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 56 | #if GS_EXPOSE(NSURLCredential) #12 1303. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1303. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #12 1303. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1303. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 49 | #if GS_EXPOSE(NSURLDownload) #12 1303. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1303. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #12 1303. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1303. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 121 | #if GS_EXPOSE(NSURLProtocol) #12 1303. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1303. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 92 | #if GS_EXPOSE(NSURLRequest) #12 1303. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1303. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 49 | #if GS_EXPOSE(NSURLResponse) #12 1303. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1303. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 217 | #if GS_EXPOSE(NSUserDefaults) #12 1303. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1303. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #12 1303. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #12 1303. from /usr/include/GNUstep/Foundation/Foundation.h:184, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 72 | #if GS_EXPOSE(NSXMLParser) #12 1303. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1303. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #12 1303. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1303. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1303. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1303. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1303. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #12 1303. from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1303. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1303. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1303. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1303. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1303. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1303. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1303. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1303. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #12 1303. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1303. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1303. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1303. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1303. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1303. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1303. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1303. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1303. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1303. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #12 1303. 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1303. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1303. /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #12 1303. 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1303. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1303. /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #12 1303. 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1303. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1303. /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #12 1303. 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1303. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1303. /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #12 1303. 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1303. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1303. /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #12 1303. 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1303. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1303. /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #12 1303. 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1303. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1303. /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #12 1303. 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1303. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1303. /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #12 1303. 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1303. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1303. /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #12 1303. 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1303. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1303. /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #12 1303. 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1303. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1303. /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #12 1303. 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1303. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1303. /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #12 1303. 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1303. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1303. /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #12 1303. 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1303. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1303. /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #12 1303. 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1303. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1303. /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #12 1303. 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1303. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1303. /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #12 1303. 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1303. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1303. /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #12 1303. 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1303. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1303. /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #12 1303. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #12 1303. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #12 1303. 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1303. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1303. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #12 1303. 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1303. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1303. In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1303. | ^ #12 1303. In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #12 1303. from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1303. from nsgui.h:34, #12 1303. from dispextern.h:137, #12 1303. from window.h:23, #12 1303. from nsmenu.m:29: #12 1303. /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1303. | ^ #12 1303. /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1303. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1303. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1304. | ^ #12 1304. In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1304. from nsgui.h:34, #12 1304. from dispextern.h:137, #12 1304. from window.h:23, #12 1304. from nsmenu.m:29: #12 1304. /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1304. | ^ #12 1304. In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #12 1304. from nsgui.h:34, #12 1304. from dispextern.h:137, #12 1304. from window.h:23, #12 1304. from nsmenu.m:29: #12 1304. /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1304. | ^ #12 1304. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1304. from nsgui.h:34, #12 1304. from dispextern.h:137, #12 1304. from window.h:23, #12 1304. from nsmenu.m:29: #12 1304. /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #12 1304. 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1304. | ^~~~~~~~~~~~~~~~~~~~ #12 1304. In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #12 1304. from nsgui.h:34, #12 1304. from dispextern.h:137, #12 1304. from window.h:23, #12 1304. from nsmenu.m:29: #12 1304. /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #12 1304. 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1304. | ^~~~~~~~~~~~~~~~~~~~ #12 1304. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1304. from nsgui.h:34, #12 1304. from dispextern.h:137, #12 1304. from window.h:23, #12 1304. from nsmenu.m:29: #12 1304. /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1304. | ^ #12 1304. In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #12 1304. from nsgui.h:34, #12 1304. from dispextern.h:137, #12 1304. from window.h:23, #12 1304. from nsmenu.m:29: #12 1304. /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1304. | ^ #12 1304. In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #12 1304. from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1304. from nsgui.h:34, #12 1304. from dispextern.h:137, #12 1304. from window.h:23, #12 1304. from nsmenu.m:29: #12 1304. /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1304. | ^ #12 1304. In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1304. from nsgui.h:34, #12 1304. from dispextern.h:137, #12 1304. from window.h:23, #12 1304. from nsmenu.m:29: #12 1304. /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1304. | ^ #12 1304. In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #12 1304. from nsgui.h:34, #12 1304. from dispextern.h:137, #12 1304. from window.h:23, #12 1304. from nsmenu.m:29: #12 1304. /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1304. | ^ #12 1304. In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #12 1304. from nsgui.h:34, #12 1304. from dispextern.h:137, #12 1304. from window.h:23, #12 1304. from nsmenu.m:29: #12 1304. /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1304. | ^ #12 1304. In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #12 1304. from nsgui.h:34, #12 1304. from dispextern.h:137, #12 1304. from window.h:23, #12 1304. from nsmenu.m:29: #12 1304. /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1304. | ^ #12 1304. In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #12 1304. from nsgui.h:34, #12 1304. from dispextern.h:137, #12 1304. from window.h:23, #12 1304. from nsmenu.m:29: #12 1304. /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1304. | ^ #12 1304. In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #12 1304. from nsgui.h:34, #12 1304. from dispextern.h:137, #12 1304. from window.h:23, #12 1304. from nsmenu.m:29: #12 1304. /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1304. | ^ #12 1304. In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #12 1304. from nsgui.h:34, #12 1304. from dispextern.h:137, #12 1304. from window.h:23, #12 1304. from nsmenu.m:29: #12 1304. /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1304. | ^ #12 1304. In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #12 1304. from nsgui.h:34, #12 1304. from dispextern.h:137, #12 1304. from window.h:23, #12 1304. from nsmenu.m:29: #12 1304. /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1304. | ^ #12 1304. In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #12 1304. from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1304. from nsgui.h:34, #12 1304. from dispextern.h:137, #12 1304. from window.h:23, #12 1304. from nsmenu.m:29: #12 1304. /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1304. | ^ #12 1304. In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1304. from nsgui.h:34, #12 1304. from dispextern.h:137, #12 1304. from window.h:23, #12 1304. from nsmenu.m:29: #12 1304. /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1304. | ^ #12 1304. In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #12 1304. from nsgui.h:34, #12 1304. from dispextern.h:137, #12 1304. from window.h:23, #12 1304. from nsmenu.m:29: #12 1304. /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1304. | ^ #12 1304. In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #12 1304. from nsgui.h:34, #12 1304. from dispextern.h:137, #12 1304. from window.h:23, #12 1304. from nsmenu.m:29: #12 1304. /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1304. | ^ #12 1304. In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #12 1304. from nsgui.h:34, #12 1304. from dispextern.h:137, #12 1304. from window.h:23, #12 1304. from nsmenu.m:29: #12 1304. /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1304. | ^ #12 1304. In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #12 1304. from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1304. from nsgui.h:34, #12 1304. from dispextern.h:137, #12 1304. from window.h:23, #12 1304. from nsmenu.m:29: #12 1304. /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1304. | ^ #12 1304. In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1304. from nsgui.h:34, #12 1304. from dispextern.h:137, #12 1304. from window.h:23, #12 1304. from nsmenu.m:29: #12 1304. /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1304. | ^ #12 1304. In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #12 1304. from nsgui.h:34, #12 1304. from dispextern.h:137, #12 1304. from window.h:23, #12 1304. from nsmenu.m:29: #12 1304. /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1304. | ^ #12 1304. In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #12 1304. from nsgui.h:34, #12 1304. from dispextern.h:137, #12 1304. from window.h:23, #12 1304. from nsmenu.m:29: #12 1304. /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1304. | ^ #12 1304. In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #12 1304. from nsgui.h:34, #12 1304. from dispextern.h:137, #12 1304. from window.h:23, #12 1304. from nsmenu.m:29: #12 1304. /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1304. | ^ #12 1304. In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #12 1304. from nsgui.h:34, #12 1304. from dispextern.h:137, #12 1304. from window.h:23, #12 1304. from nsmenu.m:29: #12 1304. /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1304. | ^ #12 1304. In file included from nsgui.h:34, #12 1304. from dispextern.h:137, #12 1304. from window.h:23, #12 1304. from nsmenu.m:29: #12 1304. /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1304. | ^ #12 1304. In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #12 1304. from nsgui.h:34, #12 1304. from dispextern.h:137, #12 1304. from window.h:23, #12 1304. from nsmenu.m:29: #12 1304. /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1304. | ^ #12 1304. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1304. from nsgui.h:34, #12 1304. from dispextern.h:137, #12 1304. from window.h:23, #12 1304. from nsmenu.m:29: #12 1304. /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1304. | ^ #12 1304. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1304. from nsgui.h:34, #12 1304. from dispextern.h:137, #12 1304. from window.h:23, #12 1304. from nsmenu.m:29: #12 1304. /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1304. | ^ #12 1304. In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #12 1304. from nsgui.h:34, #12 1304. from dispextern.h:137, #12 1304. from window.h:23, #12 1304. from nsmenu.m:29: #12 1304. /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #12 1304. | ^ #12 1304. In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #12 1304. from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1304. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1304. from nsgui.h:34, #12 1304. from dispextern.h:137, #12 1304. from window.h:23, #12 1304. from nsmenu.m:29: #12 1304. /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1304. | ^ #12 1304. In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1304. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1304. from nsgui.h:34, #12 1304. from dispextern.h:137, #12 1304. from window.h:23, #12 1304. from nsmenu.m:29: #12 1304. /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1304. | ^ #12 1304. In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1304. from nsgui.h:34, #12 1304. from dispextern.h:137, #12 1304. from window.h:23, #12 1304. from nsmenu.m:29: #12 1304. /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1304. | ^ #12 1304. In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #12 1304. from nsgui.h:34, #12 1304. from dispextern.h:137, #12 1304. from window.h:23, #12 1304. from nsmenu.m:29: #12 1304. /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1304. | ^ #12 1304. In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #12 1304. from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1304. from nsgui.h:34, #12 1304. from dispextern.h:137, #12 1304. from window.h:23, #12 1304. from nsmenu.m:29: #12 1304. /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1304. | ^ #12 1304. In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1304. from nsgui.h:34, #12 1304. from dispextern.h:137, #12 1304. from window.h:23, #12 1304. from nsmenu.m:29: #12 1304. /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1304. | ^ #12 1304. In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #12 1304. from nsgui.h:34, #12 1304. from dispextern.h:137, #12 1304. from window.h:23, #12 1304. from nsmenu.m:29: #12 1304. /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1304. | ^ #12 1304. In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #12 1304. from nsgui.h:34, #12 1304. from dispextern.h:137, #12 1304. from window.h:23, #12 1304. from nsmenu.m:29: #12 1304. /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1304. | ^ #12 1304. In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #12 1304. from nsgui.h:34, #12 1304. from dispextern.h:137, #12 1304. from window.h:23, #12 1304. from nsmenu.m:29: #12 1304. /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1304. | ^ #12 1304. In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #12 1304. from nsgui.h:34, #12 1304. from dispextern.h:137, #12 1304. from window.h:23, #12 1304. from nsmenu.m:29: #12 1304. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1304. | ^ #12 1304. In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #12 1304. from nsgui.h:34, #12 1304. from dispextern.h:137, #12 1304. from window.h:23, #12 1304. from nsmenu.m:29: #12 1304. /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1304. | ^ #12 1304. In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #12 1304. from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1304. from nsgui.h:34, #12 1304. from dispextern.h:137, #12 1304. from window.h:23, #12 1304. from nsmenu.m:29: #12 1304. /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1304. | ^ #12 1304. In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1304. from nsgui.h:34, #12 1304. from dispextern.h:137, #12 1304. from window.h:23, #12 1304. from nsmenu.m:29: #12 1304. /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1304. | ^ #12 1304. In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #12 1304. from nsgui.h:34, #12 1304. from dispextern.h:137, #12 1304. from window.h:23, #12 1304. from nsmenu.m:29: #12 1304. /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1304. | ^ #12 1304. In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #12 1304. from nsgui.h:34, #12 1304. from dispextern.h:137, #12 1304. from window.h:23, #12 1304. from nsmenu.m:29: #12 1304. /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1304. | ^ #12 1304. In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #12 1304. from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1304. from nsgui.h:34, #12 1304. from dispextern.h:137, #12 1304. from window.h:23, #12 1304. from nsmenu.m:29: #12 1304. /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1304. | ^ #12 1304. In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1304. from nsgui.h:34, #12 1304. from dispextern.h:137, #12 1304. from window.h:23, #12 1304. from nsmenu.m:29: #12 1304. /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1304. | ^ #12 1304. In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #12 1304. from nsgui.h:34, #12 1304. from dispextern.h:137, #12 1304. from window.h:23, #12 1304. from nsmenu.m:29: #12 1304. /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1304. | ^ #12 1304. In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #12 1304. from nsgui.h:34, #12 1304. from dispextern.h:137, #12 1304. from window.h:23, #12 1304. from nsmenu.m:29: #12 1304. /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1304. | ^ #12 1304. In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #12 1304. from nsgui.h:34, #12 1304. from dispextern.h:137, #12 1304. from window.h:23, #12 1304. from nsmenu.m:29: #12 1304. /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1304. | ^ #12 1304. In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #12 1304. from nsgui.h:34, #12 1304. from dispextern.h:137, #12 1304. from window.h:23, #12 1304. from nsmenu.m:29: #12 1304. /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1304. | ^ #12 1304. In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #12 1304. from nsgui.h:34, #12 1304. from dispextern.h:137, #12 1304. from window.h:23, #12 1304. from nsmenu.m:29: #12 1304. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1304. | ^ #12 1304. In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #12 1304. from nsgui.h:34, #12 1304. from dispextern.h:137, #12 1304. from window.h:23, #12 1304. from nsmenu.m:29: #12 1304. /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1304. | ^ #12 1304. In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #12 1304. from nsgui.h:34, #12 1304. from dispextern.h:137, #12 1304. from window.h:23, #12 1304. from nsmenu.m:29: #12 1304. /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1304. | ^ #12 1304. In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #12 1304. from nsgui.h:34, #12 1304. from dispextern.h:137, #12 1304. from window.h:23, #12 1304. from nsmenu.m:29: #12 1304. /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1304. | ^ #12 1304. In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #12 1304. from nsgui.h:34, #12 1304. from dispextern.h:137, #12 1304. from window.h:23, #12 1304. from nsmenu.m:29: #12 1304. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1304. | ^ #12 1304. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #12 1304. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1304. from nsgui.h:34, #12 1304. from dispextern.h:137, #12 1304. from window.h:23, #12 1304. from nsmenu.m:29: #12 1304. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1304. | ^ #12 1304. In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #12 1304. from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1304. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1304. from nsgui.h:34, #12 1304. from dispextern.h:137, #12 1304. from window.h:23, #12 1304. from nsmenu.m:29: #12 1304. /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1304. | ^ #12 1304. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1304. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1304. from nsgui.h:34, #12 1304. from dispextern.h:137, #12 1304. from window.h:23, #12 1304. from nsmenu.m:29: #12 1304. /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1304. | ^ #12 1304. In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1304. from nsgui.h:34, #12 1304. from dispextern.h:137, #12 1304. from window.h:23, #12 1304. from nsmenu.m:29: #12 1304. /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1304. | ^ #12 1304. In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #12 1304. from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1304. from nsgui.h:34, #12 1304. from dispextern.h:137, #12 1304. from window.h:23, #12 1304. from nsmenu.m:29: #12 1304. /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1304. | ^ #12 1304. In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1304. from nsgui.h:34, #12 1304. from dispextern.h:137, #12 1304. from window.h:23, #12 1304. from nsmenu.m:29: #12 1304. /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1304. | ^ #12 1304. In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #12 1304. from nsgui.h:34, #12 1304. from dispextern.h:137, #12 1304. from window.h:23, #12 1304. from nsmenu.m:29: #12 1304. /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1304. | ^ #12 1304. In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #12 1304. from nsgui.h:34, #12 1304. from dispextern.h:137, #12 1304. from window.h:23, #12 1304. from nsmenu.m:29: #12 1304. /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1304. | ^ #12 1304. In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #12 1304. from nsgui.h:34, #12 1304. from dispextern.h:137, #12 1304. from window.h:23, #12 1304. from nsmenu.m:29: #12 1304. /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1304. | ^ #12 1304. In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #12 1304. from nsgui.h:34, #12 1304. from dispextern.h:137, #12 1304. from window.h:23, #12 1304. from nsmenu.m:29: #12 1304. /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1304. | ^ #12 1304. In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #12 1304. from nsgui.h:34, #12 1304. from dispextern.h:137, #12 1304. from window.h:23, #12 1304. from nsmenu.m:29: #12 1304. /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1304. | ^ #12 1304. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1304. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1304. from nsgui.h:34, #12 1304. from dispextern.h:137, #12 1304. from window.h:23, #12 1304. from nsmenu.m:29: #12 1304. /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1304. | ^ #12 1304. In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1304. from nsgui.h:34, #12 1304. from dispextern.h:137, #12 1304. from window.h:23, #12 1304. from nsmenu.m:29: #12 1304. /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1304. | ^ #12 1304. In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #12 1304. from nsgui.h:34, #12 1304. from dispextern.h:137, #12 1304. from window.h:23, #12 1304. from nsmenu.m:29: #12 1304. /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1304. | ^ #12 1304. In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #12 1304. from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1304. from nsgui.h:34, #12 1304. from dispextern.h:137, #12 1304. from window.h:23, #12 1304. from nsmenu.m:29: #12 1304. /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1304. | ^ #12 1304. In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1304. from nsgui.h:34, #12 1304. from dispextern.h:137, #12 1304. from window.h:23, #12 1304. from nsmenu.m:29: #12 1304. /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1304. | ^ #12 1304. In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #12 1304. from nsgui.h:34, #12 1304. from dispextern.h:137, #12 1304. from window.h:23, #12 1304. from nsmenu.m:29: #12 1304. /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1304. | ^ #12 1304. In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #12 1304. from nsgui.h:34, #12 1304. from dispextern.h:137, #12 1304. from window.h:23, #12 1304. from nsmenu.m:29: #12 1304. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1304. | ^ #12 1304. In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #12 1304. from nsgui.h:34, #12 1304. from dispextern.h:137, #12 1304. from window.h:23, #12 1304. from nsmenu.m:29: #12 1304. /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1304. | ^ #12 1304. In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #12 1304. from nsgui.h:34, #12 1304. from dispextern.h:137, #12 1304. from window.h:23, #12 1304. from nsmenu.m:29: #12 1304. /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1304. | ^ #12 1304. In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #12 1304. from nsgui.h:34, #12 1304. from dispextern.h:137, #12 1304. from window.h:23, #12 1304. from nsmenu.m:29: #12 1304. /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1304. | ^ #12 1304. In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #12 1304. from nsgui.h:34, #12 1304. from dispextern.h:137, #12 1304. from window.h:23, #12 1304. from nsmenu.m:29: #12 1304. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1304. | ^ #12 1304. In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #12 1304. from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1304. from nsgui.h:34, #12 1304. from dispextern.h:137, #12 1304. from window.h:23, #12 1304. from nsmenu.m:29: #12 1304. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1304. | ^ #12 1304. In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1304. from nsgui.h:34, #12 1304. from dispextern.h:137, #12 1304. from window.h:23, #12 1304. from nsmenu.m:29: #12 1304. /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1304. | ^ #12 1304. In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #12 1304. from nsgui.h:34, #12 1304. from dispextern.h:137, #12 1304. from window.h:23, #12 1304. from nsmenu.m:29: #12 1304. /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1304. | ^ #12 1304. In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #12 1304. from nsgui.h:34, #12 1304. from dispextern.h:137, #12 1304. from window.h:23, #12 1304. from nsmenu.m:29: #12 1304. /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1304. | ^ #12 1304. In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #12 1304. from nsgui.h:34, #12 1304. from dispextern.h:137, #12 1304. from window.h:23, #12 1304. from nsmenu.m:29: #12 1304. /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1304. | ^ #12 1304. In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #12 1304. from nsgui.h:34, #12 1304. from dispextern.h:137, #12 1304. from window.h:23, #12 1304. from nsmenu.m:29: #12 1304. /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1304. | ^ #12 1304. In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #12 1304. from nsgui.h:34, #12 1304. from dispextern.h:137, #12 1304. from window.h:23, #12 1304. from nsmenu.m:29: #12 1304. /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1304. | ^ #12 1304. In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #12 1304. from nsgui.h:34, #12 1304. from dispextern.h:137, #12 1304. from window.h:23, #12 1304. from nsmenu.m:29: #12 1304. /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1304. | ^ #12 1304. In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #12 1304. from nsgui.h:34, #12 1304. from dispextern.h:137, #12 1304. from window.h:23, #12 1304. from nsmenu.m:29: #12 1304. /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1304. | ^ #12 1304. In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #12 1304. from nsgui.h:34, #12 1304. from dispextern.h:137, #12 1304. from window.h:23, #12 1304. from nsmenu.m:29: #12 1304. /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #12 1304. 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1304. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1304. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1304. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1304. from nsgui.h:34, #12 1304. from dispextern.h:137, #12 1304. from window.h:23, #12 1304. from nsmenu.m:29: #12 1304. /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #12 1304. 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1304. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1304. In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #12 1304. from nsgui.h:34, #12 1304. from dispextern.h:137, #12 1304. from window.h:23, #12 1304. from nsmenu.m:29: #12 1304. /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1304. | ^ #12 1304. In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #12 1304. from nsgui.h:34, #12 1304. from dispextern.h:137, #12 1304. from window.h:23, #12 1304. from nsmenu.m:29: #12 1304. /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1304. | ^ #12 1304. In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #12 1304. from nsgui.h:34, #12 1304. from dispextern.h:137, #12 1304. from window.h:23, #12 1304. from nsmenu.m:29: #12 1304. /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1304. | ^ #12 1304. In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #12 1304. from nsgui.h:34, #12 1304. from dispextern.h:137, #12 1304. from window.h:23, #12 1304. from nsmenu.m:29: #12 1304. /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1304. | ^ #12 1304. In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #12 1304. from nsgui.h:34, #12 1304. from dispextern.h:137, #12 1304. from window.h:23, #12 1304. from nsmenu.m:29: #12 1304. /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1304. | ^ #12 1304. In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #12 1304. from nsgui.h:34, #12 1304. from dispextern.h:137, #12 1304. from window.h:23, #12 1304. from nsmenu.m:29: #12 1304. /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1304. | ^ #12 1304. In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #12 1304. from nsgui.h:34, #12 1304. from dispextern.h:137, #12 1304. from window.h:23, #12 1304. from nsmenu.m:29: #12 1304. /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1304. | ^ #12 1304. In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #12 1304. from nsgui.h:34, #12 1304. from dispextern.h:137, #12 1304. from window.h:23, #12 1304. from nsmenu.m:29: #12 1304. /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1304. | ^ #12 1304. In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #12 1304. from nsgui.h:34, #12 1304. from dispextern.h:137, #12 1304. from window.h:23, #12 1304. from nsmenu.m:29: #12 1304. /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1304. | ^ #12 1304. In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #12 1304. from nsgui.h:34, #12 1304. from dispextern.h:137, #12 1304. from window.h:23, #12 1304. from nsmenu.m:29: #12 1304. /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1304. | ^ #12 1304. In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #12 1304. from nsgui.h:34, #12 1304. from dispextern.h:137, #12 1304. from window.h:23, #12 1304. from nsmenu.m:29: #12 1304. /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1304. | ^ #12 1304. In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #12 1304. from nsgui.h:34, #12 1304. from dispextern.h:137, #12 1304. from window.h:23, #12 1304. from nsmenu.m:29: #12 1304. /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1304. | ^ #12 1304. In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #12 1304. from nsgui.h:34, #12 1304. from dispextern.h:137, #12 1304. from window.h:23, #12 1304. from nsmenu.m:29: #12 1304. /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1304. | ^ #12 1304. In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #12 1304. from nsgui.h:34, #12 1304. from dispextern.h:137, #12 1304. from window.h:23, #12 1304. from nsmenu.m:29: #12 1304. /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1304. | ^ #12 1304. In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #12 1304. from nsgui.h:34, #12 1304. from dispextern.h:137, #12 1304. from window.h:23, #12 1304. from nsmenu.m:29: #12 1304. /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1304. | ^ #12 1304. In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #12 1304. from nsgui.h:34, #12 1304. from dispextern.h:137, #12 1304. from window.h:23, #12 1304. from nsmenu.m:29: #12 1304. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1304. | ^ #12 1304. In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #12 1304. from nsgui.h:34, #12 1304. from dispextern.h:137, #12 1304. from window.h:23, #12 1304. from nsmenu.m:29: #12 1304. /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1304. | ^ #12 1304. In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #12 1304. from nsgui.h:34, #12 1304. from dispextern.h:137, #12 1304. from window.h:23, #12 1304. from nsmenu.m:29: #12 1304. /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1304. | ^ #12 1304. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1304. from nsgui.h:34, #12 1304. from dispextern.h:137, #12 1304. from window.h:23, #12 1304. from nsmenu.m:29: #12 1304. /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1304. 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1304. | ^ #12 1304. /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1304. 125 | __attribute__((unused)); #12 1304. | ^~~~~~~~~~~~~ #12 1304. /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1304. 129 | __attribute__((unused)); #12 1304. | ^~~~~~~~~~~~~ #12 1304. /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1304. 133 | __attribute__((unused)); #12 1304. | ^~~~~~~~~~~~~ #12 1304. /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1304. 214 | __attribute__((unused)); #12 1304. | ^~~~~~~~~~~~~ #12 1304. /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1304. 247 | __attribute__((unused)); #12 1304. | ^~~~~~~~~~~~~ #12 1304. /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1304. 251 | __attribute__((unused)); #12 1304. | ^~~~~~~~~~~~~ #12 1304. /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1304. 259 | __attribute__((unused)); #12 1304. | ^~~~~~~~~~~~~ #12 1304. /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1304. 263 | __attribute__((unused)); #12 1304. | ^~~~~~~~~~~~~ #12 1304. /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1304. 267 | __attribute__((unused)); #12 1304. | ^~~~~~~~~~~~~ #12 1304. /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1304. 271 | __attribute__((unused)); #12 1304. | ^~~~~~~~~~~~~ #12 1304. /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1304. 275 | __attribute__((unused)); #12 1304. | ^~~~~~~~~~~~~ #12 1304. /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1304. 287 | __attribute__((unused)); #12 1304. | ^~~~~~~~~~~~~ #12 1304. /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1304. 311 | __attribute__((unused)); #12 1304. | ^~~~~~~~~~~~~ #12 1304. /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1304. 323 | __attribute__((unused)); #12 1304. | ^~~~~~~~~~~~~ #12 1304. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1304. from nsgui.h:34, #12 1304. from dispextern.h:137, #12 1304. from window.h:23, #12 1304. from nsmenu.m:29: #12 1304. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1304. 493 | PSgsave() #12 1304. | ^~~~~~~ #12 1304. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #12 1304. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #12 1304. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1304. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1304. 499 | PSgrestore() #12 1304. | ^~~~~~~~~~ #12 1304. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #12 1304. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #12 1304. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1304. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1304. 505 | PSinitgraphics() #12 1304. | ^~~~~~~~~~~~~~ #12 1304. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #12 1304. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #12 1304. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1304. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1304. 622 | PSinitmatrix() #12 1304. | ^~~~~~~~~~~~ #12 1304. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #12 1304. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #12 1304. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1304. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1304. 669 | PSclip() #12 1304. | ^~~~~~ #12 1304. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #12 1304. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #12 1304. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1304. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1304. 675 | PSclosepath() #12 1304. | ^~~~~~~~~~~ #12 1304. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #12 1304. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #12 1304. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1304. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1304. 687 | PSeoclip() #12 1304. | ^~~~~~~~ #12 1304. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #12 1304. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #12 1304. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1304. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1304. 693 | PSeofill() #12 1304. | ^~~~~~~~ #12 1304. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #12 1304. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #12 1304. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1304. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1304. 699 | PSfill() #12 1304. | ^~~~~~ #12 1304. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #12 1304. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #12 1304. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1304. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1304. 705 | PSflattenpath() #12 1304. | ^~~~~~~~~~~~~ #12 1304. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #12 1304. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #12 1304. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1304. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1304. 711 | PSinitclip() #12 1304. | ^~~~~~~~~~ #12 1304. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #12 1304. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #12 1304. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1304. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1304. 729 | PSnewpath() #12 1304. | ^~~~~~~~~ #12 1304. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #12 1304. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #12 1304. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1304. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1304. 765 | PSreversepath() #12 1304. | ^~~~~~~~~~~~~ #12 1304. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #12 1304. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #12 1304. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1304. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1304. 783 | PSstroke() #12 1304. | ^~~~~~~~ #12 1304. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #12 1304. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #12 1304. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1304. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1304. 835 | PSWait() #12 1304. | ^~~~~~ #12 1304. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #12 1304. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #12 1312. CC nsselect.o #12 1312. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #12 1312. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #12 1314. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #12 1314. from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1314. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1314. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1314. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1314. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #12 1314. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1314. | ^~~~~~~~~~~~~~~~~~~~ #12 1314. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #12 1314. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1314. | ^~~~~~~~~~~~~~~~~~~~ #12 1314. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #12 1314. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1314. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1314. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #12 1314. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1314. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1314. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #12 1314. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1314. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1314. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1314. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 88 | #if GS_API_VERSION(0,011500) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #12 1314. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1314. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1314. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1314. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #12 1314. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1314. | ^~~~~~~~~~ #12 1314. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1314. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1314. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #12 1314. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1314. | ^~~~~~~~~~ #12 1314. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #12 1314. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1314. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1314. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1314. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1314. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #12 1314. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1314. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1314. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #12 1314. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1314. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1314. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1314. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 46 | #if GS_EXPOSE(NSAffineTransform) #12 1314. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #12 1314. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1314. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1314. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 45 | #if GS_EXPOSE(NSArchiver) #12 1314. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1314. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 164 | #if GS_EXPOSE(NSUnarchiver) #12 1314. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1314. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #12 1314. from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #12 1314. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #12 1314. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #12 1314. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1314. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 114 | #if GS_EXPOSE(NSBundle) #12 1314. | ^~~~~~~~~~~~~~~~~~~~~ #12 1314. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #12 1314. from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 43 | #if GS_EXPOSE(NSCache) #12 1314. | ^~~~~~~~~~~~~~~~~~~~ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 37 | #if GS_EXPOSE(NSCalendarDate) #12 1314. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1314. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #12 1314. from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #12 1314. from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 113 | #if GS_EXPOSE(NSException) #12 1314. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1314. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1314. 303 | NSGetUncaughtExceptionHandler(); #12 1314. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #12 1314. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 53 | #if GS_EXPOSE(NSExpression) #12 1314. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1314. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #12 1314. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 74 | #if GS_EXPOSE(NSComparisonPredicate) #12 1314. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 47 | #if GS_EXPOSE(NSCompoundPredicate) #12 1314. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1314. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #12 1314. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 47 | #if GS_EXPOSE(NSTimer) #12 1314. | ^~~~~~~~~~~~~~~~~~~~ #12 1314. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #12 1314. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #12 1314. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1314. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1314. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 46 | #if GS_EXPOSE(NSRunLoop) #12 1314. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1314. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #12 1314. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #12 1314. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #12 1314. from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 127 | #if GS_EXPOSE(NSDateFormatter) #12 1314. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1314. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #12 1314. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1314. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #12 1314. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1314. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #12 1314. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1314. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 192 | #if GS_EXPOSE(NSDecimalNumber) #12 1314. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 40 | #if GS_EXPOSE(NSDistantObject) #12 1314. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 41 | #if GS_EXPOSE(NSDistributedLock) #12 1314. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1314. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 74 | #if GS_EXPOSE(NSLock) #12 1314. | ^~~~~~~~~~~~~~~~~~~ #12 1314. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 125 | #if GS_EXPOSE(NSCondition) #12 1314. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1314. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 175 | #if GS_EXPOSE(NSConditionLock) #12 1314. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1314. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 275 | #if GS_EXPOSE(NSRecursiveLock) #12 1314. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1314. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #12 1314. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1314. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #12 1314. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 71 | #if GS_EXPOSE(NSNotificationCenter) #12 1314. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1314. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #12 1314. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 134 | #if GS_EXPOSE(NSError) #12 1314. | ^~~~~~~~~~~~~~~~~~~~ #12 1314. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #12 1314. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1314. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 182 | #if GS_EXPOSE(NSURLHandle) #12 1314. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1314. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1314. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 73 | #if GS_EXPOSE(NSURL) #12 1314. | ^~~~~~~~~~~~~~~~~~ #12 1314. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #12 1314. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1314. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1314. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 599 | #if GS_EXPOSE(NSURLQueryItem) #12 1314. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1314. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 633 | #if GS_EXPOSE(NSURLComponents) #12 1314. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1314. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 160 | #if GS_EXPOSE(NSPipe) #12 1314. | ^~~~~~~~~~~~~~~~~~~ #12 1314. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #12 1314. from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #12 1314. from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 215 | #if GS_EXPOSE(NSFileManager) #12 1314. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1314. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #12 1314. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1314. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 42 | #if GS_EXPOSE(NSHost) #12 1314. | ^~~~~~~~~~~~~~~~~~~ #12 1314. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 68 | #if GS_EXPOSE(NSHTTPCookie) #12 1314. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1314. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #12 1314. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 47 | #if GS_EXPOSE(NSIndexPath) #12 1314. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 49 | #if GS_EXPOSE(NSIndexSet) #12 1314. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1314. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #12 1314. from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 52 | #if GS_EXPOSE(NSMethodSignature) #12 1314. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 38 | #if GS_EXPOSE(NSInvocation) #12 1314. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1314. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #12 1314. from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:99, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSItemProviderReadingWriting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1314. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSPropertyList.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSPropertyList.h:68:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1314. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSPropertyList.h:268:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 268 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 55 | #if GS_EXPOSE(NSKeyedArchiver) #12 1314. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1314. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:230:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 230 | #if GS_EXPOSE(NSKeyedUnarchiver) #12 1314. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:102, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSKeyValueCoding.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:103, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:45:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:183:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:104, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSLengthFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:105, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSLinguisticTagger.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:107, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSLocale.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSLocale.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSLocale.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSLocale.h:103:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 103 | #if GS_EXPOSE(NSLocale) #12 1314. | ^~~~~~~~~~~~~~~~~~~~~ #12 1314. /usr/include/GNUstep/Foundation/NSLocale.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSLocale.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSLocale.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSLocale.h:190:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 190 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSLocale.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 196 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSLocale.h:207:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSLocale.h:236:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:109, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSMeasurement.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:110, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #12 1314. from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 40 | #if GS_EXPOSE(NSMetadataItem) #12 1314. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1314. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 66 | #if GS_EXPOSE(NSMetadataQuery) #12 1314. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1314. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #12 1314. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1314. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #12 1314. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 112 | #if GS_EXPOSE(NSNotificationQueue) #12 1314. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 361 | #if GS_EXPOSE(NSNetService) #12 1314. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1314. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #12 1314. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 123 | #if GS_EXPOSE(NSNumberFormatter) #12 1314. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1314. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 53 | #if GS_EXPOSE(NSPortCoder) #12 1314. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1314. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #12 1314. from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 77 | #if GS_EXPOSE(NSPort) #12 1314. | ^~~~~~~~~~~~~~~~~~~ #12 1314. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 202 | #if GS_EXPOSE(NSSocketPort) #12 1314. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1314. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 284 | #if GS_EXPOSE(NSMessagePort) #12 1314. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 47 | #if GS_EXPOSE(NSPortMessage) #12 1314. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #12 1314. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 53 | #if GS_EXPOSE(NSProgress) #12 1314. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 40 | #if GS_EXPOSE(NSProtocolChecker) #12 1314. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 91 | #if GS_EXPOSE(NSRegularExpression) #12 1314. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 42 | #if GS_EXPOSE(NSScanner) #12 1314. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1314. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 48 | #if GS_EXPOSE(NSSortDescriptor) #12 1314. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1314. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 58 | #if GS_EXPOSE(NSSpellServer) #12 1314. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1314. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #12 1314. from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 51 | #if GS_EXPOSE(NSTask) #12 1314. | ^~~~~~~~~~~~~~~~~~~ #12 1314. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #12 1314. from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 59 | #if GS_EXPOSE(NSThread) #12 1314. | ^~~~~~~~~~~~~~~~~~~~~ #12 1314. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #12 1314. from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 87 | #if GS_EXPOSE(NSUndoManager) #12 1314. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #12 1314. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 59 | #if GS_EXPOSE(NSCachedURLResponse) #12 1314. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1314. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 105 | #if GS_EXPOSE(NSURLCache) #12 1314. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 48 | #if GS_EXPOSE(NSURLConnection) #12 1314. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1314. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 56 | #if GS_EXPOSE(NSURLCredential) #12 1314. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #12 1314. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 49 | #if GS_EXPOSE(NSURLDownload) #12 1314. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1314. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #12 1314. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1314. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 121 | #if GS_EXPOSE(NSURLProtocol) #12 1314. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 92 | #if GS_EXPOSE(NSURLRequest) #12 1314. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1314. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 49 | #if GS_EXPOSE(NSURLResponse) #12 1314. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1314. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 217 | #if GS_EXPOSE(NSUserDefaults) #12 1314. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1314. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #12 1314. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #12 1314. from /usr/include/GNUstep/Foundation/Foundation.h:184, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 72 | #if GS_EXPOSE(NSXMLParser) #12 1314. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1314. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #12 1314. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1314. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1314. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1314. | ^ #12 1314. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1314. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1314. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1314. | ^ #12 1314. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #12 1314. from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1314. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1314. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1314. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1314. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1314. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1314. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1314. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1314. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #12 1314. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1314. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1314. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1314. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1314. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1314. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1314. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1314. | ^ #12 1314. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1314. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1314. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1314. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1314. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1314. | ^ #12 1314. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #12 1314. from nsgui.h:34, #12 1314. from dispextern.h:137, #12 1314. from nsterm.h:22, #12 1314. from nsselect.m:31: #12 1314. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1314. | ^ #12 1314. /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1314. | ^ #12 1314. /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1314. | ^ #12 1314. /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1314. | ^ #12 1314. /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1314. | ^ #12 1314. /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1314. 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1314. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #12 1315. from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #12 1315. 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1315. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1315. /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #12 1315. 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1315. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1315. /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #12 1315. 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1315. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1315. /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #12 1315. 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1315. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1315. /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #12 1315. 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1315. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1315. /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #12 1315. 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1315. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1315. /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #12 1315. 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1315. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1315. /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #12 1315. 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1315. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1315. /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #12 1315. 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1315. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1315. /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #12 1315. 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1315. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1315. /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #12 1315. 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1315. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1315. /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #12 1315. 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1315. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1315. /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #12 1315. 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1315. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1315. /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #12 1315. 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1315. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1315. /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #12 1315. 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1315. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1315. /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #12 1315. 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1315. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1315. /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #12 1315. 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1315. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1315. /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #12 1315. 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1315. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1315. /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #12 1315. from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #12 1315. from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #12 1315. from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #12 1315. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #12 1315. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #12 1315. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #12 1315. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1315. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1315. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #12 1315. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #12 1315. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1315. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1315. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #12 1315. 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1315. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1315. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #12 1315. 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1315. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1315. In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #12 1315. from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #12 1315. from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #12 1315. 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1315. | ^~~~~~~~~~~~~~~~~~~~ #12 1315. In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #12 1315. 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1315. | ^~~~~~~~~~~~~~~~~~~~ #12 1315. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #12 1315. from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #12 1315. from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #12 1315. from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #12 1315. from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1315. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1315. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #12 1315. from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #12 1315. from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #12 1315. from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #12 1315. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #12 1315. from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1315. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1315. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #12 1315. from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1315. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #12 1315. from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #12 1315. from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #12 1315. 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1315. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1315. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1315. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #12 1315. 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1315. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1315. In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1315. | ^ #12 1315. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1315. 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1315. | ^ #12 1315. /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1315. 125 | __attribute__((unused)); #12 1315. | ^~~~~~~~~~~~~ #12 1315. /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1315. 129 | __attribute__((unused)); #12 1315. | ^~~~~~~~~~~~~ #12 1315. /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1315. 133 | __attribute__((unused)); #12 1315. | ^~~~~~~~~~~~~ #12 1315. /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1315. 214 | __attribute__((unused)); #12 1315. | ^~~~~~~~~~~~~ #12 1315. /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1315. 247 | __attribute__((unused)); #12 1315. | ^~~~~~~~~~~~~ #12 1315. /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1315. 251 | __attribute__((unused)); #12 1315. | ^~~~~~~~~~~~~ #12 1315. /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1315. 259 | __attribute__((unused)); #12 1315. | ^~~~~~~~~~~~~ #12 1315. /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1315. 263 | __attribute__((unused)); #12 1315. | ^~~~~~~~~~~~~ #12 1315. /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1315. 267 | __attribute__((unused)); #12 1315. | ^~~~~~~~~~~~~ #12 1315. /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1315. 271 | __attribute__((unused)); #12 1315. | ^~~~~~~~~~~~~ #12 1315. /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1315. 275 | __attribute__((unused)); #12 1315. | ^~~~~~~~~~~~~ #12 1315. /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1315. 287 | __attribute__((unused)); #12 1315. | ^~~~~~~~~~~~~ #12 1315. /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1315. 311 | __attribute__((unused)); #12 1315. | ^~~~~~~~~~~~~ #12 1315. /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1315. 323 | __attribute__((unused)); #12 1315. | ^~~~~~~~~~~~~ #12 1315. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1315. from nsgui.h:34, #12 1315. from dispextern.h:137, #12 1315. from nsterm.h:22, #12 1315. from nsselect.m:31: #12 1315. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1315. 493 | PSgsave() #12 1315. | ^~~~~~~ #12 1315. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #12 1315. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #12 1315. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1315. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1315. 499 | PSgrestore() #12 1315. | ^~~~~~~~~~ #12 1315. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #12 1315. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #12 1315. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1315. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1315. 505 | PSinitgraphics() #12 1315. | ^~~~~~~~~~~~~~ #12 1315. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #12 1315. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #12 1315. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1315. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1315. 622 | PSinitmatrix() #12 1315. | ^~~~~~~~~~~~ #12 1315. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #12 1315. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #12 1315. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1315. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1315. 669 | PSclip() #12 1315. | ^~~~~~ #12 1315. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #12 1315. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #12 1315. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1315. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1315. 675 | PSclosepath() #12 1315. | ^~~~~~~~~~~ #12 1315. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #12 1315. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #12 1315. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1315. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1315. 687 | PSeoclip() #12 1315. | ^~~~~~~~ #12 1315. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #12 1315. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #12 1315. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1315. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1315. 693 | PSeofill() #12 1315. | ^~~~~~~~ #12 1315. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #12 1315. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #12 1315. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1315. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1315. 699 | PSfill() #12 1315. | ^~~~~~ #12 1315. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #12 1315. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #12 1315. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1315. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1315. 705 | PSflattenpath() #12 1315. | ^~~~~~~~~~~~~ #12 1315. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #12 1315. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #12 1315. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1315. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1315. 711 | PSinitclip() #12 1315. | ^~~~~~~~~~ #12 1315. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #12 1315. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #12 1315. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1315. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1315. 729 | PSnewpath() #12 1315. | ^~~~~~~~~ #12 1315. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #12 1315. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #12 1315. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1315. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1315. 765 | PSreversepath() #12 1315. | ^~~~~~~~~~~~~ #12 1315. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #12 1315. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #12 1315. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1315. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1315. 783 | PSstroke() #12 1315. | ^~~~~~~~ #12 1315. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #12 1315. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #12 1315. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1315. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1315. 835 | PSWait() #12 1315. | ^~~~~~ #12 1315. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #12 1315. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #12 1320. CC nsimage.o #12 1320. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #12 1320. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #12 1321. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #12 1321. from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1321. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1321. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1321. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1321. from nsgui.h:34, #12 1321. from dispextern.h:137, #12 1321. from nsimage.m:33: #12 1321. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #12 1321. | ^ #12 1321. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1321. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1321. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1321. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1321. from nsgui.h:34, #12 1321. from dispextern.h:137, #12 1321. from nsimage.m:33: #12 1321. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #12 1321. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1321. | ^~~~~~~~~~~~~~~~~~~~ #12 1321. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #12 1321. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1321. | ^~~~~~~~~~~~~~~~~~~~ #12 1321. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1321. | ^ #12 1321. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #12 1321. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1321. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1321. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1321. from nsgui.h:34, #12 1321. from dispextern.h:137, #12 1321. from nsimage.m:33: #12 1321. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #12 1321. | ^ #12 1321. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1321. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1321. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1321. from nsgui.h:34, #12 1321. from dispextern.h:137, #12 1321. from nsimage.m:33: #12 1321. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1321. | ^ #12 1321. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #12 1321. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1321. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1321. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1321. from nsgui.h:34, #12 1321. from dispextern.h:137, #12 1321. from nsimage.m:33: #12 1321. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1321. | ^ #12 1321. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1321. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1321. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1321. from nsgui.h:34, #12 1321. from dispextern.h:137, #12 1321. from nsimage.m:33: #12 1321. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1321. | ^ #12 1321. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #12 1321. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1321. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1321. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1321. from nsgui.h:34, #12 1321. from dispextern.h:137, #12 1321. from nsimage.m:33: #12 1321. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1321. | ^ #12 1321. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1321. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1321. from nsgui.h:34, #12 1321. from dispextern.h:137, #12 1321. from nsimage.m:33: #12 1321. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1321. | ^ #12 1321. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1321. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1321. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1321. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1321. from nsgui.h:34, #12 1321. from dispextern.h:137, #12 1321. from nsimage.m:33: #12 1321. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 88 | #if GS_API_VERSION(0,011500) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1321. | ^ #12 1321. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #12 1321. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1321. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1321. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1321. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1321. from nsgui.h:34, #12 1321. from dispextern.h:137, #12 1321. from nsimage.m:33: #12 1321. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1321. | ^ #12 1321. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1321. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1321. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1321. from nsgui.h:34, #12 1321. from dispextern.h:137, #12 1321. from nsimage.m:33: #12 1321. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #12 1321. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1321. | ^~~~~~~~~~ #12 1321. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1321. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1321. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1321. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1321. from nsgui.h:34, #12 1321. from dispextern.h:137, #12 1321. from nsimage.m:33: #12 1321. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #12 1321. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1321. | ^~~~~~~~~~ #12 1321. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #12 1321. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1321. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1321. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1321. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1321. from nsgui.h:34, #12 1321. from dispextern.h:137, #12 1321. from nsimage.m:33: #12 1321. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1321. | ^ #12 1321. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1321. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1321. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1321. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1321. from nsgui.h:34, #12 1321. from dispextern.h:137, #12 1321. from nsimage.m:33: #12 1321. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1321. | ^ #12 1321. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #12 1321. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1321. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1321. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1321. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1321. from nsgui.h:34, #12 1321. from dispextern.h:137, #12 1321. from nsimage.m:33: #12 1321. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1321. | ^ #12 1321. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #12 1321. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1321. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1321. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1321. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1321. from nsgui.h:34, #12 1321. from dispextern.h:137, #12 1321. from nsimage.m:33: #12 1321. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1321. | ^ #12 1321. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1321. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1321. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1321. from nsgui.h:34, #12 1321. from dispextern.h:137, #12 1321. from nsimage.m:33: #12 1321. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1321. | ^ #12 1321. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1321. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1321. from nsgui.h:34, #12 1321. from dispextern.h:137, #12 1321. from nsimage.m:33: #12 1321. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 46 | #if GS_EXPOSE(NSAffineTransform) #12 1321. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1321. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #12 1321. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1321. from nsgui.h:34, #12 1321. from dispextern.h:137, #12 1321. from nsimage.m:33: #12 1321. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1321. | ^ #12 1321. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #12 1321. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1321. from nsgui.h:34, #12 1321. from dispextern.h:137, #12 1321. from nsimage.m:33: #12 1321. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1321. | ^ #12 1321. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #12 1321. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1321. from nsgui.h:34, #12 1321. from dispextern.h:137, #12 1321. from nsimage.m:33: #12 1321. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1321. | ^ #12 1321. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #12 1321. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1321. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1321. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1321. from nsgui.h:34, #12 1321. from dispextern.h:137, #12 1321. from nsimage.m:33: #12 1321. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1321. | ^ #12 1321. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1321. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1321. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1321. from nsgui.h:34, #12 1321. from dispextern.h:137, #12 1321. from nsimage.m:33: #12 1321. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1321. | ^ #12 1321. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1321. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1321. from nsgui.h:34, #12 1321. from dispextern.h:137, #12 1321. from nsimage.m:33: #12 1321. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 45 | #if GS_EXPOSE(NSArchiver) #12 1321. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1321. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 164 | #if GS_EXPOSE(NSUnarchiver) #12 1321. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1321. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1321. | ^ #12 1321. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1321. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1321. from nsgui.h:34, #12 1321. from dispextern.h:137, #12 1321. from nsimage.m:33: #12 1321. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1321. | ^ #12 1321. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #12 1321. from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1321. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1321. from nsgui.h:34, #12 1321. from dispextern.h:137, #12 1321. from nsimage.m:33: #12 1321. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1321. | ^ #12 1321. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1321. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1321. from nsgui.h:34, #12 1321. from dispextern.h:137, #12 1321. from nsimage.m:33: #12 1321. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1321. | ^ #12 1321. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #12 1321. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1321. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1321. from nsgui.h:34, #12 1321. from dispextern.h:137, #12 1321. from nsimage.m:33: #12 1321. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1321. | ^ #12 1321. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #12 1321. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1321. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1321. from nsgui.h:34, #12 1321. from dispextern.h:137, #12 1321. from nsimage.m:33: #12 1321. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1321. | ^ #12 1321. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #12 1321. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1321. from nsgui.h:34, #12 1321. from dispextern.h:137, #12 1321. from nsimage.m:33: #12 1321. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #12 1321. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1321. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1321. | ^ #12 1321. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #12 1321. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1321. from nsgui.h:34, #12 1321. from dispextern.h:137, #12 1321. from nsimage.m:33: #12 1321. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1321. | ^ #12 1321. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1321. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1321. from nsgui.h:34, #12 1321. from dispextern.h:137, #12 1321. from nsimage.m:33: #12 1321. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 114 | #if GS_EXPOSE(NSBundle) #12 1321. | ^~~~~~~~~~~~~~~~~~~~~ #12 1321. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1321. | ^ #12 1321. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #12 1321. from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1321. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1321. from nsgui.h:34, #12 1321. from dispextern.h:137, #12 1321. from nsimage.m:33: #12 1321. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1321. | ^ #12 1321. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #12 1321. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1321. from nsgui.h:34, #12 1321. from dispextern.h:137, #12 1321. from nsimage.m:33: #12 1321. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 43 | #if GS_EXPOSE(NSCache) #12 1321. | ^~~~~~~~~~~~~~~~~~~~ #12 1321. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #12 1321. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1321. from nsgui.h:34, #12 1321. from dispextern.h:137, #12 1321. from nsimage.m:33: #12 1321. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1321. | ^ #12 1321. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1321. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1321. from nsgui.h:34, #12 1321. from dispextern.h:137, #12 1321. from nsimage.m:33: #12 1321. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 37 | #if GS_EXPOSE(NSCalendarDate) #12 1321. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1321. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1321. | ^ #12 1321. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #12 1321. from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1321. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1321. from nsgui.h:34, #12 1321. from dispextern.h:137, #12 1321. from nsimage.m:33: #12 1321. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1321. | ^ #12 1321. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #12 1321. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1321. from nsgui.h:34, #12 1321. from dispextern.h:137, #12 1321. from nsimage.m:33: #12 1321. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1321. | ^ #12 1321. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #12 1321. from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1321. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1321. from nsgui.h:34, #12 1321. from dispextern.h:137, #12 1321. from nsimage.m:33: #12 1321. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 113 | #if GS_EXPOSE(NSException) #12 1321. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1321. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1321. 303 | NSGetUncaughtExceptionHandler(); #12 1321. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1321. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1321. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1321. from nsgui.h:34, #12 1321. from dispextern.h:137, #12 1321. from nsimage.m:33: #12 1321. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1321. | ^ #12 1321. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1321. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1321. from nsgui.h:34, #12 1321. from dispextern.h:137, #12 1321. from nsimage.m:33: #12 1321. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1321. | ^ #12 1321. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #12 1321. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1321. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1321. from nsgui.h:34, #12 1321. from dispextern.h:137, #12 1321. from nsimage.m:33: #12 1321. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 53 | #if GS_EXPOSE(NSExpression) #12 1321. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1321. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #12 1321. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1321. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1321. from nsgui.h:34, #12 1321. from dispextern.h:137, #12 1321. from nsimage.m:33: #12 1321. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1321. | ^ #12 1321. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1321. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1321. from nsgui.h:34, #12 1321. from dispextern.h:137, #12 1321. from nsimage.m:33: #12 1321. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 74 | #if GS_EXPOSE(NSComparisonPredicate) #12 1321. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1321. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #12 1321. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1321. from nsgui.h:34, #12 1321. from dispextern.h:137, #12 1321. from nsimage.m:33: #12 1321. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 47 | #if GS_EXPOSE(NSCompoundPredicate) #12 1321. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1321. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #12 1321. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1321. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1321. from nsgui.h:34, #12 1321. from dispextern.h:137, #12 1321. from nsimage.m:33: #12 1321. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 47 | #if GS_EXPOSE(NSTimer) #12 1321. | ^~~~~~~~~~~~~~~~~~~~ #12 1321. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1321. | ^ #12 1321. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #12 1321. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #12 1321. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1321. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1321. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1321. from nsgui.h:34, #12 1321. from dispextern.h:137, #12 1321. from nsimage.m:33: #12 1321. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1321. | ^ #12 1321. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1321. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1321. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1321. from nsgui.h:34, #12 1321. from dispextern.h:137, #12 1321. from nsimage.m:33: #12 1321. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 46 | #if GS_EXPOSE(NSRunLoop) #12 1321. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1321. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1321. | ^ #12 1321. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1321. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1321. from nsgui.h:34, #12 1321. from dispextern.h:137, #12 1321. from nsimage.m:33: #12 1321. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1321. | ^ #12 1321. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #12 1321. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1321. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1321. from nsgui.h:34, #12 1321. from dispextern.h:137, #12 1321. from nsimage.m:33: #12 1321. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1321. | ^ #12 1321. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1321. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1321. from nsgui.h:34, #12 1321. from dispextern.h:137, #12 1321. from nsimage.m:33: #12 1321. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1321. | ^ #12 1321. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #12 1321. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1321. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1321. from nsgui.h:34, #12 1321. from dispextern.h:137, #12 1321. from nsimage.m:33: #12 1321. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1321. | ^ #12 1321. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #12 1321. from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1321. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1321. from nsgui.h:34, #12 1321. from dispextern.h:137, #12 1321. from nsimage.m:33: #12 1321. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1321. | ^ #12 1321. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1321. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1321. from nsgui.h:34, #12 1321. from dispextern.h:137, #12 1321. from nsimage.m:33: #12 1321. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #12 1321. | ^ #12 1321. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #12 1321. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1321. from nsgui.h:34, #12 1321. from dispextern.h:137, #12 1321. from nsimage.m:33: #12 1321. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 127 | #if GS_EXPOSE(NSDateFormatter) #12 1321. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1321. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1321. | ^ #12 1321. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #12 1321. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1321. from nsgui.h:34, #12 1321. from dispextern.h:137, #12 1321. from nsimage.m:33: #12 1321. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1321. | ^ #12 1321. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #12 1321. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1321. from nsgui.h:34, #12 1321. from dispextern.h:137, #12 1321. from nsimage.m:33: #12 1321. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1321. | ^ #12 1321. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1321. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1321. from nsgui.h:34, #12 1321. from dispextern.h:137, #12 1321. from nsimage.m:33: #12 1321. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1321. | ^ #12 1321. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #12 1321. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1321. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1321. from nsgui.h:34, #12 1321. from dispextern.h:137, #12 1321. from nsimage.m:33: #12 1321. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1321. | ^ #12 1321. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1321. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1321. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1321. from nsgui.h:34, #12 1321. from dispextern.h:137, #12 1321. from nsimage.m:33: #12 1321. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1321. | ^ #12 1321. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #12 1321. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1321. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1321. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1321. from nsgui.h:34, #12 1321. from dispextern.h:137, #12 1321. from nsimage.m:33: #12 1321. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1321. | ^ #12 1321. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1321. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1321. from nsgui.h:34, #12 1321. from dispextern.h:137, #12 1321. from nsimage.m:33: #12 1321. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #12 1321. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1321. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 192 | #if GS_EXPOSE(NSDecimalNumber) #12 1321. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1321. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #12 1321. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1321. from nsgui.h:34, #12 1321. from dispextern.h:137, #12 1321. from nsimage.m:33: #12 1321. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 40 | #if GS_EXPOSE(NSDistantObject) #12 1321. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1321. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #12 1321. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1321. from nsgui.h:34, #12 1321. from dispextern.h:137, #12 1321. from nsimage.m:33: #12 1321. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 41 | #if GS_EXPOSE(NSDistributedLock) #12 1321. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1321. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1321. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1321. from nsgui.h:34, #12 1321. from dispextern.h:137, #12 1321. from nsimage.m:33: #12 1321. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1321. | ^ #12 1321. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1321. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1321. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1321. from nsgui.h:34, #12 1321. from dispextern.h:137, #12 1321. from nsimage.m:33: #12 1321. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 74 | #if GS_EXPOSE(NSLock) #12 1321. | ^~~~~~~~~~~~~~~~~~~ #12 1321. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 125 | #if GS_EXPOSE(NSCondition) #12 1321. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1321. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 175 | #if GS_EXPOSE(NSConditionLock) #12 1321. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1321. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 275 | #if GS_EXPOSE(NSRecursiveLock) #12 1321. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1321. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1321. | ^ #12 1321. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #12 1321. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1321. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1321. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1321. from nsgui.h:34, #12 1321. from dispextern.h:137, #12 1321. from nsimage.m:33: #12 1321. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1321. | ^ #12 1321. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #12 1321. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1321. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1321. from nsgui.h:34, #12 1321. from dispextern.h:137, #12 1321. from nsimage.m:33: #12 1321. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 71 | #if GS_EXPOSE(NSNotificationCenter) #12 1321. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1321. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1321. | ^ #12 1321. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1321. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1321. from nsgui.h:34, #12 1321. from dispextern.h:137, #12 1321. from nsimage.m:33: #12 1321. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #12 1321. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1321. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #12 1321. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1321. from nsgui.h:34, #12 1321. from dispextern.h:137, #12 1321. from nsimage.m:33: #12 1321. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1321. | ^ #12 1321. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #12 1321. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1321. from nsgui.h:34, #12 1321. from dispextern.h:137, #12 1321. from nsimage.m:33: #12 1321. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 134 | #if GS_EXPOSE(NSError) #12 1321. | ^~~~~~~~~~~~~~~~~~~~ #12 1321. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1321. | ^ #12 1321. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #12 1321. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1321. from nsgui.h:34, #12 1321. from dispextern.h:137, #12 1321. from nsimage.m:33: #12 1321. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1321. | ^ #12 1321. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #12 1321. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1321. from nsgui.h:34, #12 1321. from dispextern.h:137, #12 1321. from nsimage.m:33: #12 1321. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1321. | ^ #12 1321. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #12 1321. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1321. from nsgui.h:34, #12 1321. from dispextern.h:137, #12 1321. from nsimage.m:33: #12 1321. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1321. | ^ #12 1321. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #12 1321. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1321. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1321. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1321. from nsgui.h:34, #12 1321. from dispextern.h:137, #12 1321. from nsimage.m:33: #12 1321. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 182 | #if GS_EXPOSE(NSURLHandle) #12 1321. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1321. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1321. | ^ #12 1321. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1321. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1321. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1321. from nsgui.h:34, #12 1321. from dispextern.h:137, #12 1321. from nsimage.m:33: #12 1321. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 73 | #if GS_EXPOSE(NSURL) #12 1321. | ^~~~~~~~~~~~~~~~~~ #12 1321. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1321. | ^ #12 1321. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #12 1321. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1321. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1321. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1321. from nsgui.h:34, #12 1321. from dispextern.h:137, #12 1321. from nsimage.m:33: #12 1321. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1321. | ^ #12 1321. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1321. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1321. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1321. from nsgui.h:34, #12 1321. from dispextern.h:137, #12 1321. from nsimage.m:33: #12 1321. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 599 | #if GS_EXPOSE(NSURLQueryItem) #12 1321. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1321. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 633 | #if GS_EXPOSE(NSURLComponents) #12 1321. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1321. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1321. | ^ #12 1321. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1321. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1321. from nsgui.h:34, #12 1321. from dispextern.h:137, #12 1321. from nsimage.m:33: #12 1321. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1321. | ^ #12 1321. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1321. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1321. from nsgui.h:34, #12 1321. from dispextern.h:137, #12 1321. from nsimage.m:33: #12 1321. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 160 | #if GS_EXPOSE(NSPipe) #12 1321. | ^~~~~~~~~~~~~~~~~~~ #12 1321. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1321. | ^ #12 1321. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #12 1321. from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1321. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1321. from nsgui.h:34, #12 1321. from dispextern.h:137, #12 1321. from nsimage.m:33: #12 1321. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1321. | ^ #12 1321. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1321. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1321. from nsgui.h:34, #12 1321. from dispextern.h:137, #12 1321. from nsimage.m:33: #12 1321. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1321. | ^ #12 1321. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #12 1321. from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1321. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1321. from nsgui.h:34, #12 1321. from dispextern.h:137, #12 1321. from nsimage.m:33: #12 1321. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1321. | ^ #12 1321. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1321. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1321. from nsgui.h:34, #12 1321. from dispextern.h:137, #12 1321. from nsimage.m:33: #12 1321. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 215 | #if GS_EXPOSE(NSFileManager) #12 1321. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1321. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #12 1321. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1321. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1321. | ^ #12 1321. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #12 1321. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1321. from nsgui.h:34, #12 1321. from dispextern.h:137, #12 1321. from nsimage.m:33: #12 1321. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1321. | ^ #12 1321. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #12 1321. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1321. from nsgui.h:34, #12 1321. from dispextern.h:137, #12 1321. from nsimage.m:33: #12 1321. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1321. | ^ #12 1321. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #12 1321. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1321. from nsgui.h:34, #12 1321. from dispextern.h:137, #12 1321. from nsimage.m:33: #12 1321. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1321. | ^ #12 1321. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #12 1321. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1321. from nsgui.h:34, #12 1321. from dispextern.h:137, #12 1321. from nsimage.m:33: #12 1321. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1321. | ^ #12 1321. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #12 1321. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1321. from nsgui.h:34, #12 1321. from dispextern.h:137, #12 1321. from nsimage.m:33: #12 1321. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1321. | ^ #12 1321. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #12 1321. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1321. from nsgui.h:34, #12 1321. from dispextern.h:137, #12 1321. from nsimage.m:33: #12 1321. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 42 | #if GS_EXPOSE(NSHost) #12 1321. | ^~~~~~~~~~~~~~~~~~~ #12 1321. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1321. | ^ #12 1321. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #12 1321. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1321. from nsgui.h:34, #12 1321. from dispextern.h:137, #12 1321. from nsimage.m:33: #12 1321. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 68 | #if GS_EXPOSE(NSHTTPCookie) #12 1321. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1321. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1321. | ^ #12 1321. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #12 1321. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1321. from nsgui.h:34, #12 1321. from dispextern.h:137, #12 1321. from nsimage.m:33: #12 1321. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #12 1321. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1321. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #12 1321. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1321. from nsgui.h:34, #12 1321. from dispextern.h:137, #12 1321. from nsimage.m:33: #12 1321. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 47 | #if GS_EXPOSE(NSIndexPath) #12 1321. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1321. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #12 1321. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1321. from nsgui.h:34, #12 1321. from dispextern.h:137, #12 1321. from nsimage.m:33: #12 1321. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 49 | #if GS_EXPOSE(NSIndexSet) #12 1321. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1321. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1321. | ^ #12 1321. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #12 1321. from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1321. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1321. from nsgui.h:34, #12 1321. from dispextern.h:137, #12 1321. from nsimage.m:33: #12 1321. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 52 | #if GS_EXPOSE(NSMethodSignature) #12 1321. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1321. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1321. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1321. from nsgui.h:34, #12 1321. from dispextern.h:137, #12 1321. from nsimage.m:33: #12 1321. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 38 | #if GS_EXPOSE(NSInvocation) #12 1321. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1321. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1321. | ^ #12 1321. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #12 1321. from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1321. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1321. from nsgui.h:34, #12 1321. from dispextern.h:137, #12 1321. from nsimage.m:33: #12 1321. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1321. | ^ #12 1321. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1321. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1321. from nsgui.h:34, #12 1321. from dispextern.h:137, #12 1321. from nsimage.m:33: #12 1321. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1321. | ^ #12 1321. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #12 1321. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1321. from nsgui.h:34, #12 1321. from dispextern.h:137, #12 1321. from nsimage.m:33: #12 1321. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1321. | ^ #12 1321. In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #12 1321. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1321. from nsgui.h:34, #12 1321. from dispextern.h:137, #12 1321. from nsimage.m:33: #12 1321. /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1321. | ^ #12 1321. In file included from /usr/include/GNUstep/Foundation/Foundation.h:99, #12 1321. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1321. from nsgui.h:34, #12 1321. from dispextern.h:137, #12 1321. from nsimage.m:33: #12 1321. /usr/include/GNUstep/Foundation/NSItemProviderReadingWriting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1321. | ^ #12 1321. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1321. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1321. from nsgui.h:34, #12 1321. from dispextern.h:137, #12 1321. from nsimage.m:33: #12 1321. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1321. | ^ #12 1321. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1321. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1321. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1321. from nsgui.h:34, #12 1321. from dispextern.h:137, #12 1321. from nsimage.m:33: #12 1321. /usr/include/GNUstep/Foundation/NSPropertyList.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSPropertyList.h:68:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1321. | ^ #12 1321. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1321. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1321. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1321. from nsgui.h:34, #12 1321. from dispextern.h:137, #12 1321. from nsimage.m:33: #12 1321. /usr/include/GNUstep/Foundation/NSPropertyList.h:268:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 268 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1321. | ^ #12 1321. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1321. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1321. from nsgui.h:34, #12 1321. from dispextern.h:137, #12 1321. from nsimage.m:33: #12 1321. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 55 | #if GS_EXPOSE(NSKeyedArchiver) #12 1321. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1321. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:230:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 230 | #if GS_EXPOSE(NSKeyedUnarchiver) #12 1321. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1321. In file included from /usr/include/GNUstep/Foundation/Foundation.h:102, #12 1321. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1321. from nsgui.h:34, #12 1321. from dispextern.h:137, #12 1321. from nsimage.m:33: #12 1321. /usr/include/GNUstep/Foundation/NSKeyValueCoding.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1321. | ^ #12 1321. In file included from /usr/include/GNUstep/Foundation/Foundation.h:103, #12 1321. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1321. from nsgui.h:34, #12 1321. from dispextern.h:137, #12 1321. from nsimage.m:33: #12 1321. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:45:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:183:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1321. | ^ #12 1321. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1321. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1321. | ^ #12 1322. In file included from /usr/include/GNUstep/Foundation/Foundation.h:104, #12 1322. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/Foundation/NSLengthFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/Foundation/Foundation.h:105, #12 1322. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/Foundation/NSLinguisticTagger.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/Foundation/Foundation.h:107, #12 1322. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/Foundation/NSLocale.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/Foundation/NSLocale.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/Foundation/NSLocale.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/Foundation/NSLocale.h:103:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 103 | #if GS_EXPOSE(NSLocale) #12 1322. | ^~~~~~~~~~~~~~~~~~~~~ #12 1322. /usr/include/GNUstep/Foundation/NSLocale.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/Foundation/NSLocale.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/Foundation/NSLocale.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/Foundation/NSLocale.h:190:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 190 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/Foundation/NSLocale.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 196 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/Foundation/NSLocale.h:207:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/Foundation/NSLocale.h:236:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/Foundation/Foundation.h:109, #12 1322. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/Foundation/NSMeasurement.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/Foundation/Foundation.h:110, #12 1322. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #12 1322. from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1322. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1322. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 40 | #if GS_EXPOSE(NSMetadataItem) #12 1322. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1322. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 66 | #if GS_EXPOSE(NSMetadataQuery) #12 1322. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1322. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1322. | ^ #12 1322. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #12 1322. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1322. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #12 1322. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1322. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #12 1322. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 112 | #if GS_EXPOSE(NSNotificationQueue) #12 1322. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1322. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #12 1322. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1322. | ^ #12 1322. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1322. | ^ #12 1322. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 361 | #if GS_EXPOSE(NSNetService) #12 1322. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1322. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #12 1322. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1322. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #12 1322. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #12 1322. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 123 | #if GS_EXPOSE(NSNumberFormatter) #12 1322. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1322. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #12 1322. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #12 1322. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #12 1322. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #12 1322. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #12 1322. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #12 1322. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #12 1322. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 53 | #if GS_EXPOSE(NSPortCoder) #12 1322. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1322. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #12 1322. from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1322. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 77 | #if GS_EXPOSE(NSPort) #12 1322. | ^~~~~~~~~~~~~~~~~~~ #12 1322. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 202 | #if GS_EXPOSE(NSSocketPort) #12 1322. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1322. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 284 | #if GS_EXPOSE(NSMessagePort) #12 1322. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1322. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1322. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 47 | #if GS_EXPOSE(NSPortMessage) #12 1322. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1322. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #12 1322. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #12 1322. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1322. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #12 1322. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 53 | #if GS_EXPOSE(NSProgress) #12 1322. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1322. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #12 1322. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 40 | #if GS_EXPOSE(NSProtocolChecker) #12 1322. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1322. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #12 1322. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 91 | #if GS_EXPOSE(NSRegularExpression) #12 1322. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1322. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #12 1322. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 42 | #if GS_EXPOSE(NSScanner) #12 1322. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1322. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1322. | ^ #12 1322. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #12 1322. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #12 1322. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #12 1322. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #12 1322. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #12 1322. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #12 1322. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #12 1322. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #12 1322. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #12 1322. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #12 1322. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 48 | #if GS_EXPOSE(NSSortDescriptor) #12 1322. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1322. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #12 1322. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 58 | #if GS_EXPOSE(NSSpellServer) #12 1322. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1322. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1322. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #12 1322. from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1322. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1322. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 51 | #if GS_EXPOSE(NSTask) #12 1322. | ^~~~~~~~~~~~~~~~~~~ #12 1322. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #12 1322. from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1322. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #12 1322. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1322. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 59 | #if GS_EXPOSE(NSThread) #12 1322. | ^~~~~~~~~~~~~~~~~~~~~ #12 1322. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #12 1322. | ^ #12 1322. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #12 1322. | ^ #12 1322. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1322. | ^ #12 1322. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #12 1322. from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1322. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #12 1322. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1322. | ^ #12 1322. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #12 1322. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #12 1322. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 87 | #if GS_EXPOSE(NSUndoManager) #12 1322. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1322. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #12 1322. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #12 1322. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #12 1322. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #12 1322. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1322. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #12 1322. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 59 | #if GS_EXPOSE(NSCachedURLResponse) #12 1322. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1322. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 105 | #if GS_EXPOSE(NSURLCache) #12 1322. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1322. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #12 1322. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 48 | #if GS_EXPOSE(NSURLConnection) #12 1322. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1322. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #12 1322. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 56 | #if GS_EXPOSE(NSURLCredential) #12 1322. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1322. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #12 1322. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #12 1322. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1322. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #12 1322. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 49 | #if GS_EXPOSE(NSURLDownload) #12 1322. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1322. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #12 1322. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #12 1322. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #12 1322. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1322. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #12 1322. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 121 | #if GS_EXPOSE(NSURLProtocol) #12 1322. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1322. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #12 1322. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 92 | #if GS_EXPOSE(NSURLRequest) #12 1322. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1322. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #12 1322. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 49 | #if GS_EXPOSE(NSURLResponse) #12 1322. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1322. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #12 1322. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #12 1322. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 217 | #if GS_EXPOSE(NSUserDefaults) #12 1322. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1322. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #12 1322. | ^ #12 1322. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #12 1322. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #12 1322. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #12 1322. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #12 1322. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #12 1322. from /usr/include/GNUstep/Foundation/Foundation.h:184, #12 1322. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #12 1322. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #12 1322. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 72 | #if GS_EXPOSE(NSXMLParser) #12 1322. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1322. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #12 1322. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1322. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #12 1322. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1322. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1322. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1322. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1322. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1322. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1322. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1322. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #12 1322. from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1322. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1322. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1322. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1322. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1322. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1322. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1322. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1322. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1322. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1322. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #12 1322. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1322. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1322. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1322. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1322. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1322. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1322. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1322. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1322. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1322. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1322. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1322. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1322. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1322. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1322. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #12 1322. from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #12 1322. 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1322. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1322. /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #12 1322. 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1322. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1322. /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #12 1322. 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1322. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1322. /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #12 1322. 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1322. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1322. /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #12 1322. 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1322. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1322. /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #12 1322. 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1322. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1322. /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #12 1322. 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1322. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1322. /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #12 1322. 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1322. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1322. /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #12 1322. 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1322. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1322. /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #12 1322. 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1322. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1322. /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #12 1322. 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1322. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1322. /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #12 1322. 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1322. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1322. /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #12 1322. 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1322. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1322. /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #12 1322. 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1322. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1322. /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #12 1322. 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1322. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1322. /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #12 1322. 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1322. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1322. /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #12 1322. 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1322. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1322. /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #12 1322. 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1322. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1322. /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #12 1322. from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #12 1322. from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #12 1322. from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #12 1322. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #12 1322. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #12 1322. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #12 1322. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1322. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1322. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #12 1322. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #12 1322. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1322. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1322. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #12 1322. 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1322. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1322. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #12 1322. 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1322. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1322. In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #12 1322. from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #12 1322. from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #12 1322. 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1322. | ^~~~~~~~~~~~~~~~~~~~ #12 1322. In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #12 1322. 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1322. | ^~~~~~~~~~~~~~~~~~~~ #12 1322. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #12 1322. from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #12 1322. from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #12 1322. from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #12 1322. from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1322. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1322. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #12 1322. from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #12 1322. from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #12 1322. from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #12 1322. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #12 1322. from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1322. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1322. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #12 1322. from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1322. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #12 1322. from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #12 1322. from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1322. | ^ #12 1322. In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #12 1322. from nsgui.h:34, #12 1322. from dispextern.h:137, #12 1322. from nsimage.m:33: #12 1322. /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1322. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1322. | ^ #12 1323. In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #12 1323. from nsgui.h:34, #12 1323. from dispextern.h:137, #12 1323. from nsimage.m:33: #12 1323. /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1323. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1323. | ^ #12 1323. /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1323. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1323. | ^ #12 1323. /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1323. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1323. | ^ #12 1323. /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1323. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1323. | ^ #12 1323. /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #12 1323. 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1323. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1323. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1323. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1323. from nsgui.h:34, #12 1323. from dispextern.h:137, #12 1323. from nsimage.m:33: #12 1323. /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #12 1323. 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1323. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1323. In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #12 1323. from nsgui.h:34, #12 1323. from dispextern.h:137, #12 1323. from nsimage.m:33: #12 1323. /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1323. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1323. | ^ #12 1323. In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #12 1323. from nsgui.h:34, #12 1323. from dispextern.h:137, #12 1323. from nsimage.m:33: #12 1323. /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1323. 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1323. | ^ #12 1323. In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #12 1323. from nsgui.h:34, #12 1323. from dispextern.h:137, #12 1323. from nsimage.m:33: #12 1323. /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1323. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1323. | ^ #12 1323. In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #12 1323. from nsgui.h:34, #12 1323. from dispextern.h:137, #12 1323. from nsimage.m:33: #12 1323. /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1323. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1323. | ^ #12 1323. In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #12 1323. from nsgui.h:34, #12 1323. from dispextern.h:137, #12 1323. from nsimage.m:33: #12 1323. /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1323. 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1323. | ^ #12 1323. In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #12 1323. from nsgui.h:34, #12 1323. from dispextern.h:137, #12 1323. from nsimage.m:33: #12 1323. /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1323. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1323. | ^ #12 1323. /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1323. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1323. | ^ #12 1323. In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #12 1323. from nsgui.h:34, #12 1323. from dispextern.h:137, #12 1323. from nsimage.m:33: #12 1323. /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1323. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1323. | ^ #12 1323. In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #12 1323. from nsgui.h:34, #12 1323. from dispextern.h:137, #12 1323. from nsimage.m:33: #12 1323. /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1323. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1323. | ^ #12 1323. In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #12 1323. from nsgui.h:34, #12 1323. from dispextern.h:137, #12 1323. from nsimage.m:33: #12 1323. /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1323. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1323. | ^ #12 1323. In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #12 1323. from nsgui.h:34, #12 1323. from dispextern.h:137, #12 1323. from nsimage.m:33: #12 1323. /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1323. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1323. | ^ #12 1323. In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #12 1323. from nsgui.h:34, #12 1323. from dispextern.h:137, #12 1323. from nsimage.m:33: #12 1323. /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1323. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1323. | ^ #12 1323. /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1323. 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1323. | ^ #12 1323. /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1323. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1323. | ^ #12 1323. /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1323. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1323. | ^ #12 1323. /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1323. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1323. | ^ #12 1323. In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #12 1323. from nsgui.h:34, #12 1323. from dispextern.h:137, #12 1323. from nsimage.m:33: #12 1323. /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1323. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1323. | ^ #12 1323. /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1323. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1323. | ^ #12 1323. In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #12 1323. from nsgui.h:34, #12 1323. from dispextern.h:137, #12 1323. from nsimage.m:33: #12 1323. /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1323. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1323. | ^ #12 1323. In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #12 1323. from nsgui.h:34, #12 1323. from dispextern.h:137, #12 1323. from nsimage.m:33: #12 1323. /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1323. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1323. | ^ #12 1323. /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1323. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1323. | ^ #12 1323. In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #12 1323. from nsgui.h:34, #12 1323. from dispextern.h:137, #12 1323. from nsimage.m:33: #12 1323. /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1323. 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1323. | ^ #12 1323. In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #12 1323. from nsgui.h:34, #12 1323. from dispextern.h:137, #12 1323. from nsimage.m:33: #12 1323. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1323. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1323. | ^ #12 1323. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1323. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1323. | ^ #12 1323. In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #12 1323. from nsgui.h:34, #12 1323. from dispextern.h:137, #12 1323. from nsimage.m:33: #12 1323. /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1323. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1323. | ^ #12 1323. In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #12 1323. from nsgui.h:34, #12 1323. from dispextern.h:137, #12 1323. from nsimage.m:33: #12 1323. /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1323. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1323. | ^ #12 1323. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1323. from nsgui.h:34, #12 1323. from dispextern.h:137, #12 1323. from nsimage.m:33: #12 1323. /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1323. 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1323. | ^ #12 1323. /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1323. 125 | __attribute__((unused)); #12 1323. | ^~~~~~~~~~~~~ #12 1323. /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1323. 129 | __attribute__((unused)); #12 1323. | ^~~~~~~~~~~~~ #12 1323. /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1323. 133 | __attribute__((unused)); #12 1323. | ^~~~~~~~~~~~~ #12 1323. /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1323. 214 | __attribute__((unused)); #12 1323. | ^~~~~~~~~~~~~ #12 1323. /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1323. 247 | __attribute__((unused)); #12 1323. | ^~~~~~~~~~~~~ #12 1323. /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1323. 251 | __attribute__((unused)); #12 1323. | ^~~~~~~~~~~~~ #12 1323. /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1323. 259 | __attribute__((unused)); #12 1323. | ^~~~~~~~~~~~~ #12 1323. /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1323. 263 | __attribute__((unused)); #12 1323. | ^~~~~~~~~~~~~ #12 1323. /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1323. 267 | __attribute__((unused)); #12 1323. | ^~~~~~~~~~~~~ #12 1323. /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1323. 271 | __attribute__((unused)); #12 1323. | ^~~~~~~~~~~~~ #12 1323. /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1323. 275 | __attribute__((unused)); #12 1323. | ^~~~~~~~~~~~~ #12 1323. /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1323. 287 | __attribute__((unused)); #12 1323. | ^~~~~~~~~~~~~ #12 1323. /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1323. 311 | __attribute__((unused)); #12 1323. | ^~~~~~~~~~~~~ #12 1323. /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1323. 323 | __attribute__((unused)); #12 1323. | ^~~~~~~~~~~~~ #12 1323. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1323. from nsgui.h:34, #12 1323. from dispextern.h:137, #12 1323. from nsimage.m:33: #12 1323. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1323. 493 | PSgsave() #12 1323. | ^~~~~~~ #12 1323. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #12 1323. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #12 1323. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1323. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1323. 499 | PSgrestore() #12 1323. | ^~~~~~~~~~ #12 1323. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #12 1323. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #12 1323. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1323. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1323. 505 | PSinitgraphics() #12 1323. | ^~~~~~~~~~~~~~ #12 1323. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #12 1323. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #12 1323. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1323. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1323. 622 | PSinitmatrix() #12 1323. | ^~~~~~~~~~~~ #12 1323. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #12 1323. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #12 1323. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1323. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1323. 669 | PSclip() #12 1323. | ^~~~~~ #12 1323. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #12 1323. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #12 1323. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1323. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1323. 675 | PSclosepath() #12 1323. | ^~~~~~~~~~~ #12 1323. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #12 1323. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #12 1323. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1323. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1323. 687 | PSeoclip() #12 1323. | ^~~~~~~~ #12 1323. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #12 1323. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #12 1323. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1323. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1323. 693 | PSeofill() #12 1323. | ^~~~~~~~ #12 1323. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #12 1323. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #12 1323. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1323. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1323. 699 | PSfill() #12 1323. | ^~~~~~ #12 1323. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #12 1323. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #12 1323. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1323. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1323. 705 | PSflattenpath() #12 1323. | ^~~~~~~~~~~~~ #12 1323. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #12 1323. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #12 1323. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1323. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1323. 711 | PSinitclip() #12 1323. | ^~~~~~~~~~ #12 1323. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #12 1323. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #12 1323. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1323. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1323. 729 | PSnewpath() #12 1323. | ^~~~~~~~~ #12 1323. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #12 1323. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #12 1323. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1323. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1323. 765 | PSreversepath() #12 1323. | ^~~~~~~~~~~~~ #12 1323. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #12 1323. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #12 1323. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1323. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1323. 783 | PSstroke() #12 1323. | ^~~~~~~~ #12 1323. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #12 1323. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #12 1323. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1323. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1323. 835 | PSWait() #12 1323. | ^~~~~~ #12 1323. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #12 1323. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #12 1326. CC nsfont.o #12 1326. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #12 1326. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #12 1327. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #12 1327. from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1327. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1327. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1327. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1327. from nsgui.h:34, #12 1327. from dispextern.h:137, #12 1327. from nsfont.m:28: #12 1327. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #12 1327. | ^ #12 1327. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1327. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1327. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1327. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1327. from nsgui.h:34, #12 1327. from dispextern.h:137, #12 1327. from nsfont.m:28: #12 1327. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #12 1327. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1327. | ^~~~~~~~~~~~~~~~~~~~ #12 1327. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #12 1327. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1327. | ^~~~~~~~~~~~~~~~~~~~ #12 1327. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1327. | ^ #12 1327. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #12 1327. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1327. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1327. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1327. from nsgui.h:34, #12 1327. from dispextern.h:137, #12 1327. from nsfont.m:28: #12 1327. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #12 1327. | ^ #12 1327. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1327. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1327. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1327. from nsgui.h:34, #12 1327. from dispextern.h:137, #12 1327. from nsfont.m:28: #12 1327. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1327. | ^ #12 1327. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #12 1327. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1327. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1327. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1327. from nsgui.h:34, #12 1327. from dispextern.h:137, #12 1327. from nsfont.m:28: #12 1327. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1327. | ^ #12 1327. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1327. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1327. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1327. from nsgui.h:34, #12 1327. from dispextern.h:137, #12 1327. from nsfont.m:28: #12 1327. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1327. | ^ #12 1327. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #12 1327. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1327. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1327. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1327. from nsgui.h:34, #12 1327. from dispextern.h:137, #12 1327. from nsfont.m:28: #12 1327. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1327. | ^ #12 1327. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1327. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1327. from nsgui.h:34, #12 1327. from dispextern.h:137, #12 1327. from nsfont.m:28: #12 1327. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1327. | ^ #12 1327. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1327. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1327. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1327. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1327. from nsgui.h:34, #12 1327. from dispextern.h:137, #12 1327. from nsfont.m:28: #12 1327. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 88 | #if GS_API_VERSION(0,011500) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1327. | ^ #12 1327. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #12 1327. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1327. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1327. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1327. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1327. from nsgui.h:34, #12 1327. from dispextern.h:137, #12 1327. from nsfont.m:28: #12 1327. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1327. | ^ #12 1327. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1327. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1327. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1327. from nsgui.h:34, #12 1327. from dispextern.h:137, #12 1327. from nsfont.m:28: #12 1327. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #12 1327. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1327. | ^~~~~~~~~~ #12 1327. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1327. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1327. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1327. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1327. from nsgui.h:34, #12 1327. from dispextern.h:137, #12 1327. from nsfont.m:28: #12 1327. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #12 1327. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1327. | ^~~~~~~~~~ #12 1327. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #12 1327. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1327. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1327. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1327. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1327. from nsgui.h:34, #12 1327. from dispextern.h:137, #12 1327. from nsfont.m:28: #12 1327. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1327. | ^ #12 1327. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1327. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1327. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1327. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1327. from nsgui.h:34, #12 1327. from dispextern.h:137, #12 1327. from nsfont.m:28: #12 1327. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1327. | ^ #12 1327. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #12 1327. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1327. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1327. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1327. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1327. from nsgui.h:34, #12 1327. from dispextern.h:137, #12 1327. from nsfont.m:28: #12 1327. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1327. | ^ #12 1327. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #12 1327. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1327. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1327. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1327. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1327. from nsgui.h:34, #12 1327. from dispextern.h:137, #12 1327. from nsfont.m:28: #12 1327. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1327. | ^ #12 1327. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1327. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1327. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1327. from nsgui.h:34, #12 1327. from dispextern.h:137, #12 1327. from nsfont.m:28: #12 1327. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1327. | ^ #12 1327. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1327. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1327. from nsgui.h:34, #12 1327. from dispextern.h:137, #12 1327. from nsfont.m:28: #12 1327. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 46 | #if GS_EXPOSE(NSAffineTransform) #12 1327. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1327. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #12 1327. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1327. from nsgui.h:34, #12 1327. from dispextern.h:137, #12 1327. from nsfont.m:28: #12 1327. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1327. | ^ #12 1327. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #12 1327. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1327. from nsgui.h:34, #12 1327. from dispextern.h:137, #12 1327. from nsfont.m:28: #12 1327. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1327. | ^ #12 1327. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #12 1327. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1327. from nsgui.h:34, #12 1327. from dispextern.h:137, #12 1327. from nsfont.m:28: #12 1327. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1327. | ^ #12 1327. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #12 1327. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1327. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1327. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1327. from nsgui.h:34, #12 1327. from dispextern.h:137, #12 1327. from nsfont.m:28: #12 1327. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1327. | ^ #12 1327. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1327. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1327. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1327. from nsgui.h:34, #12 1327. from dispextern.h:137, #12 1327. from nsfont.m:28: #12 1327. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1327. | ^ #12 1327. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1327. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1327. from nsgui.h:34, #12 1327. from dispextern.h:137, #12 1327. from nsfont.m:28: #12 1327. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 45 | #if GS_EXPOSE(NSArchiver) #12 1327. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1327. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 164 | #if GS_EXPOSE(NSUnarchiver) #12 1327. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1327. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1327. | ^ #12 1327. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1327. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1327. from nsgui.h:34, #12 1327. from dispextern.h:137, #12 1327. from nsfont.m:28: #12 1327. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1327. | ^ #12 1327. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #12 1327. from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1327. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1327. from nsgui.h:34, #12 1327. from dispextern.h:137, #12 1327. from nsfont.m:28: #12 1327. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1327. | ^ #12 1327. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1327. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1327. from nsgui.h:34, #12 1327. from dispextern.h:137, #12 1327. from nsfont.m:28: #12 1327. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1327. | ^ #12 1327. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #12 1327. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1327. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1327. from nsgui.h:34, #12 1327. from dispextern.h:137, #12 1327. from nsfont.m:28: #12 1327. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1327. | ^ #12 1327. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #12 1327. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1327. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1327. from nsgui.h:34, #12 1327. from dispextern.h:137, #12 1327. from nsfont.m:28: #12 1327. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1327. | ^ #12 1327. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #12 1327. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1327. from nsgui.h:34, #12 1327. from dispextern.h:137, #12 1327. from nsfont.m:28: #12 1327. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #12 1327. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1327. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1327. | ^ #12 1327. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #12 1327. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1327. from nsgui.h:34, #12 1327. from dispextern.h:137, #12 1327. from nsfont.m:28: #12 1327. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1327. | ^ #12 1327. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1327. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1327. from nsgui.h:34, #12 1327. from dispextern.h:137, #12 1327. from nsfont.m:28: #12 1327. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 114 | #if GS_EXPOSE(NSBundle) #12 1327. | ^~~~~~~~~~~~~~~~~~~~~ #12 1327. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1327. | ^ #12 1327. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #12 1327. from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1327. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1327. from nsgui.h:34, #12 1327. from dispextern.h:137, #12 1327. from nsfont.m:28: #12 1327. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1327. | ^ #12 1327. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #12 1327. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1327. from nsgui.h:34, #12 1327. from dispextern.h:137, #12 1327. from nsfont.m:28: #12 1327. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 43 | #if GS_EXPOSE(NSCache) #12 1327. | ^~~~~~~~~~~~~~~~~~~~ #12 1327. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #12 1327. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1327. from nsgui.h:34, #12 1327. from dispextern.h:137, #12 1327. from nsfont.m:28: #12 1327. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1327. | ^ #12 1327. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1327. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1327. from nsgui.h:34, #12 1327. from dispextern.h:137, #12 1327. from nsfont.m:28: #12 1327. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 37 | #if GS_EXPOSE(NSCalendarDate) #12 1327. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1327. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1327. | ^ #12 1327. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #12 1327. from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1327. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1327. from nsgui.h:34, #12 1327. from dispextern.h:137, #12 1327. from nsfont.m:28: #12 1327. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1327. | ^ #12 1327. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #12 1327. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1327. from nsgui.h:34, #12 1327. from dispextern.h:137, #12 1327. from nsfont.m:28: #12 1327. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1327. | ^ #12 1327. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #12 1327. from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1327. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1327. from nsgui.h:34, #12 1327. from dispextern.h:137, #12 1327. from nsfont.m:28: #12 1327. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 113 | #if GS_EXPOSE(NSException) #12 1327. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1327. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1327. 303 | NSGetUncaughtExceptionHandler(); #12 1327. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1327. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1327. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1327. from nsgui.h:34, #12 1327. from dispextern.h:137, #12 1327. from nsfont.m:28: #12 1327. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1327. | ^ #12 1327. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1327. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1327. from nsgui.h:34, #12 1327. from dispextern.h:137, #12 1327. from nsfont.m:28: #12 1327. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1327. | ^ #12 1327. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #12 1327. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1327. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1327. from nsgui.h:34, #12 1327. from dispextern.h:137, #12 1327. from nsfont.m:28: #12 1327. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 53 | #if GS_EXPOSE(NSExpression) #12 1327. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1327. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #12 1327. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1327. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1327. from nsgui.h:34, #12 1327. from dispextern.h:137, #12 1327. from nsfont.m:28: #12 1327. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1327. | ^ #12 1327. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1327. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1327. from nsgui.h:34, #12 1327. from dispextern.h:137, #12 1327. from nsfont.m:28: #12 1327. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 74 | #if GS_EXPOSE(NSComparisonPredicate) #12 1327. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1327. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #12 1327. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1327. from nsgui.h:34, #12 1327. from dispextern.h:137, #12 1327. from nsfont.m:28: #12 1327. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 47 | #if GS_EXPOSE(NSCompoundPredicate) #12 1327. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1327. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #12 1327. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1327. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1327. from nsgui.h:34, #12 1327. from dispextern.h:137, #12 1327. from nsfont.m:28: #12 1327. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 47 | #if GS_EXPOSE(NSTimer) #12 1327. | ^~~~~~~~~~~~~~~~~~~~ #12 1327. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1327. | ^ #12 1327. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #12 1327. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #12 1327. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1327. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1327. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1327. from nsgui.h:34, #12 1327. from dispextern.h:137, #12 1327. from nsfont.m:28: #12 1327. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1327. | ^ #12 1327. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1327. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1327. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1327. from nsgui.h:34, #12 1327. from dispextern.h:137, #12 1327. from nsfont.m:28: #12 1327. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 46 | #if GS_EXPOSE(NSRunLoop) #12 1327. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1327. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1327. | ^ #12 1327. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1327. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1327. from nsgui.h:34, #12 1327. from dispextern.h:137, #12 1327. from nsfont.m:28: #12 1327. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1327. | ^ #12 1327. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #12 1327. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1327. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1327. from nsgui.h:34, #12 1327. from dispextern.h:137, #12 1327. from nsfont.m:28: #12 1327. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1327. | ^ #12 1327. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1327. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1327. from nsgui.h:34, #12 1327. from dispextern.h:137, #12 1327. from nsfont.m:28: #12 1327. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1327. | ^ #12 1327. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #12 1327. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1327. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1327. from nsgui.h:34, #12 1327. from dispextern.h:137, #12 1327. from nsfont.m:28: #12 1327. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1327. | ^ #12 1327. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #12 1327. from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1327. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1327. from nsgui.h:34, #12 1327. from dispextern.h:137, #12 1327. from nsfont.m:28: #12 1327. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1327. | ^ #12 1327. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1327. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1327. from nsgui.h:34, #12 1327. from dispextern.h:137, #12 1327. from nsfont.m:28: #12 1327. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #12 1327. | ^ #12 1327. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #12 1327. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1327. from nsgui.h:34, #12 1327. from dispextern.h:137, #12 1327. from nsfont.m:28: #12 1327. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 127 | #if GS_EXPOSE(NSDateFormatter) #12 1327. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1327. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1327. | ^ #12 1327. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #12 1327. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1327. from nsgui.h:34, #12 1327. from dispextern.h:137, #12 1327. from nsfont.m:28: #12 1327. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1327. | ^ #12 1327. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #12 1327. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1327. from nsgui.h:34, #12 1327. from dispextern.h:137, #12 1327. from nsfont.m:28: #12 1327. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1327. | ^ #12 1327. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1327. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1327. from nsgui.h:34, #12 1327. from dispextern.h:137, #12 1327. from nsfont.m:28: #12 1327. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1327. | ^ #12 1327. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #12 1327. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1327. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1327. from nsgui.h:34, #12 1327. from dispextern.h:137, #12 1327. from nsfont.m:28: #12 1327. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1327. | ^ #12 1327. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1327. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1327. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1327. from nsgui.h:34, #12 1327. from dispextern.h:137, #12 1327. from nsfont.m:28: #12 1327. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1327. | ^ #12 1327. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #12 1327. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1327. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1327. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1327. from nsgui.h:34, #12 1327. from dispextern.h:137, #12 1327. from nsfont.m:28: #12 1327. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1327. | ^ #12 1327. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1327. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1327. from nsgui.h:34, #12 1327. from dispextern.h:137, #12 1327. from nsfont.m:28: #12 1327. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #12 1327. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1327. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 192 | #if GS_EXPOSE(NSDecimalNumber) #12 1327. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1327. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #12 1327. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1327. from nsgui.h:34, #12 1327. from dispextern.h:137, #12 1327. from nsfont.m:28: #12 1327. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 40 | #if GS_EXPOSE(NSDistantObject) #12 1327. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1327. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #12 1327. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1327. from nsgui.h:34, #12 1327. from dispextern.h:137, #12 1327. from nsfont.m:28: #12 1327. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 41 | #if GS_EXPOSE(NSDistributedLock) #12 1327. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1327. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1327. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1327. from nsgui.h:34, #12 1327. from dispextern.h:137, #12 1327. from nsfont.m:28: #12 1327. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1327. | ^ #12 1327. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1327. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1327. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1327. from nsgui.h:34, #12 1327. from dispextern.h:137, #12 1327. from nsfont.m:28: #12 1327. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 74 | #if GS_EXPOSE(NSLock) #12 1327. | ^~~~~~~~~~~~~~~~~~~ #12 1327. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 125 | #if GS_EXPOSE(NSCondition) #12 1327. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1327. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 175 | #if GS_EXPOSE(NSConditionLock) #12 1327. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1327. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 275 | #if GS_EXPOSE(NSRecursiveLock) #12 1327. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1327. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1327. | ^ #12 1327. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #12 1327. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1327. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1327. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1327. from nsgui.h:34, #12 1327. from dispextern.h:137, #12 1327. from nsfont.m:28: #12 1327. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1327. | ^ #12 1327. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #12 1327. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1327. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1327. from nsgui.h:34, #12 1327. from dispextern.h:137, #12 1327. from nsfont.m:28: #12 1327. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 71 | #if GS_EXPOSE(NSNotificationCenter) #12 1327. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1327. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1327. | ^ #12 1327. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1327. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1327. from nsgui.h:34, #12 1327. from dispextern.h:137, #12 1327. from nsfont.m:28: #12 1327. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #12 1327. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1327. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #12 1327. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1327. from nsgui.h:34, #12 1327. from dispextern.h:137, #12 1327. from nsfont.m:28: #12 1327. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1327. | ^ #12 1327. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #12 1327. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1327. from nsgui.h:34, #12 1327. from dispextern.h:137, #12 1327. from nsfont.m:28: #12 1327. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 134 | #if GS_EXPOSE(NSError) #12 1327. | ^~~~~~~~~~~~~~~~~~~~ #12 1327. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1327. | ^ #12 1327. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #12 1327. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1327. from nsgui.h:34, #12 1327. from dispextern.h:137, #12 1327. from nsfont.m:28: #12 1327. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1327. | ^ #12 1327. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #12 1327. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1327. from nsgui.h:34, #12 1327. from dispextern.h:137, #12 1327. from nsfont.m:28: #12 1327. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1327. | ^ #12 1327. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #12 1327. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1327. from nsgui.h:34, #12 1327. from dispextern.h:137, #12 1327. from nsfont.m:28: #12 1327. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1327. | ^ #12 1327. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #12 1327. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1327. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1327. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1327. from nsgui.h:34, #12 1327. from dispextern.h:137, #12 1327. from nsfont.m:28: #12 1327. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 182 | #if GS_EXPOSE(NSURLHandle) #12 1327. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1327. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1327. | ^ #12 1327. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1327. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1327. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1327. from nsgui.h:34, #12 1327. from dispextern.h:137, #12 1327. from nsfont.m:28: #12 1327. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 73 | #if GS_EXPOSE(NSURL) #12 1327. | ^~~~~~~~~~~~~~~~~~ #12 1327. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1327. | ^ #12 1327. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #12 1327. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1327. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1327. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1327. from nsgui.h:34, #12 1327. from dispextern.h:137, #12 1327. from nsfont.m:28: #12 1327. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1327. | ^ #12 1327. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1327. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1327. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1327. from nsgui.h:34, #12 1327. from dispextern.h:137, #12 1327. from nsfont.m:28: #12 1327. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 599 | #if GS_EXPOSE(NSURLQueryItem) #12 1327. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1327. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 633 | #if GS_EXPOSE(NSURLComponents) #12 1327. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1327. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1327. | ^ #12 1327. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1327. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1327. from nsgui.h:34, #12 1327. from dispextern.h:137, #12 1327. from nsfont.m:28: #12 1327. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1327. | ^ #12 1327. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1327. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1327. from nsgui.h:34, #12 1327. from dispextern.h:137, #12 1327. from nsfont.m:28: #12 1327. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 160 | #if GS_EXPOSE(NSPipe) #12 1327. | ^~~~~~~~~~~~~~~~~~~ #12 1327. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1327. | ^ #12 1327. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #12 1327. from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1327. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1327. from nsgui.h:34, #12 1327. from dispextern.h:137, #12 1327. from nsfont.m:28: #12 1327. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1327. | ^ #12 1327. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1327. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1327. from nsgui.h:34, #12 1327. from dispextern.h:137, #12 1327. from nsfont.m:28: #12 1327. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1327. | ^ #12 1327. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #12 1327. from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1327. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1327. from nsgui.h:34, #12 1327. from dispextern.h:137, #12 1327. from nsfont.m:28: #12 1327. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1327. | ^ #12 1327. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1327. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1327. from nsgui.h:34, #12 1327. from dispextern.h:137, #12 1327. from nsfont.m:28: #12 1327. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 215 | #if GS_EXPOSE(NSFileManager) #12 1327. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1327. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #12 1327. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1327. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1327. | ^ #12 1327. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #12 1327. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1327. from nsgui.h:34, #12 1327. from dispextern.h:137, #12 1327. from nsfont.m:28: #12 1327. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1327. | ^ #12 1327. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #12 1327. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1327. from nsgui.h:34, #12 1327. from dispextern.h:137, #12 1327. from nsfont.m:28: #12 1327. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1327. | ^ #12 1327. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #12 1327. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1327. from nsgui.h:34, #12 1327. from dispextern.h:137, #12 1327. from nsfont.m:28: #12 1327. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1327. | ^ #12 1327. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #12 1327. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1327. from nsgui.h:34, #12 1327. from dispextern.h:137, #12 1327. from nsfont.m:28: #12 1327. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1327. | ^ #12 1327. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #12 1327. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1327. from nsgui.h:34, #12 1327. from dispextern.h:137, #12 1327. from nsfont.m:28: #12 1327. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1327. | ^ #12 1327. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #12 1327. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1327. from nsgui.h:34, #12 1327. from dispextern.h:137, #12 1327. from nsfont.m:28: #12 1327. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 42 | #if GS_EXPOSE(NSHost) #12 1327. | ^~~~~~~~~~~~~~~~~~~ #12 1327. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1327. | ^ #12 1327. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #12 1327. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1327. from nsgui.h:34, #12 1327. from dispextern.h:137, #12 1327. from nsfont.m:28: #12 1327. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 68 | #if GS_EXPOSE(NSHTTPCookie) #12 1327. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1327. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1327. | ^ #12 1327. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #12 1327. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1327. from nsgui.h:34, #12 1327. from dispextern.h:137, #12 1327. from nsfont.m:28: #12 1327. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #12 1327. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1327. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #12 1327. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1327. from nsgui.h:34, #12 1327. from dispextern.h:137, #12 1327. from nsfont.m:28: #12 1327. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 47 | #if GS_EXPOSE(NSIndexPath) #12 1327. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1327. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #12 1327. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1327. from nsgui.h:34, #12 1327. from dispextern.h:137, #12 1327. from nsfont.m:28: #12 1327. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 49 | #if GS_EXPOSE(NSIndexSet) #12 1327. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1327. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1327. | ^ #12 1327. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #12 1327. from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1327. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1327. from nsgui.h:34, #12 1327. from dispextern.h:137, #12 1327. from nsfont.m:28: #12 1327. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 52 | #if GS_EXPOSE(NSMethodSignature) #12 1327. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1327. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1327. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1327. from nsgui.h:34, #12 1327. from dispextern.h:137, #12 1327. from nsfont.m:28: #12 1327. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 38 | #if GS_EXPOSE(NSInvocation) #12 1327. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1327. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1327. | ^ #12 1327. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #12 1327. from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1327. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1327. from nsgui.h:34, #12 1327. from dispextern.h:137, #12 1327. from nsfont.m:28: #12 1327. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1327. | ^ #12 1327. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1327. | ^ #12 1327. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1327. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1327. from nsgui.h:34, #12 1327. from dispextern.h:137, #12 1327. from nsfont.m:28: #12 1327. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1327. | ^ #12 1327. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #12 1327. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1327. from nsgui.h:34, #12 1327. from dispextern.h:137, #12 1327. from nsfont.m:28: #12 1327. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1327. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1327. | ^ #12 1327. In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #12 1327. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1327. from nsgui.h:34, #12 1327. from dispextern.h:137, #12 1327. from nsfont.m:28: #12 1327. /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be p #12 1327. [output clipped, log limit 2MiB reached] #12 1329. make[3]: Leaving directory '/checkout/src' #12 1329. make[2]: Leaving directory '/checkout' #12 1329. make[1]: Leaving directory '/checkout' #12 1329. make[1]: Entering directory '/checkout' #12 1330. make[1]: Leaving directory '/checkout' #12 1330. /GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #12 1330. from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 40 | #if GS_EXPOSE(NSMetadataItem) #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1330. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 66 | #if GS_EXPOSE(NSMetadataQuery) #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1330. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1330. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 112 | #if GS_EXPOSE(NSNotificationQueue) #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 361 | #if GS_EXPOSE(NSNetService) #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1330. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 123 | #if GS_EXPOSE(NSNumberFormatter) #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1330. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 53 | #if GS_EXPOSE(NSPortCoder) #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1330. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #12 1330. from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 77 | #if GS_EXPOSE(NSPort) #12 1330. | ^~~~~~~~~~~~~~~~~~~ #12 1330. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 202 | #if GS_EXPOSE(NSSocketPort) #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1330. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 284 | #if GS_EXPOSE(NSMessagePort) #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 47 | #if GS_EXPOSE(NSPortMessage) #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 53 | #if GS_EXPOSE(NSProgress) #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 40 | #if GS_EXPOSE(NSProtocolChecker) #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 91 | #if GS_EXPOSE(NSRegularExpression) #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 42 | #if GS_EXPOSE(NSScanner) #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1330. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 48 | #if GS_EXPOSE(NSSortDescriptor) #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1330. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 58 | #if GS_EXPOSE(NSSpellServer) #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1330. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #12 1330. from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 51 | #if GS_EXPOSE(NSTask) #12 1330. | ^~~~~~~~~~~~~~~~~~~ #12 1330. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #12 1330. from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 59 | #if GS_EXPOSE(NSThread) #12 1330. | ^~~~~~~~~~~~~~~~~~~~~ #12 1330. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #12 1330. from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 87 | #if GS_EXPOSE(NSUndoManager) #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 59 | #if GS_EXPOSE(NSCachedURLResponse) #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1330. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 105 | #if GS_EXPOSE(NSURLCache) #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 48 | #if GS_EXPOSE(NSURLConnection) #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1330. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 56 | #if GS_EXPOSE(NSURLCredential) #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 49 | #if GS_EXPOSE(NSURLDownload) #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1330. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1330. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 121 | #if GS_EXPOSE(NSURLProtocol) #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 92 | #if GS_EXPOSE(NSURLRequest) #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1330. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 49 | #if GS_EXPOSE(NSURLResponse) #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1330. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 217 | #if GS_EXPOSE(NSUserDefaults) #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1330. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #12 1330. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #12 1330. from /usr/include/GNUstep/Foundation/Foundation.h:184, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 72 | #if GS_EXPOSE(NSXMLParser) #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1330. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #12 1330. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1330. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1330. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1330. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1330. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #12 1330. from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1330. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1330. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1330. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1330. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1330. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1330. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1330. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1330. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #12 1330. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1330. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1330. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1330. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1330. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1330. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1330. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1330. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1330. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1330. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #12 1330. 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1330. /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #12 1330. 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1330. /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #12 1330. 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1330. /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #12 1330. 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1330. /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #12 1330. 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1330. /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #12 1330. 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1330. /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #12 1330. 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1330. /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #12 1330. 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1330. /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #12 1330. 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1330. /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #12 1330. 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1330. /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #12 1330. 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1330. /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #12 1330. 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1330. /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #12 1330. 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1330. /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #12 1330. 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1330. /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #12 1330. 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1330. /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #12 1330. 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1330. /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #12 1330. 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1330. /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #12 1330. 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1330. /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #12 1330. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #12 1330. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #12 1330. 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #12 1330. 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #12 1330. 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1330. | ^~~~~~~~~~~~~~~~~~~~ #12 1330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #12 1330. 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1330. | ^~~~~~~~~~~~~~~~~~~~ #12 1330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #12 1330. from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #12 1330. from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #12 1330. 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1330. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #12 1330. 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1330. | ^ #12 1330. /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1330. 125 | __attribute__((unused)); #12 1330. | ^~~~~~~~~~~~~ #12 1330. /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1330. 129 | __attribute__((unused)); #12 1330. | ^~~~~~~~~~~~~ #12 1330. /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1330. 133 | __attribute__((unused)); #12 1330. | ^~~~~~~~~~~~~ #12 1330. /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1330. 214 | __attribute__((unused)); #12 1330. | ^~~~~~~~~~~~~ #12 1330. /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1330. 247 | __attribute__((unused)); #12 1330. | ^~~~~~~~~~~~~ #12 1330. /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1330. 251 | __attribute__((unused)); #12 1330. | ^~~~~~~~~~~~~ #12 1330. /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1330. 259 | __attribute__((unused)); #12 1330. | ^~~~~~~~~~~~~ #12 1330. /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1330. 263 | __attribute__((unused)); #12 1330. | ^~~~~~~~~~~~~ #12 1330. /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1330. 267 | __attribute__((unused)); #12 1330. | ^~~~~~~~~~~~~ #12 1330. /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1330. 271 | __attribute__((unused)); #12 1330. | ^~~~~~~~~~~~~ #12 1330. /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1330. 275 | __attribute__((unused)); #12 1330. | ^~~~~~~~~~~~~ #12 1330. /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1330. 287 | __attribute__((unused)); #12 1330. | ^~~~~~~~~~~~~ #12 1330. /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1330. 311 | __attribute__((unused)); #12 1330. | ^~~~~~~~~~~~~ #12 1330. /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1330. 323 | __attribute__((unused)); #12 1330. | ^~~~~~~~~~~~~ #12 1330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsfont.m:28: #12 1330. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1330. 493 | PSgsave() #12 1330. | ^~~~~~~ #12 1330. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #12 1330. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #12 1330. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1330. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1330. 499 | PSgrestore() #12 1330. | ^~~~~~~~~~ #12 1330. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #12 1330. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #12 1330. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1330. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1330. 505 | PSinitgraphics() #12 1330. | ^~~~~~~~~~~~~~ #12 1330. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #12 1330. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #12 1330. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1330. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1330. 622 | PSinitmatrix() #12 1330. | ^~~~~~~~~~~~ #12 1330. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #12 1330. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #12 1330. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1330. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1330. 669 | PSclip() #12 1330. | ^~~~~~ #12 1330. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #12 1330. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #12 1330. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1330. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1330. 675 | PSclosepath() #12 1330. | ^~~~~~~~~~~ #12 1330. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #12 1330. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #12 1330. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1330. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1330. 687 | PSeoclip() #12 1330. | ^~~~~~~~ #12 1330. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #12 1330. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #12 1330. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1330. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1330. 693 | PSeofill() #12 1330. | ^~~~~~~~ #12 1330. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #12 1330. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #12 1330. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1330. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1330. 699 | PSfill() #12 1330. | ^~~~~~ #12 1330. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #12 1330. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #12 1330. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1330. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1330. 705 | PSflattenpath() #12 1330. | ^~~~~~~~~~~~~ #12 1330. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #12 1330. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #12 1330. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1330. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1330. 711 | PSinitclip() #12 1330. | ^~~~~~~~~~ #12 1330. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #12 1330. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #12 1330. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1330. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1330. 729 | PSnewpath() #12 1330. | ^~~~~~~~~ #12 1330. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #12 1330. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #12 1330. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1330. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1330. 765 | PSreversepath() #12 1330. | ^~~~~~~~~~~~~ #12 1330. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #12 1330. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #12 1330. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1330. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1330. 783 | PSstroke() #12 1330. | ^~~~~~~~ #12 1330. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #12 1330. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #12 1330. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1330. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1330. 835 | PSWait() #12 1330. | ^~~~~~ #12 1330. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #12 1330. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #12 1330. nsfont.m: In function 'nsfont_open': #12 1330. nsfont.m:1038:36: error: too few arguments to function 'Ffont_xlfd_name' #12 1330. 1038 | font->props[FONT_NAME_INDEX] = Ffont_xlfd_name (font_object, Qnil); #12 1330. | ^~~~~~~~~~~~~~~ #12 1330. In file included from nsfont.m:27: #12 1330. ./globals.h:4723:8: note: declared here #12 1330. 4723 | EXFUN (Ffont_xlfd_name, 3); #12 1330. | ^~~~~~~~~~~~~~~ #12 1330. lisp.h:902:22: note: in definition of macro 'EXFUN' #12 1330. 902 | extern Lisp_Object fnname DEFUN_ARGS_ ## maxargs #12 1330. | ^~~~~~ #12 1330. make[3]: *** [Makefile:457: nsfont.o] Error 1 #12 1330. make[2]: *** [Makefile:554: src] Error 2 #12 1330. make[1]: *** [Makefile:1291: actual-bootstrap] Error 2 #12 1330. *** #12 1330. *** "make bootstrap" failed with exit status 2. #12 1330. *** #12 1330. *** You could try to: #12 1330. *** - run "make extraclean" and run "make" again (or, equivalently, run #12 1330. *** "make bootstrap configure=default"), to rebuild Emacs with the #12 1330. *** default configuration options, which might fix the problem #12 1330. *** - run "git clean -fdx" and run "make bootstrap" again, which might #12 1330. *** fix the problem if "make bootstrap configure=default" did not #12 1330. *** !BEWARE! "git clean -fdx" deletes all files that are not under #12 1330. *** !BEWARE! version control, which means that all changes to such #12 1330. *** !BEWARE! files will be lost and cannot be restored later #12 1330. *** - run "make V=1", which displays the full commands invoked by make, #12 1330. *** to further investigate the problem #12 1330. *** - report the problem and ask for help by sending an email to #12 1330. *** bug-gnu-emacs@gnu.org, mentioning at least the build error #12 1330. *** message, the platform, and the repository revision displayed by #12 1330. *** "git rev-parse HEAD" #12 1330. *** #12 1330. make[1]: *** [Makefile:418: advice-on-failure] Error 2 #12 1330. make: *** [Makefile:1274: bootstrap] Error 2 #12 ERROR: executor failed running [/bin/sh -c make bootstrap]: exit code: 2 ------ > [emacs-gnustep 6/6] RUN make bootstrap: ------ executor failed running [/bin/sh -c make bootstrap]: exit code: 2 section_end:1696638894:step_script section_start:1696638894: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-8dbc7408: No such file or directory section_end:1696638897:after_script section_start:1696638897:cleanup_file_variables Cleaning up project directory and file based variables section_end:1696638901:cleanup_file_variables ERROR: Job failed: exit code 1