Running with gitlab-runner 15.3.0 (bbcb5aba)  on emba-docker-runner 2oEDrUT7 section_start:1696464195: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:1696464204:prepare_executor section_start:1696464204:prepare_script Preparing environment Running on runner-2oedrut7-project-1-concurrent-1 via emba.gnu.org... section_end:1696464210:prepare_script section_start:1696464210: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 511acc2e as master... Skipping Git submodules setup section_end:1696464292:get_sources section_start:1696464292:step_script Executing "step_script" stage of the job script Using docker image sha256:81f5749c9058a7284e6acd8e126f2b882765a17b9ead14422b51cde1a110b85c for docker:19.03.12 with digest docker@sha256:d41efe7ad0df5a709cfd4e627c7e45104f39bbc08b1b40d7fb718c562b3ce135 ... $ docker info WARNING: No swap limit support Client: Debug Mode: false Server: Containers: 22 Running: 6 Paused: 0 Stopped: 16 Images: 12 Server Version: 20.10.21 Storage Driver: overlay2 Backing Filesystem: xfs Supports d_type: true Native Overlay Diff: true userxattr: false Logging Driver: json-file Cgroup Driver: cgroupfs Plugins: Volume: local Network: bridge host ipvlan macvlan null overlay Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog Swarm: inactive Runtimes: io.containerd.runtime.v1.linux runc io.containerd.runc.v2 Default Runtime: runc Init Binary: docker-init containerd version: runc version: init version: Security Options: apparmor seccomp Profile: default Kernel Version: 4.15.0-213-generic Operating System: Trisquel GNU/Linux Etiona (9.0.2) OSType: linux Architecture: x86_64 CPUs: 2 Total Memory: 7.789GiB Name: emba.gnu.org ID: X47L:JFLM:IP7X:AN3A:6FS4:N5DF:SGWZ:KSYJ:GQ2L:ZEKB:GUXD:3IZT Docker Root Dir: /var/lib/docker Debug Mode: false HTTP Proxy: http://serverproxy0p.fsf.org:8118/ HTTPS Proxy: http://serverproxy0p.fsf.org:8118/ No Proxy: localhost,127.0.0.1,eggs.gnu.org,emba.gnu.org/ Registry: https://index.docker.io/v1/ Labels: Experimental: false Insecure Registries: 127.0.0.0/8 Live Restore Enabled: false $ echo "docker registry is ${CI_REGISTRY}" docker registry is emba.gnu.org:5050 $ docker login -u ${CI_REGISTRY_USER} -p ${CI_REGISTRY_PASSWORD} ${CI_REGISTRY} WARNING! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Your password will be stored unencrypted in /.docker-config-511acc2ed827dd039eee1c6d70c77153825d5c67/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 done #1 DONE 0.3s #2 [internal] load .dockerignore #2 transferring context: 2B done #2 DONE 0.4s #3 [internal] load metadata for docker.io/library/debian:bullseye #3 DONE 0.4s #4 [emacs-base 1/2] FROM docker.io/library/debian:bullseye@sha256:54d33aaad... #4 DONE 0.0s #7 [internal] load build context #7 transferring context: 55.96MB 4.1s #7 transferring context: 136.05MB 9.2s #7 transferring context: 162.81MB 14.7s #7 transferring context: 201.90MB 19.7s #7 transferring context: 238.16MB 24.8s #7 transferring context: 271.98MB 29.5s done #7 DONE 37.3s #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 27.1s #9 [emacs-gnustep 3/6] WORKDIR /checkout #9 DONE 2.6s #10 [emacs-gnustep 4/6] RUN ./autogen.sh autoconf #10 4.413 Checking whether you have the necessary tools... #10 4.413 (Read INSTALL.REPO for more details on building Emacs) #10 4.413 Checking for autoconf (need at least version 2.65) ... ok #10 4.514 Your system has the required tools. #10 4.562 Building aclocal.m4 ... #10 4.597 Running 'autoreconf -fi -I m4' ... #10 32.27 Building 'aclocal.m4' in exec ... #10 32.27 Running 'autoreconf -fi' in exec ... #10 39.78 You can now run './autogen.sh git'. #10 DONE 41.4s #11 [emacs-gnustep 5/6] RUN ./configure --with-ns #11 5.440 checking for xcrun... no #11 5.440 checking for GNU Make... make #11 5.528 checking build system type... x86_64-pc-linux-gnu #11 6.584 checking host system type... x86_64-pc-linux-gnu #11 6.611 checking for gcc... gcc #11 6.896 checking whether the C compiler works... yes #11 7.504 checking for C compiler default output file name... a.out #11 7.504 checking for suffix of executables... #11 7.753 checking whether we are cross compiling... no #11 8.234 checking for suffix of object files... o #11 8.438 checking whether we are using the GNU C compiler... yes #11 8.648 checking whether gcc accepts -g... yes #11 8.882 checking for gcc option to enable C11 features... none needed #11 9.972 checking whether the compiler is clang... no #11 10.17 checking for compiler option needed when checking for declarations... none #11 10.19 checking whether gcc and cc understand -c and -o together... yes #11 11.37 checking how to run the C preprocessor... gcc -E #11 12.40 checking for grep that handles long lines and -e... /bin/grep #11 12.48 checking for egrep... /bin/grep -E #11 12.60 checking for ANSI C header files... yes #11 13.67 checking for sys/types.h... yes #11 14.07 checking for sys/stat.h... yes #11 15.65 checking for stdlib.h... yes #11 15.84 checking for string.h... yes #11 16.10 checking for memory.h... yes #11 16.37 checking for strings.h... yes #11 16.57 checking for inttypes.h... yes #11 17.39 checking for stdint.h... yes #11 17.61 checking for unistd.h... yes #11 17.80 checking for wchar.h... yes #11 18.12 checking for minix/config.h... no #11 18.38 checking for linux/fs.h... yes #11 18.86 checking for malloc.h... yes #11 19.27 checking for sys/systeminfo.h... no #11 19.56 checking for sys/sysinfo.h... yes #11 37.75 checking for coff.h... no #11 37.99 checking for pty.h... yes #11 38.36 checking for sys/resource.h... yes #11 38.51 checking for sys/utsname.h... yes #11 38.67 checking for pwd.h... yes #11 38.80 checking for util.h... no #11 41.35 checking for sanitizer/lsan_interface.h... yes #11 41.52 checking for sanitizer/asan_interface.h... yes #11 41.74 checking for sanitizer/common_interface_defs.h... yes #11 41.99 checking for sys/socket.h... yes #11 43.60 checking for stdlib.h... (cached) yes #11 43.68 checking for unistd.h... (cached) yes #11 43.71 checking for sys/param.h... yes #11 44.13 checking for pthread.h... yes #11 44.59 checking for malloc/malloc.h... no #11 44.88 checking for sys/un.h... yes #11 45.17 checking for utmp.h... yes #11 45.99 checking for utmpx.h... yes #11 46.20 checking for OS.h... no #11 47.05 checking for dirent.h... yes #11 47.29 checking for execinfo.h... yes #11 47.52 checking for linux/xattr.h... yes #11 47.71 checking for stdio_ext.h... yes #11 47.98 checking for sys/vfs.h... yes #11 48.21 checking for sys/fs_types.h... no #11 48.47 checking for getopt.h... yes #11 48.78 checking for sys/cdefs.h... yes #11 48.97 checking for sys/time.h... yes #11 49.21 checking for ieee754.h... yes #11 49.42 checking for limits.h... yes #11 49.66 checking for inttypes.h... (cached) yes #11 49.71 checking for sys/types.h... (cached) yes #11 49.76 checking for stdint.h... (cached) yes #11 49.77 checking for sys/select.h... yes #11 53.09 checking for stdbool.h... yes #11 53.20 checking for stdckdint.h... no #11 53.28 checking for sys/random.h... yes #11 53.37 checking for sys/stat.h... (cached) yes #11 53.39 checking whether it is safe to define __EXTENSIONS__... yes #11 53.50 checking whether _XOPEN_SOURCE should be defined... no #11 53.59 checking for Minix Amsterdam compiler... no #11 53.63 checking for ar... ar #11 53.63 checking for ranlib... ranlib #11 53.64 checking for gcc option to enable large file support... none needed #11 53.95 checking for gcc option for timestamps after 2038... none needed #11 54.13 checking for g++... g++ #11 54.28 checking whether we are using the GNU C++ compiler... yes #11 54.96 checking whether g++ accepts -g... yes #11 55.09 checking for g++ option to enable C++11 features... none needed #11 95.07 checking how to run the C++ preprocessor... g++ -E #11 95.48 checking whether gcc accepts -g3 -O2... yes #11 95.68 checking whether the compiler is clang... no #11 95.86 checking whether C compiler handles -Werror -Wunknown-warning-option... no #11 96.04 checking whether -Wno-missing-field-initializers is needed... yes #11 96.41 checking whether -Wuninitialized is supported... yes #11 96.83 checking whether C compiler handles -fstrict-flex-arrays... no #11 97.14 checking whether C compiler handles -Wall... yes #11 97.49 checking whether C compiler handles -Warith-conversion... yes #11 97.73 checking whether C compiler handles -Wdate-time... yes #11 97.96 checking whether C compiler handles -Wdisabled-optimization... yes #11 98.20 checking whether C compiler handles -Wdouble-promotion... yes #11 98.54 checking whether C compiler handles -Wduplicated-cond... yes #11 98.95 checking whether C compiler handles -Wextra... yes #11 99.32 checking whether C compiler handles -Wformat-signedness... yes #11 99.63 checking whether C compiler handles -Winit-self... yes #11 99.96 checking whether C compiler handles -Winvalid-pch... yes #11 100.3 checking whether C compiler handles -Wlogical-op... yes #11 100.6 checking whether C compiler handles -Wmissing-declarations... yes #11 100.9 checking whether C compiler handles -Wmissing-include-dirs... yes #11 101.2 checking whether C compiler handles -Wmissing-prototypes... yes #11 101.4 checking whether C compiler handles -Wnested-externs... yes #11 101.7 checking whether C compiler handles -Wnull-dereference... yes #11 102.0 checking whether C compiler handles -Wold-style-definition... yes #11 102.4 checking whether C compiler handles -Wopenmp-simd... yes #11 102.8 checking whether C compiler handles -Wpacked... yes #11 103.0 checking whether C compiler handles -Wpointer-arith... yes #11 103.4 checking whether C compiler handles -Wstrict-flex-arrays... no #11 103.5 checking whether C compiler handles -Wstrict-prototypes... yes #11 104.0 checking whether C compiler handles -Wsuggest-attribute=format... yes #11 104.2 checking whether C compiler handles -Wsuggest-attribute=noreturn... yes #11 104.6 checking whether C compiler handles -Wsuggest-final-methods... yes #11 105.1 checking whether C compiler handles -Wsuggest-final-types... yes #11 105.5 checking whether C compiler handles -Wtrampolines... yes #11 106.2 checking whether C compiler handles -Wuninitialized... yes #11 106.6 checking whether C compiler handles -Wunknown-pragmas... yes #11 106.9 checking whether C compiler handles -Wunused-macros... yes #11 107.4 checking whether C compiler handles -Wvariadic-macros... yes #11 107.9 checking whether C compiler handles -Wvector-operation-performance... yes #11 108.3 checking whether C compiler handles -Wwrite-strings... yes #11 108.8 checking whether C compiler handles -Warray-bounds=2... yes #11 109.2 checking whether C compiler handles -Wattribute-alias=2... yes #11 109.5 checking whether C compiler handles -Wformat=2... yes #11 109.8 checking whether C compiler handles -Wformat-truncation=2... yes #11 110.1 checking whether C compiler handles -Wimplicit-fallthrough=5... yes #11 110.3 checking whether C compiler handles -Wshift-overflow=2... yes #11 110.6 checking whether C compiler handles -Wuse-after-free=3... no #11 110.7 checking whether C compiler handles -Wvla-larger-than=4031... yes #11 111.0 checking whether C compiler handles -Wno-missing-field-initializers... yes #11 111.2 checking whether C compiler handles -Wredundant-decls... yes #11 111.5 checking whether C compiler handles -Wno-missing-field-initializers... (cached) yes #11 111.5 checking whether C compiler handles -Wno-override-init... yes #11 111.9 checking whether C compiler handles -Wno-sign-compare... yes #11 112.2 checking whether C compiler handles -Wno-type-limits... yes #11 112.4 checking whether C compiler handles -Wno-unused-parameter... yes #11 112.6 checking whether C compiler handles -Wno-format-nonliteral... yes #11 112.9 checking whether C compiler handles -Wno-bidi-chars... no #11 113.0 checking for a BSD-compatible install... /usr/bin/install -c #11 113.1 checking command to symlink files in the same directory... ln -s #11 113.1 checking for install-info... : #11 113.1 checking for gzip... /bin/gzip #11 113.1 checking for 'find' args to delete a file... -delete #11 113.1 checking for brew... no #11 113.8 checking for -znocombreloc... not needed #11 113.8 checking whether addresses are sanitized... no #11 113.9 checking for math library... -lm #11 115.0 checking for struct passwd.pw_gecos... yes #11 115.2 checking for pkg-config... /usr/bin/pkg-config #11 115.2 checking pkg-config is at least version 0.9.0... yes #11 115.3 checking for machine/soundcard.h... no #11 115.5 checking for sys/soundcard.h... yes #11 115.6 checking for soundcard.h... no #11 115.8 checking for mmsystem.h... no #11 115.9 checking for _oss_ioctl in -lossaudio... no #11 116.1 checking for alsa >= 1.0.0... no #11 116.2 checking for ADDR_NO_RANDOMIZE... yes #11 116.4 checking if Linux sysinfo may be used... yes #11 117.0 checking for sys/wait.h that is POSIX.1 compatible... yes #11 117.2 checking for net/if.h... yes #11 117.5 checking for ifaddrs.h... yes #11 117.7 checking for net/if_dl.h... no #11 118.0 checking for struct ifreq.ifr_flags... yes #11 118.2 checking for struct ifreq.ifr_hwaddr... yes #11 118.8 checking for struct ifreq.ifr_netmask... yes #11 119.3 checking for struct ifreq.ifr_broadaddr... yes #11 119.7 checking for struct ifreq.ifr_addr... yes #11 120.2 checking for struct ifreq.ifr_addr.sa_len... no #11 120.5 checking whether gcc understands -MMD -MF... yes #11 120.6 checking for X... no #11 121.3 checking AppKit/AppKit.h usability... yes #11 127.5 checking AppKit/AppKit.h presence... yes #11 128.1 checking for AppKit/AppKit.h... yes #11 128.1 checking for Mac OS X 12.0 or later... yes #11 128.1 checking for gcc... gcc #11 128.2 checking whether we are using the GNU Objective C compiler... yes #11 128.3 checking whether gcc accepts -g... yes #11 128.3 checking if the Objective C compiler supports instancetype... yes #11 128.4 checking if the Objective C compiler defaults to C99... no #11 128.4 checking whether malloc is Doug Lea style... no #11 128.5 checking for sbrk... yes #11 128.6 checking for __lsan_ignore_object... no #11 128.8 checking for fchmod... yes #11 129.0 checking for utmpname... yes #11 129.4 checking for utmpxname... yes #11 130.5 checking for canonicalize_file_name... yes #11 130.7 checking for realpath... yes #11 131.0 checking for lstat... yes #11 131.2 checking for fchmodat... yes #11 131.5 checking for lchmod... no #11 131.6 checking for fcntl... yes #11 132.0 checking for fdopendir... yes #11 132.3 checking for listxattr... yes #11 132.7 checking for fstatat... yes #11 133.0 checking for fsync... yes #11 133.3 checking for gettimeofday... yes #11 133.7 checking for memset_explicit... no #11 134.0 checking for memset_s... no #11 134.3 checking for pselect... yes #11 134.6 checking for readlink... yes #11 135.0 checking for isblank... yes #11 135.4 checking for iswctype... yes #11 135.8 checking for strtoimax... yes #11 136.3 checking for symlink... yes #11 136.6 checking for localtime_r... yes #11 137.2 checking for getdtablesize... yes #11 137.6 checking for getpagesize... yes #11 137.9 checking for working mmap... yes #11 138.5 checking for main in -lXbsd... no #11 138.8 checking for pthread library... -lpthread #11 139.5 checking for thread support... yes #11 139.5 checking for librsvg-2.0 >= 2.14.0... no #11 139.5 checking for libwebpdemux >= 0.6.0... no #11 139.5 checking for WebPGetInfo... no #11 139.7 checking for libwebpdemux >= 0.6.0 libwebpdecoder >= 0.6.0... no #11 139.7 checking for sqlite3_open_v2 in -lsqlite3... no #11 139.9 checking for getaddrinfo_a in -lanl... yes #11 140.2 checking for malloc_trim... yes #11 140.6 checking for dbus-1 >= 1.0... yes #11 140.8 checking for dbus_watch_get_unix_fd... yes #11 141.4 checking for dbus_type_is_valid... yes #11 142.0 checking for dbus_validate_bus_name... yes #11 142.3 checking for dbus_validate_path... yes #11 143.0 checking for dbus_validate_interface... yes #11 143.6 checking for dbus_validate_member... yes #11 144.0 checking for lgetfilecon in -lselinux... no #11 144.2 checking for gnutls >= 2.12.2... yes #11 144.3 checking for libsystemd >= 222... no #11 144.3 checking for jansson >= 2.7... no #11 144.3 checking for tree-sitter >= 0.20.2... no #11 144.4 checking for tree-sitter >= 0.6.3... no #11 144.4 checking sys/inotify.h usability... yes #11 144.6 checking sys/inotify.h presence... yes #11 144.7 checking for sys/inotify.h... yes #11 144.7 checking for inotify_init1... yes #11 145.1 checking for jpeglib 6b or later... no #11 145.4 checking for lcms2... no #11 145.4 checking for library containing inflateEnd... -lz #11 145.9 checking for dladdr... yes #11 146.1 checking for dlfunc... no #11 146.5 checking for libpng >= 1.0.0... no #11 146.6 checking for libpng not configured by pkg-config... no #11 146.8 checking tiffio.h usability... no #11 147.3 checking tiffio.h presence... no #11 147.5 checking for tiffio.h... no #11 147.5 checking gif_lib.h usability... no #11 147.8 checking gif_lib.h presence... no #11 147.9 checking for gif_lib.h... no #11 147.9 checking gpm.h usability... no #11 148.2 checking gpm.h presence... no #11 148.3 checking for gpm.h... no #11 148.3 checking for libxml-2.0 > 2.6.17... no #11 148.3 checking for maillock in -lmail... no #11 148.7 checking for maillock in -llockfile... no #11 149.0 checking for liblockfile.so... no #11 149.0 checking maillock.h usability... no #11 149.5 checking maillock.h presence... no #11 149.7 checking for maillock.h... no #11 149.7 checking linux/seccomp.h usability... yes #11 150.1 checking linux/seccomp.h presence... yes #11 150.1 checking for linux/seccomp.h... yes #11 150.2 checking whether SECCOMP_SET_MODE_FILTER is declared... yes #11 150.5 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... yes #11 150.9 checking linux/filter.h usability... yes #11 151.4 checking linux/filter.h presence... yes #11 151.5 checking for linux/filter.h... yes #11 151.6 checking whether SECCOMP_SET_MODE_FILTER is declared... (cached) yes #11 151.7 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... (cached) yes #11 151.7 checking for libseccomp >= 2.5.2... no #11 151.8 checking size of long... 8 #11 152.6 checking for accept4... yes #11 153.1 checking for fchdir... yes #11 153.5 checking for gethostname... yes #11 153.9 checking for getrusage... yes #11 154.4 checking for get_current_dir_name... yes #11 154.9 checking for lrand48... yes #11 155.3 checking for random... yes #11 155.7 checking for rint... yes #11 156.3 checking for tcdrain... yes #11 157.0 checking for trunc... yes #11 157.5 checking for select... yes #11 158.0 checking for getpagesize... (cached) yes #11 158.0 checking for setlocale... yes #11 158.5 checking for newlocale... yes #11 159.1 checking for getrlimit... yes #11 159.6 checking for setrlimit... yes #11 160.0 checking for shutdown... yes #11 160.5 checking for pthread_sigmask... (cached) yes #11 160.5 checking for strsignal... yes #11 161.0 checking for setitimer... yes #11 161.5 checking for sendto... yes #11 161.9 checking for recvfrom... yes #11 162.5 checking for getsockname... yes #11 163.0 checking for getifaddrs... yes #11 163.5 checking for freeifaddrs... yes #11 164.0 checking for gai_strerror... yes #11 164.6 checking for sync... yes #11 165.2 checking for endpwent... yes #11 165.9 checking for getgrent... yes #11 166.5 checking for endgrent... yes #11 166.9 checking for renameat2... yes #11 167.6 checking for cfmakeraw... yes #11 167.9 checking for cfsetspeed... yes #11 168.3 checking for __executable_start... yes #11 168.8 checking for log2... yes #11 169.3 checking for pthread_setname_np... yes #11 169.8 checking for pthread_set_name_np... no #11 170.2 checking for getpwent... yes #11 170.7 checking whether pthread_setname_np takes a single argument... no #11 170.8 checking whether pthread_setname_np takes three arguments... no #11 171.0 checking for aligned_alloc... yes #11 171.6 checking whether aligned_alloc is declared... yes #11 171.9 checking for posix_madvise... yes #11 172.3 checking for madvise... yes #11 172.7 checking for __builtin_frame_address... yes #11 173.0 checking for __builtin_unwind_init... yes #11 173.3 checking for _LARGEFILE_SOURCE value needed for large files... no #11 173.9 checking for grantpt... yes #11 174.3 checking for getpt... yes #11 174.8 checking for posix_openpt... yes #11 175.3 checking for library containing tputs... -ltinfo #11 176.4 checking whether -ltinfo library defines BC... yes #11 176.8 checking for timerfd interface... yes #11 177.1 checking whether signals can be handled on alternate stack... yes #11 177.3 checking valgrind/valgrind.h usability... no #11 177.5 checking valgrind/valgrind.h presence... no #11 177.7 checking for valgrind/valgrind.h... no #11 177.7 checking for struct unipair.unicode... yes #11 177.9 checking for pid_t... yes #11 178.3 checking vfork.h usability... no #11 178.6 checking vfork.h presence... no #11 178.7 checking for vfork.h... no #11 178.8 checking for fork... yes #11 179.3 checking for vfork... yes #11 179.6 checking for working fork... yes #11 180.1 checking for working vfork... (cached) yes #11 180.1 checking for snprintf... yes #11 180.5 checking for open_memstream... yes #11 180.8 checking spawn.h usability... yes #11 181.4 checking spawn.h presence... yes #11 181.6 checking for spawn.h... yes #11 181.7 checking for posix_spawn... yes #11 182.6 checking for posix_spawn_file_actions_addchdir... no #11 182.9 checking for posix_spawn_file_actions_addchdir_np... yes #11 183.3 checking for posix_spawnattr_setflags... yes #11 183.5 checking whether POSIX_SPAWN_SETSID is declared... yes #11 183.7 checking whether GLib is linked in... no #11 183.8 checking for nl_langinfo and CODESET... yes #11 184.1 checking for nl_langinfo and _NL_PAPER_WIDTH... yes #11 184.3 checking for mbstate_t... yes #11 184.6 checking for signals via characters... yes #11 184.8 checking for _setjmp... yes #11 185.0 checking for sigsetjmp... yes #11 185.2 checking POSIX termios... yes #11 185.4 checking size of speed_t... 4 #11 185.7 checking for usable FIONREAD... yes #11 185.9 checking for usable SIGIO... yes #11 186.1 checking for struct alignment... yes #11 186.2 checking for C/C++ restrict keyword... __restrict__ #11 186.3 checking for typeof syntax and keyword spelling... typeof #11 186.4 checking for statement expressions... yes #11 186.5 checking whether malloc (0) returns nonnull... yes #11 186.8 checking sys/acl.h usability... yes #11 187.0 checking sys/acl.h presence... yes #11 187.1 checking for sys/acl.h... yes #11 187.1 checking for library containing acl_get_file... -lacl #11 187.7 checking for acl_get_file... yes #11 188.1 checking for acl_get_fd... yes #11 188.5 checking for acl_set_file... yes #11 188.8 checking for acl_set_fd... yes #11 189.1 checking for acl_free... yes #11 189.5 checking for acl_from_mode... yes #11 189.8 checking for acl_from_text... yes #11 190.1 checking for acl_delete_def_file... yes #11 190.3 checking for acl_extended_file... yes #11 190.4 checking for acl_delete_fd_np... no #11 190.6 checking for acl_delete_file_np... no #11 190.9 checking for acl_copy_ext_native... no #11 191.1 checking for acl_create_entry_np... no #11 191.4 checking for acl_to_short_text... no #11 191.6 checking for acl_free_text... no #11 191.8 checking for working acl_get_file... yes #11 192.0 checking acl/libacl.h usability... yes #11 192.2 checking acl/libacl.h presence... yes #11 192.2 checking for acl/libacl.h... yes #11 192.2 checking for acl_entries... yes #11 192.5 checking for ACL_FIRST_ENTRY... yes #11 192.7 checking for ACL_TYPE_EXTENDED... no #11 192.8 checking for working alloca.h... yes #11 193.0 checking for alloca... yes #11 193.2 checking for a thread-safe mkdir -p... /bin/mkdir -p #11 193.2 checking whether the preprocessor supports include_next... yes #11 193.3 checking whether source code line length is unlimited... yes #11 193.4 checking whether endutent is declared... yes #11 193.5 checking for struct utmpx.ut_user... yes #11 193.9 checking for struct utmp.ut_user... yes #11 194.3 checking for struct utmpx.ut_name... yes #11 194.6 checking for struct utmp.ut_name... yes #11 194.8 checking for struct utmpx.ut_type... yes #11 195.0 checking for struct utmp.ut_type... yes #11 195.2 checking for struct utmpx.ut_pid... yes #11 195.3 checking for struct utmp.ut_pid... yes #11 195.8 checking for struct utmp.ut_tv... yes #11 196.4 checking for struct utmpx.ut_host... yes #11 196.8 checking for struct utmp.ut_host... yes #11 197.3 checking for struct utmpx.ut_id... yes #11 197.8 checking for struct utmp.ut_id... yes #11 198.0 checking for struct utmpx.ut_session... yes #11 198.3 checking for struct utmp.ut_session... yes #11 198.5 checking for struct utmpx.ut_exit... yes #11 199.1 checking for struct utmp.ut_exit... yes #11 199.7 checking for struct utmpx.ut_exit.ut_exit... no #11 200.1 checking for struct utmpx.ut_exit.e_exit... yes #11 200.3 checking for struct utmp.ut_exit.e_exit... yes #11 200.7 checking for struct utmpx.ut_exit.ut_termination... no #11 201.4 checking for struct utmpx.ut_exit.e_termination... yes #11 201.7 checking for struct utmp.ut_exit.e_termination... yes #11 202.2 checking whether sysinfo is declared... yes #11 202.4 checking for sys/sysctl.h... yes #11 202.9 checking for sysctl... yes #11 203.3 checking whether lstat correctly handles trailing slash... yes #11 203.8 checking whether // is distinct from /... no #11 203.9 checking whether realpath works... yes #11 204.6 checking for faccessat... yes #11 205.0 checking for getcwd... yes #11 205.4 checking whether byte ordering is bigendian... no #11 205.8 checking if environ is properly declared... yes #11 206.1 checking for complete errno.h... yes #11 206.1 checking whether ctype.h defines __header_inline... no #11 206.3 checking for mode_t... yes #11 206.9 checking whether strmode is declared... no #11 207.1 checking whether getline is declared... yes #11 207.7 checking for gawk... no #11 207.7 checking for mawk... mawk #11 207.7 checking for getopt.h... (cached) yes #11 207.7 checking for getopt_long_only... yes #11 208.3 checking whether getopt is POSIX compatible... yes #11 211.3 checking for working GNU getopt function... yes #11 212.2 checking for working GNU getopt_long function... yes #11 213.0 checking whether timespec_get is declared... yes #11 213.4 checking for timespec_get... yes #11 213.9 checking for struct timeval... yes #11 214.3 checking for wide-enough struct timeval.tv_sec member... yes #11 214.5 checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... no #11 214.8 checking whether the compiler produces multi-arch binaries... no #11 214.9 checking whether stdint.h conforms to C99... yes #11 226.6 checking whether stdint.h works without ISO C predefines... yes #11 226.8 checking whether stdint.h has UINTMAX_WIDTH etc.... yes #11 227.1 checking whether memmem is declared... yes #11 227.4 checking whether memrchr is declared... yes #11 227.6 checking whether defines MIN and MAX... no #11 227.6 checking whether defines MIN and MAX... yes #11 227.7 checking whether time_t is signed... yes #11 227.8 checking whether alarm is declared... yes #11 228.0 checking for working mktime... no #11 228.3 checking whether struct tm is in sys/time.h or time.h... time.h #11 228.4 checking for struct tm.tm_zone... yes #11 228.5 checking for struct tm.tm_gmtoff... yes #11 228.6 checking whether is self-contained... yes #11 229.4 checking for inline... inline #11 229.5 checking for sigset_t... yes #11 229.7 checking for volatile sig_atomic_t... yes #11 230.1 checking for sighandler_t... yes #11 230.6 checking for wchar_t... yes #11 230.8 checking for good max_align_t... yes #11 231.1 checking whether NULL can be used in arbitrary expressions... yes #11 231.4 checking for unreachable... no #11 232.0 checking whether fcloseall is declared... yes #11 232.7 checking whether getw is declared... yes #11 233.2 checking whether putw is declared... yes #11 233.9 checking which flavor of printf attribute matches inttypes macros... system #11 234.2 checking whether strnlen is declared... yes #11 234.5 checking whether strtoimax is declared... yes #11 234.9 checking whether stat file-mode macros are broken... no #11 235.2 checking for nlink_t... yes #11 235.5 checking for struct timespec in ... yes #11 235.9 checking for TIME_UTC in ... yes #11 236.3 checking whether execvpe is declared... yes #11 236.8 checking whether clearerr_unlocked is declared... yes #11 237.5 checking whether feof_unlocked is declared... yes #11 238.0 checking whether ferror_unlocked is declared... yes #11 238.4 checking whether fflush_unlocked is declared... yes #11 238.9 checking whether fgets_unlocked is declared... yes #11 239.3 checking whether fputc_unlocked is declared... yes #11 239.7 checking whether fputs_unlocked is declared... yes #11 240.1 checking whether fread_unlocked is declared... yes #11 240.6 checking whether fwrite_unlocked is declared... yes #11 241.3 checking whether getc_unlocked is declared... yes #11 241.8 checking whether getchar_unlocked is declared... yes #11 242.4 checking whether putc_unlocked is declared... yes #11 242.7 checking whether putchar_unlocked is declared... yes #11 243.1 checking type of array argument to getgroups... gid_t #11 244.1 checking whether getdelim is declared... yes #11 244.5 checking whether getdtablesize is declared... yes #11 244.8 checking whether malloc is ptrdiff_t safe... yes #11 245.1 checking whether malloc, realloc, calloc set errno on failure... yes #11 245.1 checking for O_CLOEXEC... yes #11 245.3 checking for promoted mode_t type... mode_t #11 245.4 checking whether the utimes function works... yes #11 246.2 checking for C compiler option to allow warnings... -Wno-error #11 246.6 checking for alignas and alignof... yes, macros #11 247.1 checking for alloca as a compiler built-in... yes #11 247.2 checking for static_assert... yes, an macro #11 247.5 checking for __builtin_expect... yes #11 248.1 checking byteswap.h usability... yes #11 248.5 checking byteswap.h presence... yes #11 248.6 checking for byteswap.h... yes #11 248.6 checking for readlinkat... yes #11 249.0 checking for library containing clock_gettime... none required #11 249.4 checking for clock_getres... yes #11 249.7 checking for clock_gettime... yes #11 250.0 checking for clock_settime... yes #11 250.5 checking for copy_file_range... yes #11 251.0 checking for d_type member in directory struct... yes #11 251.4 checking whether // is distinct from /... (cached) no #11 251.4 checking whether dup2 works... yes #11 251.8 checking for library containing backtrace_symbols_fd... none required #11 252.1 checking for faccessat... (cached) yes #11 252.2 checking whether fchmodat works... no #11 252.9 checking for readlinkat... (cached) yes #11 252.9 checking whether fcntl handles F_DUPFD correctly... yes #11 253.2 checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check #11 253.8 checking whether fdopendir is declared... yes #11 254.2 checking whether fdopendir works... yes #11 254.6 checking for flexible array member... yes #11 254.9 checking for __fpending... yes #11 255.4 checking whether __fpending is declared... yes #11 255.8 checking whether free is known to preserve errno... no #11 256.1 checking whether fstatat (..., 0) works... yes #11 256.9 checking for sys/mount.h... yes #11 257.4 checking for statvfs function (SVR4)... yes #11 258.0 checking whether to use statvfs64... no #11 258.3 checking for two-argument statfs with statfs.f_frsize member... yes #11 259.1 checking sys/fs/s5param.h usability... no #11 259.5 checking sys/fs/s5param.h presence... no #11 259.6 checking for sys/fs/s5param.h... no #11 259.7 checking sys/statfs.h usability... yes #11 260.1 checking sys/statfs.h presence... yes #11 260.3 checking for sys/statfs.h... yes #11 260.3 checking for statfs that truncates block counts... no #11 260.5 checking for futimens... yes #11 261.2 checking whether futimens works... yes #11 263.1 checking for getline... yes #11 263.6 checking for working getline function... yes #11 264.3 checking for getloadavg... yes #11 264.9 checking sys/loadavg.h usability... no #11 265.2 checking sys/loadavg.h presence... no #11 265.3 checking for sys/loadavg.h... no #11 265.4 checking whether getloadavg is declared... yes #11 265.8 checking for getrandom... yes #11 266.2 checking whether getrandom is compatible with its GNU+BSD signature... yes #11 266.6 checking for gettimeofday with POSIX signature... yes #11 267.2 checking whether the compiler supports the __inline keyword... yes #11 267.5 checking gmp.h usability... yes #11 268.0 checking gmp.h presence... yes #11 268.1 checking for gmp.h... yes #11 268.1 checking for library containing __gmpz_roinit_n... -lgmp #11 269.0 checking for memmem... yes #11 269.5 checking whether memmem works... yes #11 270.1 checking for mempcpy... yes #11 270.8 checking for memrchr... yes #11 271.4 checking for explicit_memset... no #11 271.9 checking for mkostemp... yes #11 272.6 checking for library containing nanosleep... none required #11 273.1 checking for working nanosleep... no (mishandles large arguments) #11 274.8 checking for sys/pstat.h... no #11 275.0 checking for sys/sysmp.h... no #11 275.2 checking for sys/param.h... (cached) yes #11 275.3 checking for sys/sysctl.h... (cached) yes #11 275.3 checking for sched_getaffinity_np... no #11 275.6 checking for pstat_getdynamic... no #11 276.1 checking for sysmp... no #11 283.1 checking for sysctl... (cached) yes #11 283.2 checking for sched_getaffinity... yes #11 283.6 checking for glibc compatible sched_getaffinity... yes #11 283.7 checking for pipe2... yes #11 284.0 checking whether signature of pselect conforms to POSIX... yes #11 284.3 checking whether pselect detects invalid fds... yes #11 284.7 checking whether pthread_sigmask is a macro... no #11 284.8 checking whether pthread_sigmask returns error numbers... yes #11 285.2 checking whether pthread_sigmask unblocks signals correctly... guessing yes #11 287.8 checking for xattr library with ATTR_ACTION_PERMISSIONS... -lattr #11 291.5 checking whether readlink signature is correct... yes #11 291.6 checking whether readlink handles trailing slash correctly... yes #11 291.9 checking whether readlink truncates results correctly... yes #11 292.2 checking for readlinkat... (cached) yes #11 292.2 checking whether readlinkat signature is correct... yes #11 292.3 checking for working re_compile_pattern... no #11 292.7 checking libintl.h usability... yes #11 292.8 checking libintl.h presence... yes #11 292.8 checking for libintl.h... yes #11 292.8 checking whether isblank is declared... yes #11 292.9 checking for sig2str... no #11 293.1 checking for sigdescr_np... no #11 293.9 checking for socklen_t... yes #11 294.2 checking for ssize_t... yes #11 294.3 checking for struct stat.st_atim.tv_nsec... yes #11 294.6 checking whether struct stat.st_atim is of type struct timespec... yes #11 294.7 checking for struct stat.st_birthtimespec.tv_nsec... no #11 295.1 checking for struct stat.st_birthtimensec... no #11 295.3 checking for struct stat.st_birthtim.tv_nsec... no #11 295.5 checking for bool, true, false... no #11 295.5 checking for stpcpy... yes #11 295.9 checking for working strnlen... yes #11 296.3 checking whether strtoimax works... yes #11 297.0 checking whether symlink handles trailing slash correctly... yes #11 297.6 checking whether localtime_r is declared... yes #11 297.9 checking whether localtime_r is compatible with its POSIX signature... yes #11 298.1 checking whether localtime works even near extrema... yes #11 298.6 checking for timezone_t... no #11 298.8 checking for timegm... yes #11 299.2 checking whether timer_settime is declared... yes #11 299.4 checking for library containing timer_settime... -lrt #11 300.1 checking for timer_settime... yes #11 300.5 checking for utimensat... yes #11 301.1 checking whether utimensat works... yes #11 303.0 checking for variable-length arrays... yes #11 303.5 checking whether getdtablesize works... yes #11 304.2 checking for __mktime_internal... no #11 304.9 checking for timer_getoverrun... yes #11 305.7 checking for gcc option to disable position independent executables... not needed #11 305.7 checking for __ctype_get_mb_cur_max... yes #11 306.3 checking whether MB_CUR_MAX is defined to function that won't link... no #11 306.6 #11 306.6 Configured for 'x86_64-pc-linux-gnu'. #11 306.6 #11 306.6 Where should the build process find the source code? . #11 306.6 What compiler should emacs be built with? gcc -g3 -O2 -DHAVE_CONFIG_H #11 306.6 Should Emacs use the GNU version of malloc? no #11 306.6 (The GNU allocators don't work with this system configuration.) #11 306.6 Should Emacs use a relocating allocator for buffers? no #11 306.6 Should Emacs use mmap(2) for buffer allocation? no #11 306.6 What window system should Emacs use? nextstep #11 306.6 What toolkit should Emacs use? none #11 306.6 Where do we find X Windows header files? NONE #11 306.6 Where do we find X Windows libraries? NONE #11 306.6 Does Emacs use -lXaw3d? no #11 306.6 Is Emacs being built for Android? no #11 306.6 Does Emacs use the X Double Buffer Extension? no #11 306.6 Does Emacs use -lXpm? no #11 306.6 Does Emacs use -ljpeg? no #11 306.6 Does Emacs use -ltiff? no #11 306.6 Does Emacs use a gif library? no #11 306.6 Does Emacs use a png library? no #11 306.6 Does Emacs use -lrsvg-2? no #11 306.6 Does Emacs use -lwebp? no #11 306.6 Does Emacs use -lsqlite3? no #11 306.6 Does Emacs use cairo? no #11 306.6 Does Emacs use -llcms2? no #11 306.6 Does Emacs use imagemagick? no #11 306.6 Does Emacs use native APIs for images? yes (ns) #11 306.6 Does Emacs support sound? yes #11 306.6 Does Emacs use -lgpm? no #11 306.6 Does Emacs use -ldbus? yes #11 306.6 Does Emacs use -lgconf? no #11 306.6 Does Emacs use GSettings? no #11 306.6 Does Emacs use a file notification library? yes -lglibc (inotify) #11 306.6 Does Emacs use access control lists? yes -lacl -lattr #11 306.6 Does Emacs use -lselinux? no #11 306.6 Does Emacs use -lgnutls? yes #11 306.6 Does Emacs use -lxml2? no #11 306.6 Does Emacs use -lfreetype? no #11 306.6 Does Emacs use HarfBuzz? no #11 306.6 Does Emacs use -lm17n-flt? no #11 306.6 Does Emacs use -lotf? no #11 306.6 Does Emacs use -lxft? no #11 306.6 Does Emacs use -lsystemd? no #11 306.6 Does Emacs use -ljansson? no #11 306.6 Does Emacs use -ltree-sitter? no #11 306.6 Does Emacs use the GMP library? yes #11 306.6 Does Emacs directly use zlib? yes #11 306.6 Does Emacs have dynamic modules support? yes #11 306.6 Does Emacs use toolkit scroll bars? yes #11 306.6 Does Emacs support Xwidgets? no #11 306.6 Does Emacs have threading support in lisp? yes #11 306.6 Does Emacs support the portable dumper? yes #11 306.6 Does Emacs support legacy unexec dumping? no #11 306.6 Which dumping strategy does Emacs use? pdumper #11 306.6 Does Emacs have native lisp compiler? no #11 306.6 Does Emacs use version 2 of the X Input Extension? no #11 306.6 Does Emacs generate a smaller-size Japanese dictionary? no #11 306.6 #11 306.6 #11 306.6 #11 306.6 Run 'make' to build Emacs, then run 'src/emacs' to test it. #11 306.6 Run 'make install' in order to build an application bundle. #11 306.6 The application will go to nextstep/Emacs.app and can be run or moved #11 306.6 from there. #11 306.6 The application will be fully self-contained. #11 306.6 #11 308.9 configure: creating ./config.status #11 310.6 config.status: creating src/verbose.mk #11 310.9 config.status: creating src/emacs-module.h #11 311.1 config.status: creating nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist #11 311.4 config.status: creating nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop #11 311.6 config.status: creating Makefile #11 311.8 config.status: creating lib/gnulib.mk #11 312.1 config.status: creating ./doc/man/emacs.1 #11 312.3 config.status: creating lib/Makefile #11 312.6 config.status: creating lib-src/Makefile #11 313.0 config.status: creating oldXMenu/Makefile #11 313.3 config.status: creating src/Makefile #11 313.5 config.status: creating lwlib/Makefile #11 313.8 config.status: creating nextstep/Makefile #11 314.0 config.status: creating nt/Makefile #11 314.3 config.status: creating doc/emacs/Makefile #11 314.5 config.status: creating doc/misc/Makefile #11 314.7 config.status: creating doc/lispintro/Makefile #11 314.9 config.status: creating doc/lispref/Makefile #11 315.1 config.status: creating lisp/Makefile #11 315.3 config.status: creating leim/Makefile #11 315.5 config.status: creating test/Makefile #11 315.7 config.status: creating test/manual/noverlay/Makefile #11 315.9 config.status: creating test/infra/Makefile #11 316.2 config.status: creating admin/charsets/Makefile #11 316.4 config.status: creating admin/unidata/Makefile #11 316.6 config.status: creating admin/grammars/Makefile #11 316.8 config.status: creating java/Makefile #11 317.0 config.status: creating cross/Makefile #11 317.3 config.status: creating java/AndroidManifest.xml #11 317.6 config.status: creating src/config.h #11 317.9 config.status: executing src/epaths.h commands #11 318.2 config.status: executing src/.gdbinit commands #11 318.3 config.status: executing doc/emacs/emacsver.texi commands #11 318.4 config.status: executing etc-refcards-emacsver.tex commands #11 318.6 configure: WARNING: This configuration installs a 'movemail' program #11 318.6 that does not retrieve POP3 email. By default, Emacs 25 and earlier #11 318.6 installed a 'movemail' program that retrieved POP3 email via only #11 318.6 insecure channels, a practice that is no longer recommended but that #11 318.6 you can continue to support by using './configure --with-pop'. #11 318.6 configure: You might want to install GNU Mailutils #11 318.6 and use './configure --with-mailutils'. #11 DONE 321.7s #12 [emacs-gnustep 6/6] RUN make bootstrap #12 7.019 make actual-bootstrap || make advice-on-failure make-target=bootstrap exit-status=$? #12 7.084 make[1]: Entering directory '/checkout' #12 7.675 make bootstrap-clean #12 7.703 make[2]: Entering directory '/checkout' #12 8.188 make -C src bootstrap-clean #12 8.224 make[3]: Entering directory '/checkout/src' #12 8.224 GEN /checkout/src/lisp.mk #12 10.42 rm -f android-emacs libemacs.so #12 10.46 rm -f temacs core ./*.core \#* ./*.o build-counter.c #12 10.50 rm -f dmpstruct.h #12 10.53 rm -f emacs.pdmp #12 10.55 rm -f ../etc/DOC #12 10.58 rm -f bootstrap-emacs bootstrap-emacs.pdmp #12 10.59 rm -f emacs-30.0.50 #12 10.63 rm -f buildobj.h #12 10.64 rm -f globals.h gl-stamp #12 10.66 rm -f ./*.res ./*.tmp #12 10.68 rm -f emacs emacs-*.*.*[0-9] emacs-*.*.*[0-9].pdmp #12 10.70 rm -f ../etc/DOC* #12 10.72 rm -f deps/* #12 10.76 rm -f emacs-module.h epaths.h config.h config.stamp #12 10.81 if test -f ./.gdbinit; then \ #12 10.81 mv ./.gdbinit ./.gdbinit.save; \ #12 10.81 if test -f "./.gdbinit"; then rm -f ./.gdbinit.save; \ #12 10.81 else mv ./.gdbinit.save ./.gdbinit; fi; \ #12 10.81 fi #12 10.90 make[3]: Leaving directory '/checkout/src' #12 10.91 make -C oldXMenu bootstrap-clean #12 10.95 make[3]: Entering directory '/checkout/oldXMenu' #12 10.95 rm -f libXMenu11.a ./*.o deps/* #12 10.97 rm -f Makefile #12 10.98 rm -fr deps #12 10.99 make[3]: Leaving directory '/checkout/oldXMenu' #12 10.99 make -C lwlib bootstrap-clean #12 11.01 make[3]: Entering directory '/checkout/lwlib' #12 11.01 rm -f ./*.o liblw.a \#* deps/* #12 11.04 rm -f Makefile #12 11.05 rm -fr deps #12 11.06 rm -f TAGS #12 11.06 make[3]: Leaving directory '/checkout/lwlib' #12 11.06 make -C lib bootstrap-clean #12 11.57 make[3]: Entering directory '/checkout/lib' #12 11.58 rm -f ./*.[ao] ./*/*.o ./*-t \#* deps/*.d deps/*/*.d #12 11.67 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 11.67 rm -f Makefile Makefile.android #12 11.69 rm -fr deps #12 11.73 make[3]: Leaving directory '/checkout/lib' #12 11.74 make -C lib-src bootstrap-clean #12 11.78 make[3]: Entering directory '/checkout/lib-src' #12 11.78 rm -f core ./*.o ./*.res #12 11.80 rm -f seccomp-filter.bpf seccomp-filter.pfc seccomp-filter-exec.bpf seccomp-filter-exec.pfc #12 11.80 rm -f etags ctags emacsclient ebrowse hexl movemail make-docfile make-fingerprint #12 11.85 rm -f TAGS Makefile blessmail Makefile.android #12 11.85 make[3]: Leaving directory '/checkout/lib-src' #12 11.86 make -C nt bootstrap-clean #12 11.91 make[3]: Entering directory '/checkout/nt' #12 11.91 rm -f core *.o *.res #12 11.92 rm -f runemacs addpm cmdproxy ddeclient #12 11.94 rm -f TAGS Makefile *.rc #12 11.95 true #12 11.97 make[3]: Leaving directory '/checkout/nt' #12 11.98 make -C doc/emacs bootstrap-clean #12 12.00 make[3]: Entering directory '/checkout/doc/emacs' #12 12.00 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #12 12.00 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #12 12.03 rm -f emacs.dvi emacs-xtra.dvi emacs.html emacs.pdf emacs-xtra.pdf emacs.ps emacs-xtra.ps #12 12.06 rm -f Makefile #12 12.06 rm -f \ #12 12.06 ./../../info/emacs.info \ #12 12.06 ./../../info/emacs.info-[1-9] \ #12 12.06 ./../../info/emacs.info-[1-9][0-9] #12 12.07 rm -f ./emacsver.texi TAGS #12 12.11 make[3]: Leaving directory '/checkout/doc/emacs' #12 12.11 make -C doc/misc bootstrap-clean #12 12.12 make[3]: Entering directory '/checkout/doc/misc' #12 12.12 rm -f ./*.aux ./*.log ./*.toc ./*.c[mp] ./*.c[mp]s ./*.fn ./*.fns \ #12 12.12 ./*.ky ./*.kys ./*.op ./*.ops ./*.p[gj] ./*.p[gj]s ./*.sc ./*.scs ./*.ss \ #12 12.12 ./*.t[gp] ./*.t[gp]s ./*.vr ./*.vrs #12 12.17 rm -f gnustmp* #12 12.18 rm -f ./*.dvi ./*.html ./*.pdf ./*.ps #12 12.22 rm -f Makefile #12 12.24 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 12.24 file=`echo ${file} | sed 's/\.info$//'`.info; \ #12 12.24 rm -f \ #12 12.24 ./../../info/${file} \ #12 12.24 ./../../info/${file}-[1-9] \ #12 12.24 ./../../info/${file}-[1-9][0-9]; \ #12 12.24 done #12 14.13 rm -f ./modus-themes.texi ./org.texi #12 14.14 rm -f TAGS #12 14.15 make[3]: Leaving directory '/checkout/doc/misc' #12 14.17 make -C doc/lispref bootstrap-clean #12 14.20 make[3]: Entering directory '/checkout/doc/lispref' #12 14.20 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #12 14.20 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #12 14.21 rm -f elisp[12]* vol[12].tmp #12 14.23 rm -f elisp.dvi elisp.html elisp.pdf elisp.ps #12 14.24 rm -f vol[12].dvi vol[12].pdf vol[12].ps #12 14.26 rm -f Makefile #12 14.28 rm -f \ #12 14.28 ./../../info/elisp.info \ #12 14.28 ./../../info/elisp.info-[1-9] \ #12 14.28 ./../../info/elisp.info-[1-9][0-9] #12 14.30 rm -f TAGS #12 14.32 make[3]: Leaving directory '/checkout/doc/lispref' #12 14.34 make -C doc/lispintro bootstrap-clean #12 14.36 make[3]: Entering directory '/checkout/doc/lispintro' #12 14.36 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #12 14.36 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #12 14.40 rm -f emacs-lisp-intro.dvi eintr.html emacs-lisp-intro.pdf emacs-lisp-intro.ps #12 14.40 rm -f Makefile #12 14.42 rm -f \ #12 14.42 ./../../info/eintr.info \ #12 14.42 ./../../info/eintr.info-[1-9] #12 14.47 rm -f TAGS #12 14.49 make[3]: Leaving directory '/checkout/doc/lispintro' #12 14.49 make -C test bootstrap-clean #12 14.51 make[3]: Entering directory '/checkout/test' #12 15.38 find . '(' -name '*.log' -o -name '*.log~' ')' -delete #12 15.52 find . '(' -name '*.xml' -a ! -path '*resources*' ')' -delete #12 15.58 rm -f ./lisp/gnus/mml-sec-resources/random_seed #12 15.59 rm -f src/emacs-module-resources/*.o src/emacs-module-resources/*.so \ #12 15.59 src/emacs-module-resources/*.dll gmp.h #12 15.61 find . -name '*.elc' -delete #12 15.69 make[3]: Leaving directory '/checkout/test' #12 15.71 make -C java bootstrap-clean #12 16.12 make[3]: Entering directory '/checkout/java' #12 16.12 rm -f *.apk emacs.apk-in *.dex *.unaligned *.class *.idsig #12 16.13 rm -rf install-temp ./org/gnu/emacs/R.java TAGS #12 16.16 find . -name '*.class' -delete #12 16.18 rm -f Makefile ndk-build.mk #12 16.18 make[3]: Leaving directory '/checkout/java' #12 16.20 make -C cross bootstrap-clean #12 16.21 make[3]: Entering directory '/checkout/cross' #12 16.22 for dir in src lib-src lib etc; do \ #12 16.22 find $dir -type f -delete; \ #12 16.22 done #12 16.25 rm -rf lib/config.h lib-src/config.h #12 16.26 if test -f ndk-build/Makefile; then \ #12 16.26 make -C ndk-build clean; \ #12 16.26 fi #12 16.26 for dir in src lib-src lib etc; do \ #12 16.26 find $dir -type l -delete; \ #12 16.26 done #12 16.30 rm -rf lib/Makefile lib/gnulib.mk ndk-build/Makefile #12 16.30 rm -rf ndk-build/ndk-build.mk Makefile #12 16.32 make[3]: Leaving directory '/checkout/cross' #12 16.32 make -C nextstep bootstrap-clean #12 16.36 make[3]: Entering directory '/checkout/nextstep' #12 16.36 rm -rf /checkout/nextstep/Emacs.app #12 16.38 rm -f Makefile #12 16.40 rm -f GNUstep/Emacs.base/Resources/Info-gnustep.plist \ #12 16.40 GNUstep/Emacs.base/Resources/Emacs.desktop \ #12 16.40 Cocoa/Emacs.base/Contents/Info.plist \ #12 16.40 Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings #12 16.43 make[3]: Leaving directory '/checkout/nextstep' #12 16.43 make -C admin/charsets bootstrap-clean #12 16.46 make[3]: Entering directory '/checkout/admin/charsets' #12 16.46 make[3]: Nothing to be done for 'bootstrap-clean'. #12 16.46 make[3]: Leaving directory '/checkout/admin/charsets' #12 16.46 make -C admin/unidata bootstrap-clean #12 16.48 make[3]: Entering directory '/checkout/admin/unidata' #12 16.55 rm -f ./*.elc unidata.txt #12 16.56 make[3]: Leaving directory '/checkout/admin/unidata' #12 16.56 make -C leim bootstrap-clean #12 16.57 make[3]: Entering directory '/checkout/leim' #12 16.57 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 16.59 make[3]: Leaving directory '/checkout/leim' #12 16.60 make -C lisp bootstrap-clean #12 16.61 make[3]: Entering directory '/checkout/lisp' #12 16.73 find . -name '*.elc' -delete #12 16.75 rm -f ./cus-load.el ./finder-inf.el ./subdirs.el ./eshell/esh-groups.el #12 16.78 make[3]: Leaving directory '/checkout/lisp' #12 16.79 make -C admin/grammars bootstrap-clean #12 16.80 make[3]: Entering directory '/checkout/admin/grammars' #12 16.80 make[3]: Nothing to be done for 'bootstrap-clean'. #12 16.80 make[3]: Leaving directory '/checkout/admin/grammars' #12 16.80 [ ! -f config.log ] || mv -f config.log config.log~ #12 17.26 rm -rf ./info #12 17.27 rm -f ./etc/refcards/emacsver.tex #12 17.28 rm -rf native-lisp/ lisp/leim/ja-dic/ #12 17.31 rm -fr autom4te.cache config.cache #12 17.33 rm -f config.log ./doc/man/emacs.1 #12 17.33 make[2]: Leaving directory '/checkout' #12 17.33 cd . && ./autogen.sh autoconf #12 17.36 Checking whether you have the necessary tools... #12 17.36 (Read INSTALL.REPO for more details on building Emacs) #12 17.38 Checking for autoconf (need at least version 2.65) ... ok #12 17.52 Your system has the required tools. #12 17.62 Running 'autoreconf -fi -I m4' ... #12 50.68 Building 'aclocal.m4' in exec ... #12 50.68 Running 'autoreconf -fi' in exec ... #12 60.10 You can now run './autogen.sh git'. #12 60.10 make MAKEFILE_NAME=force-Makefile force-Makefile #12 60.12 make[2]: Entering directory '/checkout' #12 60.18 make[2]: *** No rule to make target 'echo-sources'. Stop. #12 60.54 if [ -x ./config.status ]; then \ #12 60.54 ./config.status --recheck; \ #12 60.54 else \ #12 60.54 ./configure --cache-file=/dev/null; \ #12 60.54 fi #12 60.80 running CONFIG_SHELL=/bin/bash /bin/bash ./configure --with-ns --no-create --no-recursion #12 61.42 checking for xcrun... no #12 61.42 checking for GNU Make... make #12 61.47 checking build system type... x86_64-pc-linux-gnu #12 61.87 checking host system type... x86_64-pc-linux-gnu #12 61.94 checking for gcc... gcc #12 62.18 checking whether the C compiler works... yes #12 62.44 checking for C compiler default output file name... a.out #12 62.45 checking for suffix of executables... #12 62.75 checking whether we are cross compiling... no #12 62.98 checking for suffix of object files... o #12 63.13 checking whether we are using the GNU C compiler... yes #12 63.45 checking whether gcc accepts -g... yes #12 63.66 checking for gcc option to enable C11 features... none needed #12 64.11 checking whether the compiler is clang... no #12 64.33 checking for compiler option needed when checking for declarations... none #12 64.33 checking whether gcc and cc understand -c and -o together... yes #12 64.96 checking how to run the C preprocessor... gcc -E #12 65.37 checking for grep that handles long lines and -e... /bin/grep #12 65.40 checking for egrep... /bin/grep -E #12 65.41 checking for ANSI C header files... yes #12 66.31 checking for sys/types.h... yes #12 66.66 checking for sys/stat.h... yes #12 66.97 checking for stdlib.h... yes #12 67.27 checking for string.h... yes #12 67.53 checking for memory.h... yes #12 67.92 checking for strings.h... yes #12 68.33 checking for inttypes.h... yes #12 68.75 checking for stdint.h... yes #12 69.16 checking for unistd.h... yes #12 69.63 checking for wchar.h... yes #12 70.06 checking for minix/config.h... no #12 70.58 checking for linux/fs.h... yes #12 70.83 checking for malloc.h... yes #12 71.16 checking for sys/systeminfo.h... no #12 71.49 checking for sys/sysinfo.h... yes #12 71.73 checking for coff.h... no #12 71.97 checking for pty.h... yes #12 72.21 checking for sys/resource.h... yes #12 72.46 checking for sys/utsname.h... yes #12 72.76 checking for pwd.h... yes #12 73.03 checking for util.h... no #12 73.25 checking for sanitizer/lsan_interface.h... yes #12 73.49 checking for sanitizer/asan_interface.h... yes #12 73.75 checking for sanitizer/common_interface_defs.h... yes #12 74.07 checking for sys/socket.h... yes #12 74.60 checking for stdlib.h... (cached) yes #12 74.64 checking for unistd.h... (cached) yes #12 74.69 checking for sys/param.h... yes #12 75.03 checking for pthread.h... yes #12 75.37 checking for malloc/malloc.h... no #12 75.63 checking for sys/un.h... yes #12 75.95 checking for utmp.h... yes #12 76.29 checking for utmpx.h... yes #12 76.76 checking for OS.h... no #12 77.23 checking for dirent.h... yes #12 77.74 checking for execinfo.h... yes #12 78.12 checking for linux/xattr.h... yes #12 78.42 checking for stdio_ext.h... yes #12 78.82 checking for sys/vfs.h... yes #12 79.07 checking for sys/fs_types.h... no #12 79.39 checking for getopt.h... yes #12 79.73 checking for sys/cdefs.h... yes #12 80.09 checking for sys/time.h... yes #12 80.45 checking for ieee754.h... yes #12 80.73 checking for limits.h... yes #12 81.05 checking for inttypes.h... (cached) yes #12 81.20 checking for sys/types.h... (cached) yes #12 81.31 checking for stdint.h... (cached) yes #12 81.39 checking for sys/select.h... yes #12 81.85 checking for stdbool.h... yes #12 82.04 checking for stdckdint.h... no #12 82.18 checking for sys/random.h... yes #12 82.49 checking for sys/stat.h... (cached) yes #12 82.51 checking whether it is safe to define __EXTENSIONS__... yes #12 82.76 checking whether _XOPEN_SOURCE should be defined... no #12 82.90 checking for Minix Amsterdam compiler... no #12 82.99 checking for ar... ar #12 83.00 checking for ranlib... ranlib #12 83.01 checking for gcc option to enable large file support... none needed #12 83.38 checking for gcc option for timestamps after 2038... none needed #12 83.76 checking for g++... g++ #12 84.02 checking whether we are using the GNU C++ compiler... yes #12 84.64 checking whether g++ accepts -g... yes #12 84.99 checking for g++ option to enable C++11 features... none needed #12 133.7 checking how to run the C++ preprocessor... g++ -E #12 134.1 checking whether gcc accepts -g3 -O2... yes #12 134.6 checking whether the compiler is clang... no #12 134.8 checking whether C compiler handles -Werror -Wunknown-warning-option... no #12 135.0 checking whether -Wno-missing-field-initializers is needed... yes #12 135.3 checking whether -Wuninitialized is supported... yes #12 135.6 checking whether C compiler handles -fstrict-flex-arrays... no #12 135.8 checking whether C compiler handles -Wall... yes #12 136.1 checking whether C compiler handles -Warith-conversion... yes #12 136.4 checking whether C compiler handles -Wdate-time... yes #12 136.8 checking whether C compiler handles -Wdisabled-optimization... yes #12 137.2 checking whether C compiler handles -Wdouble-promotion... yes #12 137.6 checking whether C compiler handles -Wduplicated-cond... yes #12 137.9 checking whether C compiler handles -Wextra... yes #12 138.5 checking whether C compiler handles -Wformat-signedness... yes #12 138.9 checking whether C compiler handles -Winit-self... yes #12 139.3 checking whether C compiler handles -Winvalid-pch... yes #12 139.7 checking whether C compiler handles -Wlogical-op... yes #12 140.1 checking whether C compiler handles -Wmissing-declarations... yes #12 140.5 checking whether C compiler handles -Wmissing-include-dirs... yes #12 140.8 checking whether C compiler handles -Wmissing-prototypes... yes #12 141.3 checking whether C compiler handles -Wnested-externs... yes #12 141.7 checking whether C compiler handles -Wnull-dereference... yes #12 142.1 checking whether C compiler handles -Wold-style-definition... yes #12 142.5 checking whether C compiler handles -Wopenmp-simd... yes #12 142.8 checking whether C compiler handles -Wpacked... yes #12 143.2 checking whether C compiler handles -Wpointer-arith... yes #12 143.7 checking whether C compiler handles -Wstrict-flex-arrays... no #12 143.8 checking whether C compiler handles -Wstrict-prototypes... yes #12 144.3 checking whether C compiler handles -Wsuggest-attribute=format... yes #12 144.8 checking whether C compiler handles -Wsuggest-attribute=noreturn... yes #12 145.2 checking whether C compiler handles -Wsuggest-final-methods... yes #12 145.6 checking whether C compiler handles -Wsuggest-final-types... yes #12 146.0 checking whether C compiler handles -Wtrampolines... yes #12 146.5 checking whether C compiler handles -Wuninitialized... yes #12 146.9 checking whether C compiler handles -Wunknown-pragmas... yes #12 147.3 checking whether C compiler handles -Wunused-macros... yes #12 147.7 checking whether C compiler handles -Wvariadic-macros... yes #12 148.1 checking whether C compiler handles -Wvector-operation-performance... yes #12 148.6 checking whether C compiler handles -Wwrite-strings... yes #12 149.1 checking whether C compiler handles -Warray-bounds=2... yes #12 149.6 checking whether C compiler handles -Wattribute-alias=2... yes #12 150.1 checking whether C compiler handles -Wformat=2... yes #12 150.5 checking whether C compiler handles -Wformat-truncation=2... yes #12 151.0 checking whether C compiler handles -Wimplicit-fallthrough=5... yes #12 151.2 checking whether C compiler handles -Wshift-overflow=2... yes #12 151.4 checking whether C compiler handles -Wuse-after-free=3... no #12 151.6 checking whether C compiler handles -Wvla-larger-than=4031... yes #12 152.1 checking whether C compiler handles -Wno-missing-field-initializers... yes #12 152.4 checking whether C compiler handles -Wredundant-decls... yes #12 152.6 checking whether C compiler handles -Wno-missing-field-initializers... (cached) yes #12 152.6 checking whether C compiler handles -Wno-override-init... yes #12 153.2 checking whether C compiler handles -Wno-sign-compare... yes #12 153.5 checking whether C compiler handles -Wno-type-limits... yes #12 153.9 checking whether C compiler handles -Wno-unused-parameter... yes #12 154.3 checking whether C compiler handles -Wno-format-nonliteral... yes #12 154.6 checking whether C compiler handles -Wno-bidi-chars... no #12 154.7 checking for a BSD-compatible install... /usr/bin/install -c #12 154.8 checking command to symlink files in the same directory... ln -s #12 154.9 checking for install-info... : #12 154.9 checking for gzip... /bin/gzip #12 154.9 checking for 'find' args to delete a file... -delete #12 154.9 checking for brew... no #12 155.7 checking for -znocombreloc... not needed #12 155.7 checking whether addresses are sanitized... no #12 155.8 checking for math library... -lm #12 157.7 checking for struct passwd.pw_gecos... yes #12 158.1 checking for pkg-config... /usr/bin/pkg-config #12 158.1 checking pkg-config is at least version 0.9.0... yes #12 158.2 checking for machine/soundcard.h... no #12 158.6 checking for sys/soundcard.h... yes #12 159.1 checking for soundcard.h... no #12 159.4 checking for mmsystem.h... no #12 159.6 checking for _oss_ioctl in -lossaudio... no #12 160.0 checking for alsa >= 1.0.0... no #12 160.1 checking for ADDR_NO_RANDOMIZE... yes #12 160.6 checking if Linux sysinfo may be used... yes #12 161.5 checking for sys/wait.h that is POSIX.1 compatible... yes #12 161.7 checking for net/if.h... yes #12 162.1 checking for ifaddrs.h... yes #12 162.5 checking for net/if_dl.h... no #12 162.8 checking for struct ifreq.ifr_flags... yes #12 163.4 checking for struct ifreq.ifr_hwaddr... yes #12 164.4 checking for struct ifreq.ifr_netmask... yes #12 165.4 checking for struct ifreq.ifr_broadaddr... yes #12 166.4 checking for struct ifreq.ifr_addr... yes #12 167.5 checking for struct ifreq.ifr_addr.sa_len... no #12 168.4 checking whether gcc understands -MMD -MF... yes #12 168.7 checking for X... no #12 169.6 checking AppKit/AppKit.h usability... yes #12 173.1 checking AppKit/AppKit.h presence... yes #12 174.4 checking for AppKit/AppKit.h... yes #12 174.4 checking for Mac OS X 12.0 or later... yes #12 174.5 checking for gcc... gcc #12 174.9 checking whether we are using the GNU Objective C compiler... yes #12 175.2 checking whether gcc accepts -g... yes #12 175.4 checking if the Objective C compiler supports instancetype... yes #12 175.6 checking if the Objective C compiler defaults to C99... no #12 175.8 checking whether malloc is Doug Lea style... no #12 176.2 checking for sbrk... yes #12 177.0 checking for __lsan_ignore_object... no #12 177.8 checking for fchmod... yes #12 178.7 checking for utmpname... yes #12 179.5 checking for utmpxname... yes #12 180.1 checking for canonicalize_file_name... yes #12 180.9 checking for realpath... yes #12 181.6 checking for lstat... yes #12 182.5 checking for fchmodat... yes #12 183.3 checking for lchmod... no #12 183.6 checking for fcntl... yes #12 184.3 checking for fdopendir... yes #12 184.9 checking for listxattr... yes #12 185.6 checking for fstatat... yes #12 186.4 checking for fsync... yes #12 187.1 checking for gettimeofday... yes #12 187.8 checking for memset_explicit... no #12 188.6 checking for memset_s... no #12 189.4 checking for pselect... yes #12 190.2 checking for readlink... yes #12 191.0 checking for isblank... yes #12 191.9 checking for iswctype... yes #12 192.8 checking for strtoimax... yes #12 193.8 checking for symlink... yes #12 194.6 checking for localtime_r... yes #12 195.3 checking for getdtablesize... yes #12 195.9 checking for getpagesize... yes #12 196.4 checking for working mmap... yes #12 197.4 checking for main in -lXbsd... no #12 197.8 checking for pthread library... -lpthread #12 199.5 checking for thread support... yes #12 199.5 checking for librsvg-2.0 >= 2.14.0... no #12 199.5 checking for libwebpdemux >= 0.6.0... no #12 199.6 checking for WebPGetInfo... no #12 199.9 checking for libwebpdemux >= 0.6.0 libwebpdecoder >= 0.6.0... no #12 199.9 checking for sqlite3_open_v2 in -lsqlite3... no #12 200.1 checking for getaddrinfo_a in -lanl... yes #12 200.5 checking for malloc_trim... yes #12 200.9 checking for dbus-1 >= 1.0... yes #12 200.9 checking for dbus_watch_get_unix_fd... yes #12 201.3 checking for dbus_type_is_valid... yes #12 202.5 checking for dbus_validate_bus_name... yes #12 203.2 checking for dbus_validate_path... yes #12 204.1 checking for dbus_validate_interface... yes #12 205.2 checking for dbus_validate_member... yes #12 205.9 checking for lgetfilecon in -lselinux... no #12 206.3 checking for gnutls >= 2.12.2... yes #12 206.5 checking for libsystemd >= 222... no #12 206.5 checking for jansson >= 2.7... no #12 206.6 checking for tree-sitter >= 0.20.2... no #12 206.7 checking for tree-sitter >= 0.6.3... no #12 206.8 checking sys/inotify.h usability... yes #12 207.5 checking sys/inotify.h presence... yes #12 207.7 checking for sys/inotify.h... yes #12 207.7 checking for inotify_init1... yes #12 208.8 checking for jpeglib 6b or later... no #12 209.4 checking for lcms2... no #12 209.5 checking for library containing inflateEnd... -lz #12 210.7 checking for dladdr... yes #12 211.4 checking for dlfunc... no #12 212.3 checking for libpng >= 1.0.0... no #12 212.3 checking for libpng not configured by pkg-config... no #12 212.5 checking tiffio.h usability... no #12 213.0 checking tiffio.h presence... no #12 213.2 checking for tiffio.h... no #12 213.2 checking gif_lib.h usability... no #12 213.7 checking gif_lib.h presence... no #12 213.9 checking for gif_lib.h... no #12 213.9 checking gpm.h usability... no #12 214.5 checking gpm.h presence... no #12 214.6 checking for gpm.h... no #12 214.6 checking for libxml-2.0 > 2.6.17... no #12 214.7 checking for maillock in -lmail... no #12 215.2 checking for maillock in -llockfile... no #12 215.7 checking for liblockfile.so... no #12 215.7 checking maillock.h usability... no #12 216.2 checking maillock.h presence... no #12 216.4 checking for maillock.h... no #12 216.4 checking linux/seccomp.h usability... yes #12 217.1 checking linux/seccomp.h presence... yes #12 217.2 checking for linux/seccomp.h... yes #12 217.3 checking whether SECCOMP_SET_MODE_FILTER is declared... yes #12 217.7 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... yes #12 218.1 checking linux/filter.h usability... yes #12 218.5 checking linux/filter.h presence... yes #12 218.6 checking for linux/filter.h... yes #12 218.7 checking whether SECCOMP_SET_MODE_FILTER is declared... (cached) yes #12 218.8 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... (cached) yes #12 218.9 checking for libseccomp >= 2.5.2... no #12 219.0 checking size of long... 8 #12 220.0 checking for accept4... yes #12 221.0 checking for fchdir... yes #12 221.6 checking for gethostname... yes #12 222.4 checking for getrusage... yes #12 223.1 checking for get_current_dir_name... yes #12 224.0 checking for lrand48... yes #12 224.8 checking for random... yes #12 225.4 checking for rint... yes #12 226.1 checking for tcdrain... yes #12 227.1 checking for trunc... yes #12 227.8 checking for select... yes #12 228.1 checking for getpagesize... (cached) yes #12 228.2 checking for setlocale... yes #12 228.5 checking for newlocale... yes #12 229.0 checking for getrlimit... yes #12 229.4 checking for setrlimit... yes #12 230.1 checking for shutdown... yes #12 230.6 checking for pthread_sigmask... (cached) yes #12 230.7 checking for strsignal... yes #12 231.2 checking for setitimer... yes #12 231.9 checking for sendto... yes #12 232.7 checking for recvfrom... yes #12 233.3 checking for getsockname... yes #12 233.9 checking for getifaddrs... yes #12 234.4 checking for freeifaddrs... yes #12 234.9 checking for gai_strerror... yes #12 235.7 checking for sync... yes #12 236.2 checking for endpwent... yes #12 236.6 checking for getgrent... yes #12 236.9 checking for endgrent... yes #12 237.4 checking for renameat2... yes #12 237.9 checking for cfmakeraw... yes #12 238.4 checking for cfsetspeed... yes #12 238.8 checking for __executable_start... yes #12 239.6 checking for log2... yes #12 240.2 checking for pthread_setname_np... yes #12 240.7 checking for pthread_set_name_np... no #12 241.1 checking for getpwent... yes #12 241.7 checking whether pthread_setname_np takes a single argument... no #12 241.9 checking whether pthread_setname_np takes three arguments... no #12 242.1 checking for aligned_alloc... yes #12 242.6 checking whether aligned_alloc is declared... yes #12 242.8 checking for posix_madvise... yes #12 243.2 checking for madvise... yes #12 243.6 checking for __builtin_frame_address... yes #12 243.9 checking for __builtin_unwind_init... yes #12 244.1 checking for _LARGEFILE_SOURCE value needed for large files... no #12 244.3 checking for grantpt... yes #12 244.6 checking for getpt... yes #12 244.8 checking for posix_openpt... yes #12 245.1 checking for library containing tputs... -ltinfo #12 245.7 checking whether -ltinfo library defines BC... yes #12 246.1 checking for timerfd interface... yes #12 246.5 checking whether signals can be handled on alternate stack... yes #12 246.8 checking valgrind/valgrind.h usability... no #12 247.1 checking valgrind/valgrind.h presence... no #12 247.2 checking for valgrind/valgrind.h... no #12 247.2 checking for struct unipair.unicode... yes #12 247.7 checking for pid_t... yes #12 248.6 checking vfork.h usability... no #12 249.0 checking vfork.h presence... no #12 249.1 checking for vfork.h... no #12 249.2 checking for fork... yes #12 249.6 checking for vfork... yes #12 250.2 checking for working fork... yes #12 250.7 checking for working vfork... (cached) yes #12 250.7 checking for snprintf... yes #12 251.4 checking for open_memstream... yes #12 252.1 checking spawn.h usability... yes #12 252.5 checking spawn.h presence... yes #12 252.6 checking for spawn.h... yes #12 252.6 checking for posix_spawn... yes #12 253.0 checking for posix_spawn_file_actions_addchdir... no #12 253.3 checking for posix_spawn_file_actions_addchdir_np... yes #12 253.8 checking for posix_spawnattr_setflags... yes #12 254.5 checking whether POSIX_SPAWN_SETSID is declared... yes #12 254.8 checking whether GLib is linked in... no #12 254.9 checking for nl_langinfo and CODESET... yes #12 255.2 checking for nl_langinfo and _NL_PAPER_WIDTH... yes #12 255.5 checking for mbstate_t... yes #12 255.8 checking for signals via characters... yes #12 256.1 checking for _setjmp... yes #12 256.4 checking for sigsetjmp... yes #12 256.7 checking POSIX termios... yes #12 257.3 checking size of speed_t... 4 #12 257.7 checking for usable FIONREAD... yes #12 258.0 checking for usable SIGIO... yes #12 258.3 checking for struct alignment... yes #12 258.5 checking for C/C++ restrict keyword... __restrict__ #12 258.8 checking for typeof syntax and keyword spelling... typeof #12 259.0 checking for statement expressions... yes #12 259.1 checking whether malloc (0) returns nonnull... yes #12 259.7 checking sys/acl.h usability... yes #12 260.3 checking sys/acl.h presence... yes #12 260.5 checking for sys/acl.h... yes #12 260.5 checking for library containing acl_get_file... -lacl #12 261.6 checking for acl_get_file... yes #12 262.0 checking for acl_get_fd... yes #12 262.5 checking for acl_set_file... yes #12 263.0 checking for acl_set_fd... yes #12 263.5 checking for acl_free... yes #12 263.9 checking for acl_from_mode... yes #12 264.3 checking for acl_from_text... yes #12 264.7 checking for acl_delete_def_file... yes #12 265.2 checking for acl_extended_file... yes #12 265.6 checking for acl_delete_fd_np... no #12 265.9 checking for acl_delete_file_np... no #12 266.5 checking for acl_copy_ext_native... no #12 267.1 checking for acl_create_entry_np... no #12 267.6 checking for acl_to_short_text... no #12 268.0 checking for acl_free_text... no #12 268.4 checking for working acl_get_file... yes #12 268.8 checking acl/libacl.h usability... yes #12 269.4 checking acl/libacl.h presence... yes #12 269.5 checking for acl/libacl.h... yes #12 269.5 checking for acl_entries... yes #12 269.9 checking for ACL_FIRST_ENTRY... yes #12 270.1 checking for ACL_TYPE_EXTENDED... no #12 270.3 checking for working alloca.h... yes #12 270.6 checking for alloca... yes #12 271.1 checking for a thread-safe mkdir -p... /bin/mkdir -p #12 271.1 checking whether the preprocessor supports include_next... yes #12 271.3 checking whether source code line length is unlimited... yes #12 271.5 checking whether endutent is declared... yes #12 271.8 checking for struct utmpx.ut_user... yes #12 272.2 checking for struct utmp.ut_user... yes #12 272.5 checking for struct utmpx.ut_name... yes #12 272.9 checking for struct utmp.ut_name... yes #12 273.4 checking for struct utmpx.ut_type... yes #12 273.8 checking for struct utmp.ut_type... yes #12 274.2 checking for struct utmpx.ut_pid... yes #12 274.7 checking for struct utmp.ut_pid... yes #12 275.0 checking for struct utmp.ut_tv... yes #12 275.6 checking for struct utmpx.ut_host... yes #12 275.9 checking for struct utmp.ut_host... yes #12 276.2 checking for struct utmpx.ut_id... yes #12 276.6 checking for struct utmp.ut_id... yes #12 277.0 checking for struct utmpx.ut_session... yes #12 277.4 checking for struct utmp.ut_session... yes #12 277.9 checking for struct utmpx.ut_exit... yes #12 278.7 checking for struct utmp.ut_exit... yes #12 279.3 checking for struct utmpx.ut_exit.ut_exit... no #12 280.0 checking for struct utmpx.ut_exit.e_exit... yes #12 280.4 checking for struct utmp.ut_exit.e_exit... yes #12 280.8 checking for struct utmpx.ut_exit.ut_termination... no #12 281.3 checking for struct utmpx.ut_exit.e_termination... yes #12 281.7 checking for struct utmp.ut_exit.e_termination... yes #12 281.9 checking whether sysinfo is declared... yes #12 282.1 checking for sys/sysctl.h... yes #12 282.5 checking for sysctl... yes #12 282.9 checking whether lstat correctly handles trailing slash... yes #12 283.5 checking whether // is distinct from /... no #12 283.5 checking whether realpath works... yes #12 284.4 checking for faccessat... yes #12 284.8 checking for getcwd... yes #12 285.2 checking whether byte ordering is bigendian... no #12 285.8 checking if environ is properly declared... yes #12 286.2 checking for complete errno.h... yes #12 286.4 checking whether ctype.h defines __header_inline... no #12 286.7 checking for mode_t... yes #12 287.5 checking whether strmode is declared... no #12 287.7 checking whether getline is declared... yes #12 288.1 checking for gawk... no #12 288.1 checking for mawk... mawk #12 288.1 checking for getopt.h... (cached) yes #12 288.2 checking for getopt_long_only... yes #12 288.7 checking whether getopt is POSIX compatible... yes #12 290.4 checking for working GNU getopt function... yes #12 291.0 checking for working GNU getopt_long function... yes #12 291.8 checking whether timespec_get is declared... yes #12 292.1 checking for timespec_get... yes #12 292.6 checking for struct timeval... yes #12 292.9 checking for wide-enough struct timeval.tv_sec member... yes #12 293.4 checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... no #12 293.7 checking whether the compiler produces multi-arch binaries... no #12 294.0 checking whether stdint.h conforms to C99... yes #12 295.3 checking whether stdint.h works without ISO C predefines... yes #12 295.7 checking whether stdint.h has UINTMAX_WIDTH etc.... yes #12 296.0 checking whether memmem is declared... yes #12 296.4 checking whether memrchr is declared... yes #12 296.7 checking whether defines MIN and MAX... no #12 296.8 checking whether defines MIN and MAX... yes #12 297.1 checking whether time_t is signed... yes #12 297.5 checking whether alarm is declared... yes #12 297.8 checking for working mktime... no #12 299.0 checking whether struct tm is in sys/time.h or time.h... time.h #12 299.4 checking for struct tm.tm_zone... yes #12 299.7 checking for struct tm.tm_gmtoff... yes #12 299.9 checking whether is self-contained... yes #12 300.6 checking for inline... inline #12 300.8 checking for sigset_t... yes #12 301.3 checking for volatile sig_atomic_t... yes #12 301.7 checking for sighandler_t... yes #12 302.2 checking for wchar_t... yes #12 302.4 checking for good max_align_t... yes #12 302.6 checking whether NULL can be used in arbitrary expressions... yes #12 302.7 checking for unreachable... no #12 303.1 checking whether fcloseall is declared... yes #12 303.7 checking whether getw is declared... yes #12 303.9 checking whether putw is declared... yes #12 304.3 checking which flavor of printf attribute matches inttypes macros... system #12 304.5 checking whether strnlen is declared... yes #12 304.8 checking whether strtoimax is declared... yes #12 305.2 checking whether stat file-mode macros are broken... no #12 305.5 checking for nlink_t... yes #12 306.1 checking for struct timespec in ... yes #12 306.5 checking for TIME_UTC in ... yes #12 306.8 checking whether execvpe is declared... yes #12 307.2 checking whether clearerr_unlocked is declared... yes #12 307.6 checking whether feof_unlocked is declared... yes #12 308.2 checking whether ferror_unlocked is declared... yes #12 308.7 checking whether fflush_unlocked is declared... yes #12 309.1 checking whether fgets_unlocked is declared... yes #12 309.8 checking whether fputc_unlocked is declared... yes #12 310.4 checking whether fputs_unlocked is declared... yes #12 310.9 checking whether fread_unlocked is declared... yes #12 311.3 checking whether fwrite_unlocked is declared... yes #12 311.6 checking whether getc_unlocked is declared... yes #12 312.1 checking whether getchar_unlocked is declared... yes #12 312.5 checking whether putc_unlocked is declared... yes #12 312.9 checking whether putchar_unlocked is declared... yes #12 313.2 checking type of array argument to getgroups... gid_t #12 313.7 checking whether getdelim is declared... yes #12 314.1 checking whether getdtablesize is declared... yes #12 314.5 checking whether malloc is ptrdiff_t safe... yes #12 314.8 checking whether malloc, realloc, calloc set errno on failure... yes #12 314.8 checking for O_CLOEXEC... yes #12 315.2 checking for promoted mode_t type... mode_t #12 315.4 checking whether the utimes function works... yes #12 316.3 checking for C compiler option to allow warnings... -Wno-error #12 316.7 checking for alignas and alignof... yes, macros #12 317.3 checking for alloca as a compiler built-in... yes #12 317.5 checking for static_assert... yes, an macro #12 317.9 checking for __builtin_expect... yes #12 318.2 checking byteswap.h usability... yes #12 318.5 checking byteswap.h presence... yes #12 318.5 checking for byteswap.h... yes #12 318.6 checking for readlinkat... yes #12 318.9 checking for library containing clock_gettime... none required #12 319.4 checking for clock_getres... yes #12 319.9 checking for clock_gettime... yes #12 320.4 checking for clock_settime... yes #12 320.7 checking for copy_file_range... yes #12 321.1 checking for d_type member in directory struct... yes #12 321.5 checking whether // is distinct from /... (cached) no #12 321.5 checking whether dup2 works... yes #12 322.0 checking for library containing backtrace_symbols_fd... none required #12 322.4 checking for faccessat... (cached) yes #12 322.4 checking whether fchmodat works... no #12 323.1 checking for readlinkat... (cached) yes #12 323.1 checking whether fcntl handles F_DUPFD correctly... yes #12 323.6 checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check #12 324.2 checking whether fdopendir is declared... yes #12 324.5 checking whether fdopendir works... yes #12 325.1 checking for flexible array member... yes #12 325.3 checking for __fpending... yes #12 325.6 checking whether __fpending is declared... yes #12 325.8 checking whether free is known to preserve errno... no #12 326.0 checking whether fstatat (..., 0) works... yes #12 326.4 checking for sys/mount.h... yes #12 326.9 checking for statvfs function (SVR4)... yes #12 327.2 checking whether to use statvfs64... no #12 327.4 checking for two-argument statfs with statfs.f_frsize member... yes #12 327.9 checking sys/fs/s5param.h usability... no #12 328.2 checking sys/fs/s5param.h presence... no #12 328.3 checking for sys/fs/s5param.h... no #12 328.3 checking sys/statfs.h usability... yes #12 328.6 checking sys/statfs.h presence... yes #12 328.8 checking for sys/statfs.h... yes #12 328.9 checking for statfs that truncates block counts... no #12 329.1 checking for futimens... yes #12 329.6 checking whether futimens works... yes #12 331.1 checking for getline... yes #12 331.7 checking for working getline function... yes #12 332.2 checking for getloadavg... yes #12 332.8 checking sys/loadavg.h usability... no #12 333.2 checking sys/loadavg.h presence... no #12 333.3 checking for sys/loadavg.h... no #12 333.4 checking whether getloadavg is declared... yes #12 333.8 checking for getrandom... yes #12 334.3 checking whether getrandom is compatible with its GNU+BSD signature... yes #12 334.6 checking for gettimeofday with POSIX signature... yes #12 334.9 checking whether the compiler supports the __inline keyword... yes #12 335.2 checking gmp.h usability... yes #12 335.6 checking gmp.h presence... yes #12 335.7 checking for gmp.h... yes #12 335.7 checking for library containing __gmpz_roinit_n... -lgmp #12 336.5 checking for memmem... yes #12 336.8 checking whether memmem works... yes #12 337.2 checking for mempcpy... yes #12 337.6 checking for memrchr... yes #12 338.3 checking for explicit_memset... no #12 338.7 checking for mkostemp... yes #12 339.0 checking for library containing nanosleep... none required #12 339.4 checking for working nanosleep... no (mishandles large arguments) #12 341.4 checking for sys/pstat.h... no #12 341.7 checking for sys/sysmp.h... no #12 342.2 checking for sys/param.h... (cached) yes #12 342.3 checking for sys/sysctl.h... (cached) yes #12 342.3 checking for sched_getaffinity_np... no #12 342.7 checking for pstat_getdynamic... no #12 343.2 checking for sysmp... no #12 343.7 checking for sysctl... (cached) yes #12 343.7 checking for sched_getaffinity... yes #12 344.3 checking for glibc compatible sched_getaffinity... yes #12 344.7 checking for pipe2... yes #12 345.1 checking whether signature of pselect conforms to POSIX... yes #12 345.4 checking whether pselect detects invalid fds... yes #12 346.1 checking whether pthread_sigmask is a macro... no #12 346.3 checking whether pthread_sigmask returns error numbers... yes #12 346.8 checking whether pthread_sigmask unblocks signals correctly... guessing yes #12 349.5 checking for xattr library with ATTR_ACTION_PERMISSIONS... -lattr #12 350.5 checking whether readlink signature is correct... yes #12 350.7 checking whether readlink handles trailing slash correctly... yes #12 351.0 checking whether readlink truncates results correctly... yes #12 351.5 checking for readlinkat... (cached) yes #12 351.5 checking whether readlinkat signature is correct... yes #12 351.8 checking for working re_compile_pattern... no #12 352.7 checking libintl.h usability... yes #12 353.0 checking libintl.h presence... yes #12 353.2 checking for libintl.h... yes #12 353.3 checking whether isblank is declared... yes #12 353.7 checking for sig2str... no #12 354.3 checking for sigdescr_np... no #12 355.0 checking for socklen_t... yes #12 355.4 checking for ssize_t... yes #12 355.5 checking for struct stat.st_atim.tv_nsec... yes #12 355.7 checking whether struct stat.st_atim is of type struct timespec... yes #12 355.9 checking for struct stat.st_birthtimespec.tv_nsec... no #12 356.2 checking for struct stat.st_birthtimensec... no #12 356.5 checking for struct stat.st_birthtim.tv_nsec... no #12 357.1 checking for bool, true, false... no #12 357.2 checking for stpcpy... yes #12 357.7 checking for working strnlen... yes #12 358.2 checking whether strtoimax works... yes #12 358.6 checking whether symlink handles trailing slash correctly... yes #12 358.9 checking whether localtime_r is declared... yes #12 359.2 checking whether localtime_r is compatible with its POSIX signature... yes #12 359.5 checking whether localtime works even near extrema... yes #12 360.1 checking for timezone_t... no #12 360.4 checking for timegm... yes #12 360.9 checking whether timer_settime is declared... yes #12 361.2 checking for library containing timer_settime... -lrt #12 361.9 checking for timer_settime... yes #12 362.2 checking for utimensat... yes #12 362.5 checking whether utimensat works... yes #12 363.8 checking for variable-length arrays... yes #12 364.2 checking whether getdtablesize works... yes #12 364.7 checking for __mktime_internal... no #12 365.1 checking for timer_getoverrun... yes #12 365.6 checking for gcc option to disable position independent executables... not needed #12 365.6 checking for __ctype_get_mb_cur_max... yes #12 365.9 checking whether MB_CUR_MAX is defined to function that won't link... no #12 366.0 #12 366.0 Configured for 'x86_64-pc-linux-gnu'. #12 366.0 #12 366.0 Where should the build process find the source code? . #12 366.0 What compiler should emacs be built with? gcc -g3 -O2 -DHAVE_CONFIG_H #12 366.0 Should Emacs use the GNU version of malloc? no #12 366.0 (The GNU allocators don't work with this system configuration.) #12 366.0 Should Emacs use a relocating allocator for buffers? no #12 366.0 Should Emacs use mmap(2) for buffer allocation? no #12 366.0 What window system should Emacs use? nextstep #12 366.0 What toolkit should Emacs use? none #12 366.0 Where do we find X Windows header files? NONE #12 366.0 Where do we find X Windows libraries? NONE #12 366.1 Does Emacs use -lXaw3d? no #12 366.1 Is Emacs being built for Android? no #12 366.1 Does Emacs use the X Double Buffer Extension? no #12 366.1 Does Emacs use -lXpm? no #12 366.1 Does Emacs use -ljpeg? no #12 366.1 Does Emacs use -ltiff? no #12 366.1 Does Emacs use a gif library? no #12 366.1 Does Emacs use a png library? no #12 366.1 Does Emacs use -lrsvg-2? no #12 366.1 Does Emacs use -lwebp? no #12 366.1 Does Emacs use -lsqlite3? no #12 366.1 Does Emacs use cairo? no #12 366.1 Does Emacs use -llcms2? no #12 366.1 Does Emacs use imagemagick? no #12 366.1 Does Emacs use native APIs for images? yes (ns) #12 366.1 Does Emacs support sound? yes #12 366.1 Does Emacs use -lgpm? no #12 366.1 Does Emacs use -ldbus? yes #12 366.1 Does Emacs use -lgconf? no #12 366.1 Does Emacs use GSettings? no #12 366.1 Does Emacs use a file notification library? yes -lglibc (inotify) #12 366.1 Does Emacs use access control lists? yes -lacl -lattr #12 366.1 Does Emacs use -lselinux? no #12 366.1 Does Emacs use -lgnutls? yes #12 366.1 Does Emacs use -lxml2? no #12 366.1 Does Emacs use -lfreetype? no #12 366.1 Does Emacs use HarfBuzz? no #12 366.1 Does Emacs use -lm17n-flt? no #12 366.1 Does Emacs use -lotf? no #12 366.1 Does Emacs use -lxft? no #12 366.1 Does Emacs use -lsystemd? no #12 366.1 Does Emacs use -ljansson? no #12 366.1 Does Emacs use -ltree-sitter? no #12 366.1 Does Emacs use the GMP library? yes #12 366.1 Does Emacs directly use zlib? yes #12 366.1 Does Emacs have dynamic modules support? yes #12 366.1 Does Emacs use toolkit scroll bars? yes #12 366.1 Does Emacs support Xwidgets? no #12 366.1 Does Emacs have threading support in lisp? yes #12 366.1 Does Emacs support the portable dumper? yes #12 366.1 Does Emacs support legacy unexec dumping? no #12 366.1 Which dumping strategy does Emacs use? pdumper #12 366.1 Does Emacs have native lisp compiler? no #12 366.1 Does Emacs use version 2 of the X Input Extension? no #12 366.1 Does Emacs generate a smaller-size Japanese dictionary? no #12 366.1 #12 366.1 #12 366.1 #12 366.1 Run 'make' to build Emacs, then run 'src/emacs' to test it. #12 366.1 Run 'make install' in order to build an application bundle. #12 366.1 The application will go to nextstep/Emacs.app and can be run or moved #12 366.1 from there. #12 366.1 The application will be fully self-contained. #12 366.1 #12 367.4 configure: creating ./config.status #12 368.0 configure: WARNING: This configuration installs a 'movemail' program #12 368.0 that does not retrieve POP3 email. By default, Emacs 25 and earlier #12 368.0 installed a 'movemail' program that retrieved POP3 email via only #12 368.0 insecure channels, a practice that is no longer recommended but that #12 368.0 you can continue to support by using './configure --with-pop'. #12 368.0 configure: You might want to install GNU Mailutils #12 368.0 and use './configure --with-mailutils'. #12 369.6 MAKE='make' ./config.status #12 370.1 config.status: creating src/verbose.mk #12 370.4 config.status: creating src/emacs-module.h #12 370.5 config.status: creating nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist #12 370.6 config.status: creating nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop #12 370.7 config.status: creating Makefile #12 370.8 config.status: creating lib/gnulib.mk #12 371.0 config.status: creating ./doc/man/emacs.1 #12 371.0 config.status: creating lib/Makefile #12 371.2 config.status: creating lib-src/Makefile #12 371.3 config.status: creating oldXMenu/Makefile #12 371.4 config.status: creating src/Makefile #12 371.5 config.status: creating lwlib/Makefile #12 371.6 config.status: creating nextstep/Makefile #12 371.8 config.status: creating nt/Makefile #12 371.9 config.status: creating doc/emacs/Makefile #12 372.1 config.status: creating doc/misc/Makefile #12 372.2 config.status: creating doc/lispintro/Makefile #12 372.3 config.status: creating doc/lispref/Makefile #12 372.4 config.status: creating lisp/Makefile #12 372.6 config.status: creating leim/Makefile #12 372.7 config.status: creating test/Makefile #12 372.8 config.status: creating test/manual/noverlay/Makefile #12 373.0 config.status: creating test/infra/Makefile #12 373.1 config.status: creating admin/charsets/Makefile #12 373.2 config.status: creating admin/unidata/Makefile #12 373.5 config.status: creating admin/grammars/Makefile #12 373.6 config.status: creating java/Makefile #12 373.7 config.status: creating cross/Makefile #12 373.9 config.status: creating java/AndroidManifest.xml #12 374.2 config.status: creating src/config.h #12 374.3 config.status: executing src/epaths.h commands #12 374.3 make[3]: Entering directory '/checkout' #12 374.5 make[3]: Leaving directory '/checkout' #12 374.6 config.status: executing src/.gdbinit commands #12 374.6 config.status: executing doc/emacs/emacsver.texi commands #12 374.6 config.status: executing etc-refcards-emacsver.tex commands #12 374.7 make[3]: Entering directory '/checkout' #12 374.8 make[3]: Leaving directory '/checkout' #12 374.8 make[2]: Leaving directory '/checkout' #12 374.8 make actual-all #12 374.8 make[2]: Entering directory '/checkout' #12 375.0 make -C lib all #12 375.2 make[3]: Entering directory '/checkout/lib' #12 375.2 GEN alloca.h #12 375.2 GEN dirent.h #12 375.3 GEN fcntl.h #12 375.4 GEN malloc/dynarray.gl.h #12 375.4 GEN malloc/dynarray-skeleton.gl.h #12 375.4 GEN inttypes.h #12 375.5 GEN limits.h #12 375.6 GEN signal.h #12 375.6 GEN stdckdint.h #12 375.6 GEN stddef.h #12 375.7 GEN stdio.h #12 376.0 GEN stdlib.h #12 376.4 GEN string.h #12 376.6 GEN sys/random.h #12 376.7 GEN sys/select.h #12 376.7 GEN sys/stat.h #12 376.8 GEN sys/time.h #12 377.0 GEN sys/types.h #12 377.0 GEN time.h #12 377.1 GEN unistd.h #12 377.5 CC fingerprint.o #12 377.7 CC mktime.o #12 378.5 CC acl-errno-valid.o #12 378.7 CC acl-internal.o #12 379.0 CC get-permissions.o #12 379.3 CC set-permissions.o #12 379.8 CC allocator.o #12 380.2 CC binary-io.o #12 380.6 CC boot-time.o #12 381.3 CC c-ctype.o #12 381.6 CC c-strcasecmp.o #12 381.9 CC c-strncasecmp.o #12 382.1 CC careadlinkat.o #12 382.5 CC close-stream.o #12 382.9 CC copy-file-range.o #12 383.3 CC count-leading-zeros.o #12 383.7 CC count-one-bits.o #12 384.1 CC count-trailing-zeros.o #12 384.4 CC md5-stream.o #12 384.9 CC md5.o #12 386.4 CC sha1.o #12 388.9 CC sha256.o #12 393.9 CC sha512.o #12 398.7 CC dtoastr.o #12 399.2 CC dtotimespec.o #12 399.7 CC fchmodat.o #12 400.5 CC fcntl.o #12 400.9 CC file-has-acl.o #12 401.6 CC filemode.o #12 402.0 CC filevercmp.o #12 402.6 CC free.o #12 403.0 CC fsusage.o #12 403.2 CC gettime.o #12 403.5 CC malloc/dynarray_at_failure.o #12 403.8 CC malloc/dynarray_emplace_enlarge.o #12 404.2 CC malloc/dynarray_finalize.o #12 404.6 CC malloc/dynarray_resize.o #12 405.1 CC malloc/dynarray_resize_clear.o #12 405.3 CC memset_explicit.o #12 405.5 CC nanosleep.o #12 406.2 CC nproc.o #12 407.2 CC nstrftime.o #12 410.7 CC pipe2.o #12 411.2 CC qcopy-acl.o #12 411.6 CC regex.o #12 433.3 CC sig2str.o #12 434.5 CC sigdescr_np.o #12 435.3 CC stat-time.o #12 435.8 CC tempname.o #12 436.8 CC time_rz.o #12 438.0 CC timegm.o #12 438.4 CC timespec.o #12 438.8 CC timespec-add.o #12 439.3 CC timespec-sub.o #12 439.7 CC u64.o #12 439.9 CC unistd.o #12 440.2 CC openat-die.o #12 440.8 CC save-cwd.o #12 441.3 AR libgnu.a #12 442.2 make[3]: Leaving directory '/checkout/lib' #12 442.2 make -C lib-src all #12 442.2 make[3]: Entering directory '/checkout/lib-src' #12 442.2 CCLD etags #12 470.3 CCLD ctags #12 494.1 CCLD emacsclient #12 498.8 CCLD ebrowse #12 509.0 CCLD hexl #12 510.8 CC pop.o #12 511.1 CCLD movemail #12 512.5 CCLD make-docfile #12 518.3 CCLD make-fingerprint #12 519.2 make[3]: Leaving directory '/checkout/lib-src' #12 519.2 make -C src BIN_DESTDIR=''/checkout/nextstep/Emacs.app/'' \ #12 519.2 ELN_DESTDIR='/checkout/nextstep/Emacs.app/Frameworks/' all #12 520.1 make[3]: Entering directory '/checkout/src' #12 520.1 GEN globals.h #12 520.7 CC dispnew.o #12 537.1 CC frame.o #12 565.6 CC scroll.o #12 568.2 CC xdisp.o #12 711.9 CC menu.o #12 717.9 CC window.o #12 748.8 CC charset.o #12 760.6 CC coding.o #12 815.6 CC category.o #12 819.1 CC ccl.o #12 828.9 CC character.o #12 836.2 CC chartab.o #12 843.6 CC bidi.o #12 851.1 CC cm.o #12 852.9 CC term.o #12 865.6 CC terminal.o #12 868.1 CC xfaces.o #12 890.1 CC dbusbind.o #12 903.0 CC emacs.o #12 909.4 CC keyboard.o #12 975.5 CC macros.o #12 977.8 CC keymap.o #12 992.5 CC sysdep.o #12 1001. CC bignum.o #12 1003. CC buffer.o #12 1018. CC filelock.o #12 1021. CC insdel.o #12 1026. CC marker.o #12 1030. CC minibuf.o #12 1040. CC fileio.o #12 1056. CC dired.o #12 1062. CC cmds.o #12 1065. CC casetab.o #12 1068. CC casefiddle.o #12 1071. CC indent.o #12 1081. CC search.o #12 1093. CC regex-emacs.o #12 1118. CC undo.o #12 1121. CC alloc.o #12 1138. CC pdumper.o #12 1149. CC data.o #12 1167. GEN buildobj.h #12 1168. CC doc.o #12 1172. CC editfns.o #12 1195. CC callint.o #12 1203. CC eval.o #12 1228. CC floatfns.o #12 1233. CC fns.o #12 1266. CC sort.o #12 1268. CC font.o #12 1292. CC print.o #12 1305. CC lread.o #12 1322. CC emacs-module.o #12 1331. CC syntax.o #12 1349. CC bytecode.o #12 1359. CC comp.o #12 1361. CC dynlib.o #12 1361. CC process.o #12 1392. CC gnutls.o #12 1400. CC callproc.o #12 1406. CC region-cache.o #12 1408. CC sound.o #12 1411. CC timefns.o #12 1417. CC atimer.o #12 1419. CC doprnt.o #12 1422. CC intervals.o #12 1434. CC textprop.o #12 1449. CC composite.o #12 1466. CC xml.o #12 1467. CC lcms.o #12 1468. CC inotify.o #12 1473. CC profiler.o #12 1477. CC decompress.o #12 1480. CC thread.o #12 1483. CC systhread.o #12 1485. CC sqlite.o #12 1486. CC treesit.o #12 1488. CC itree.o #12 1490. CC fontset.o #12 1501. CC fringe.o #12 1512. CC image.o #12 1523. image.c:143: warning: macro "PIX_MASK_DRAW" is not used [-Wunused-macros] #12 1523. 143 | #define PIX_MASK_DRAW 1 #12 1523. | #12 1524. CC nsterm.o #12 1524. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #12 1524. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #12 1525. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #12 1525. from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1525. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1525. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1525. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1525. from nsgui.h:34, #12 1525. from dispextern.h:137, #12 1525. from nsterm.h:22, #12 1525. from nsterm.m:48: #12 1525. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1525. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #12 1525. | ^ #12 1525. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1525. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1525. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1525. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1525. from nsgui.h:34, #12 1525. from dispextern.h:137, #12 1525. from nsterm.h:22, #12 1525. from nsterm.m:48: #12 1525. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1525. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1525. | ^ #12 1525. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #12 1525. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1525. | ^~~~~~~~~~~~~~~~~~~~ #12 1525. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #12 1525. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1525. | ^~~~~~~~~~~~~~~~~~~~ #12 1525. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1525. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1525. | ^ #12 1525. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #12 1525. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1525. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1525. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1525. from nsgui.h:34, #12 1525. from dispextern.h:137, #12 1525. from nsterm.h:22, #12 1525. from nsterm.m:48: #12 1525. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1525. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1525. | ^ #12 1525. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1525. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #12 1525. | ^ #12 1525. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1525. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1525. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1525. from nsgui.h:34, #12 1525. from dispextern.h:137, #12 1525. from nsterm.h:22, #12 1525. from nsterm.m:48: #12 1525. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1525. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1525. | ^ #12 1525. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1525. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1525. | ^ #12 1525. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1525. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1525. | ^ #12 1525. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1525. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1525. | ^ #12 1525. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1525. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1525. | ^ #12 1525. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1525. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1525. | ^ #12 1525. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #12 1525. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1525. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1525. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1525. from nsgui.h:34, #12 1525. from dispextern.h:137, #12 1525. from nsterm.h:22, #12 1525. from nsterm.m:48: #12 1525. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1525. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1525. | ^ #12 1525. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1525. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1525. | ^ #12 1525. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1525. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1525. | ^ #12 1525. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1525. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1525. | ^ #12 1525. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1525. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1525. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1525. from nsgui.h:34, #12 1525. from dispextern.h:137, #12 1525. from nsterm.h:22, #12 1525. from nsterm.m:48: #12 1525. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1525. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1525. | ^ #12 1525. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #12 1525. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1525. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1525. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1525. from nsgui.h:34, #12 1525. from dispextern.h:137, #12 1525. from nsterm.h:22, #12 1525. from nsterm.m:48: #12 1525. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1525. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1525. | ^ #12 1525. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1525. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1525. from nsgui.h:34, #12 1525. from dispextern.h:137, #12 1525. from nsterm.h:22, #12 1525. from nsterm.m:48: #12 1525. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1525. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1525. | ^ #12 1525. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1525. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1525. | ^ #12 1525. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1525. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1525. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1525. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1525. from nsgui.h:34, #12 1525. from dispextern.h:137, #12 1525. from nsterm.h:22, #12 1525. from nsterm.m:48: #12 1525. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1525. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1525. | ^ #12 1525. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1525. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1525. | ^ #12 1525. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1525. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #12 1525. | ^ #12 1525. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1525. 88 | #if GS_API_VERSION(0,011500) #12 1525. | ^ #12 1525. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1525. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1525. | ^ #12 1525. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1525. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1525. | ^ #12 1525. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1525. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1525. | ^ #12 1525. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1525. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1525. | ^ #12 1525. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1525. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1525. | ^ #12 1525. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1525. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1525. | ^ #12 1525. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1525. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1525. | ^ #12 1525. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #12 1525. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1525. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1525. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1525. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1525. from nsgui.h:34, #12 1525. from dispextern.h:137, #12 1525. from nsterm.h:22, #12 1525. from nsterm.m:48: #12 1525. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1525. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1525. | ^ #12 1525. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1525. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1525. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1525. from nsgui.h:34, #12 1525. from dispextern.h:137, #12 1525. from nsterm.h:22, #12 1525. from nsterm.m:48: #12 1525. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1525. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1525. | ^ #12 1525. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #12 1525. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1525. | ^~~~~~~~~~ #12 1525. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1525. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1525. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1525. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1525. from nsgui.h:34, #12 1525. from dispextern.h:137, #12 1525. from nsterm.h:22, #12 1525. from nsterm.m:48: #12 1525. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #12 1525. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1525. | ^~~~~~~~~~ #12 1525. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #12 1525. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1525. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1525. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1525. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1525. from nsgui.h:34, #12 1525. from dispextern.h:137, #12 1525. from nsterm.h:22, #12 1525. from nsterm.m:48: #12 1525. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1525. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1525. | ^ #12 1525. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1525. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1525. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1525. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1525. from nsgui.h:34, #12 1525. from dispextern.h:137, #12 1525. from nsterm.h:22, #12 1525. from nsterm.m:48: #12 1525. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1525. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1525. | ^ #12 1525. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1525. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1525. | ^ #12 1525. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1525. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1525. | ^ #12 1525. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1525. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1525. | ^ #12 1525. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1525. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1525. | ^ #12 1525. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1525. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1525. | ^ #12 1525. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1525. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1525. | ^ #12 1525. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1525. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1525. | ^ #12 1525. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1525. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1525. | ^ #12 1525. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1525. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1525. | ^ #12 1525. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1525. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1525. | ^ #12 1525. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1525. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1525. | ^ #12 1525. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1525. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1525. | ^ #12 1525. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1525. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1525. | ^ #12 1525. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1525. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1525. | ^ #12 1525. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1525. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1525. | ^ #12 1525. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1525. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1525. | ^ #12 1525. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1525. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1525. | ^ #12 1525. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1525. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1525. | ^ #12 1525. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1525. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1525. | ^ #12 1525. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1525. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #12 1525. | ^ #12 1525. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1525. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1525. | ^ #12 1525. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #12 1525. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1525. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1525. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1525. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1525. from nsgui.h:34, #12 1525. from dispextern.h:137, #12 1525. from nsterm.h:22, #12 1525. from nsterm.m:48: #12 1525. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1525. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1525. | ^ #12 1525. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #12 1525. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1525. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1525. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1525. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1525. from nsgui.h:34, #12 1525. from dispextern.h:137, #12 1525. from nsterm.h:22, #12 1525. from nsterm.m:48: #12 1525. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1525. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1525. | ^ #12 1525. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1525. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1525. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1525. from nsgui.h:34, #12 1525. from dispextern.h:137, #12 1525. from nsterm.h:22, #12 1525. from nsterm.m:48: #12 1525. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1525. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1525. | ^ #12 1525. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1525. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1525. | ^ #12 1525. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1525. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1525. | ^ #12 1525. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1525. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1525. | ^ #12 1525. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1525. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1525. | ^ #12 1525. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1525. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1525. | ^ #12 1525. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1525. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1525. | ^ #12 1525. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1525. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1525. | ^ #12 1525. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1525. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1525. from nsgui.h:34, #12 1525. from dispextern.h:137, #12 1525. from nsterm.h:22, #12 1525. from nsterm.m:48: #12 1525. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1525. 46 | #if GS_EXPOSE(NSAffineTransform) #12 1525. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1525. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #12 1525. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1525. from nsgui.h:34, #12 1525. from dispextern.h:137, #12 1525. from nsterm.h:22, #12 1525. from nsterm.m:48: #12 1525. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1525. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1525. | ^ #12 1525. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #12 1525. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1525. from nsgui.h:34, #12 1525. from dispextern.h:137, #12 1525. from nsterm.h:22, #12 1525. from nsterm.m:48: #12 1525. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1525. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1525. | ^ #12 1525. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #12 1525. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1525. from nsgui.h:34, #12 1525. from dispextern.h:137, #12 1525. from nsterm.h:22, #12 1525. from nsterm.m:48: #12 1525. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1525. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1525. | ^ #12 1525. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #12 1525. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1525. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1525. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1525. from nsgui.h:34, #12 1525. from dispextern.h:137, #12 1525. from nsterm.h:22, #12 1525. from nsterm.m:48: #12 1525. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1525. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1525. | ^ #12 1525. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1525. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1525. | ^ #12 1525. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1525. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1525. | ^ #12 1525. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1525. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1525. | ^ #12 1525. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1525. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1525. | ^ #12 1525. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1525. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1525. | ^ #12 1525. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1525. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1525. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1525. from nsgui.h:34, #12 1525. from dispextern.h:137, #12 1525. from nsterm.h:22, #12 1525. from nsterm.m:48: #12 1525. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1525. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1525. | ^ #12 1525. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1525. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1525. | ^ #12 1525. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1525. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1525. | ^ #12 1525. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1525. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1525. from nsgui.h:34, #12 1525. from dispextern.h:137, #12 1525. from nsterm.h:22, #12 1525. from nsterm.m:48: #12 1525. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1525. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #12 1525. | ^ #12 1525. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1525. 45 | #if GS_EXPOSE(NSArchiver) #12 1525. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1525. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1525. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1525. | ^ #12 1525. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1525. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1525. | ^ #12 1525. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1525. 164 | #if GS_EXPOSE(NSUnarchiver) #12 1525. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1525. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1525. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1525. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #12 1526. from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #12 1526. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #12 1526. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #12 1526. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1526. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 114 | #if GS_EXPOSE(NSBundle) #12 1526. | ^~~~~~~~~~~~~~~~~~~~~ #12 1526. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #12 1526. from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 43 | #if GS_EXPOSE(NSCache) #12 1526. | ^~~~~~~~~~~~~~~~~~~~ #12 1526. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 37 | #if GS_EXPOSE(NSCalendarDate) #12 1526. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1526. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #12 1526. from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #12 1526. from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 113 | #if GS_EXPOSE(NSException) #12 1526. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1526. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1526. 303 | NSGetUncaughtExceptionHandler(); #12 1526. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1526. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #12 1526. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 53 | #if GS_EXPOSE(NSExpression) #12 1526. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1526. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #12 1526. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 74 | #if GS_EXPOSE(NSComparisonPredicate) #12 1526. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1526. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 47 | #if GS_EXPOSE(NSCompoundPredicate) #12 1526. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1526. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #12 1526. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 47 | #if GS_EXPOSE(NSTimer) #12 1526. | ^~~~~~~~~~~~~~~~~~~~ #12 1526. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #12 1526. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #12 1526. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1526. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1526. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 46 | #if GS_EXPOSE(NSRunLoop) #12 1526. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1526. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #12 1526. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #12 1526. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #12 1526. from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 127 | #if GS_EXPOSE(NSDateFormatter) #12 1526. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1526. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #12 1526. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1526. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #12 1526. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1526. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #12 1526. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1526. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 192 | #if GS_EXPOSE(NSDecimalNumber) #12 1526. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1526. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 40 | #if GS_EXPOSE(NSDistantObject) #12 1526. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1526. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 41 | #if GS_EXPOSE(NSDistributedLock) #12 1526. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1526. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1526. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 74 | #if GS_EXPOSE(NSLock) #12 1526. | ^~~~~~~~~~~~~~~~~~~ #12 1526. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 125 | #if GS_EXPOSE(NSCondition) #12 1526. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1526. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 175 | #if GS_EXPOSE(NSConditionLock) #12 1526. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1526. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 275 | #if GS_EXPOSE(NSRecursiveLock) #12 1526. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1526. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #12 1526. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1526. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #12 1526. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 71 | #if GS_EXPOSE(NSNotificationCenter) #12 1526. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1526. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #12 1526. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1526. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 134 | #if GS_EXPOSE(NSError) #12 1526. | ^~~~~~~~~~~~~~~~~~~~ #12 1526. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #12 1526. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1526. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 182 | #if GS_EXPOSE(NSURLHandle) #12 1526. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1526. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1526. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 73 | #if GS_EXPOSE(NSURL) #12 1526. | ^~~~~~~~~~~~~~~~~~ #12 1526. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #12 1526. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1526. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1526. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 599 | #if GS_EXPOSE(NSURLQueryItem) #12 1526. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1526. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 633 | #if GS_EXPOSE(NSURLComponents) #12 1526. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1526. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 160 | #if GS_EXPOSE(NSPipe) #12 1526. | ^~~~~~~~~~~~~~~~~~~ #12 1526. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #12 1526. from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #12 1526. from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 215 | #if GS_EXPOSE(NSFileManager) #12 1526. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1526. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #12 1526. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1526. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 42 | #if GS_EXPOSE(NSHost) #12 1526. | ^~~~~~~~~~~~~~~~~~~ #12 1526. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 68 | #if GS_EXPOSE(NSHTTPCookie) #12 1526. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1526. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #12 1526. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1526. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 47 | #if GS_EXPOSE(NSIndexPath) #12 1526. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1526. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 49 | #if GS_EXPOSE(NSIndexSet) #12 1526. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1526. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #12 1526. from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 52 | #if GS_EXPOSE(NSMethodSignature) #12 1526. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1526. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 38 | #if GS_EXPOSE(NSInvocation) #12 1526. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1526. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #12 1526. from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/Foundation.h:99, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSItemProviderReadingWriting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1526. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSPropertyList.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSPropertyList.h:68:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1526. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSPropertyList.h:268:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 268 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 55 | #if GS_EXPOSE(NSKeyedArchiver) #12 1526. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1526. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:230:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 230 | #if GS_EXPOSE(NSKeyedUnarchiver) #12 1526. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1526. In file included from /usr/include/GNUstep/Foundation/Foundation.h:102, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSKeyValueCoding.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/Foundation.h:103, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:45:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:183:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/Foundation.h:104, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSLengthFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/Foundation.h:105, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSLinguisticTagger.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/Foundation.h:107, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSLocale.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSLocale.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSLocale.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSLocale.h:103:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 103 | #if GS_EXPOSE(NSLocale) #12 1526. | ^~~~~~~~~~~~~~~~~~~~~ #12 1526. /usr/include/GNUstep/Foundation/NSLocale.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSLocale.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSLocale.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSLocale.h:190:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 190 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSLocale.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 196 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSLocale.h:207:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSLocale.h:236:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/Foundation.h:109, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSMeasurement.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/Foundation.h:110, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #12 1526. from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 40 | #if GS_EXPOSE(NSMetadataItem) #12 1526. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1526. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 66 | #if GS_EXPOSE(NSMetadataQuery) #12 1526. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1526. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #12 1526. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1526. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #12 1526. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1526. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 112 | #if GS_EXPOSE(NSNotificationQueue) #12 1526. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1526. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 361 | #if GS_EXPOSE(NSNetService) #12 1526. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1526. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #12 1526. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1526. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 123 | #if GS_EXPOSE(NSNumberFormatter) #12 1526. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1526. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 53 | #if GS_EXPOSE(NSPortCoder) #12 1526. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1526. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #12 1526. from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 77 | #if GS_EXPOSE(NSPort) #12 1526. | ^~~~~~~~~~~~~~~~~~~ #12 1526. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 202 | #if GS_EXPOSE(NSSocketPort) #12 1526. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1526. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 284 | #if GS_EXPOSE(NSMessagePort) #12 1526. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1526. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 47 | #if GS_EXPOSE(NSPortMessage) #12 1526. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1526. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #12 1526. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1526. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 53 | #if GS_EXPOSE(NSProgress) #12 1526. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1526. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 40 | #if GS_EXPOSE(NSProtocolChecker) #12 1526. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1526. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 91 | #if GS_EXPOSE(NSRegularExpression) #12 1526. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1526. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 42 | #if GS_EXPOSE(NSScanner) #12 1526. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1526. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 48 | #if GS_EXPOSE(NSSortDescriptor) #12 1526. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1526. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 58 | #if GS_EXPOSE(NSSpellServer) #12 1526. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1526. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #12 1526. from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 51 | #if GS_EXPOSE(NSTask) #12 1526. | ^~~~~~~~~~~~~~~~~~~ #12 1526. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #12 1526. from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 59 | #if GS_EXPOSE(NSThread) #12 1526. | ^~~~~~~~~~~~~~~~~~~~~ #12 1526. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #12 1526. from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 87 | #if GS_EXPOSE(NSUndoManager) #12 1526. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1526. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #12 1526. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1526. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 59 | #if GS_EXPOSE(NSCachedURLResponse) #12 1526. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1526. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 105 | #if GS_EXPOSE(NSURLCache) #12 1526. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1526. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 48 | #if GS_EXPOSE(NSURLConnection) #12 1526. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1526. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 56 | #if GS_EXPOSE(NSURLCredential) #12 1526. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1526. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #12 1526. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1526. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 49 | #if GS_EXPOSE(NSURLDownload) #12 1526. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1526. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #12 1526. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1526. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 121 | #if GS_EXPOSE(NSURLProtocol) #12 1526. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1526. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 92 | #if GS_EXPOSE(NSURLRequest) #12 1526. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1526. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 49 | #if GS_EXPOSE(NSURLResponse) #12 1526. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1526. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 217 | #if GS_EXPOSE(NSUserDefaults) #12 1526. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1526. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #12 1526. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #12 1526. from /usr/include/GNUstep/Foundation/Foundation.h:184, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 72 | #if GS_EXPOSE(NSXMLParser) #12 1526. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1526. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #12 1526. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1526. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1526. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1526. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1526. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #12 1526. from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1526. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1526. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1526. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1526. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1526. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1526. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1526. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1526. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #12 1526. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1526. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1526. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1526. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1526. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1526. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1526. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1526. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1526. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1526. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #12 1526. 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1526. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1526. /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #12 1526. 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1526. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1526. /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #12 1526. 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1526. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1526. /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #12 1526. 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1526. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1526. /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #12 1526. 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1526. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1526. /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #12 1526. 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1526. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1526. /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #12 1526. 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1526. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1526. /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #12 1526. 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1526. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1526. /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #12 1526. 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1526. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1526. /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #12 1526. 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1526. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1526. /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #12 1526. 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1526. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1526. /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #12 1526. 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1526. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1526. /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #12 1526. 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1526. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1526. /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #12 1526. 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1526. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1526. /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #12 1526. 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1526. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1526. /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #12 1526. 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1526. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1526. /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #12 1526. 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1526. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1526. /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #12 1526. 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1526. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1526. /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #12 1526. from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1526. | ^ #12 1526. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1526. from nsgui.h:34, #12 1526. from dispextern.h:137, #12 1526. from nsterm.h:22, #12 1526. from nsterm.m:48: #12 1526. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1526. | ^ #12 1526. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1526. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1526. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #12 1527. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #12 1527. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #12 1527. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #12 1527. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1527. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1527. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #12 1527. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #12 1527. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1527. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1527. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #12 1527. 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1527. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1527. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #12 1527. 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1527. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1527. In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #12 1527. from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #12 1527. from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #12 1527. 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1527. | ^~~~~~~~~~~~~~~~~~~~ #12 1527. In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #12 1527. 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1527. | ^~~~~~~~~~~~~~~~~~~~ #12 1527. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #12 1527. from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #12 1527. from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #12 1527. from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1527. | ^ #12 1527. In file included from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #12 1527. from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1527. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1527. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #12 1527. from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #12 1527. from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #12 1527. from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #12 1527. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #12 1527. from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1527. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1527. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #12 1527. from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1527. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #12 1527. from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #12 1527. from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #12 1527. 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1527. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1527. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1527. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #12 1527. 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1527. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1527. In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1527. | ^ #12 1527. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1527. 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1527. | ^ #12 1527. /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1527. 125 | __attribute__((unused)); #12 1527. | ^~~~~~~~~~~~~ #12 1527. /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1527. 129 | __attribute__((unused)); #12 1527. | ^~~~~~~~~~~~~ #12 1527. /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1527. 133 | __attribute__((unused)); #12 1527. | ^~~~~~~~~~~~~ #12 1527. /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1527. 214 | __attribute__((unused)); #12 1527. | ^~~~~~~~~~~~~ #12 1527. /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1527. 247 | __attribute__((unused)); #12 1527. | ^~~~~~~~~~~~~ #12 1527. /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1527. 251 | __attribute__((unused)); #12 1527. | ^~~~~~~~~~~~~ #12 1527. /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1527. 259 | __attribute__((unused)); #12 1527. | ^~~~~~~~~~~~~ #12 1527. /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1527. 263 | __attribute__((unused)); #12 1527. | ^~~~~~~~~~~~~ #12 1527. /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1527. 267 | __attribute__((unused)); #12 1527. | ^~~~~~~~~~~~~ #12 1527. /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1527. 271 | __attribute__((unused)); #12 1527. | ^~~~~~~~~~~~~ #12 1527. /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1527. 275 | __attribute__((unused)); #12 1527. | ^~~~~~~~~~~~~ #12 1527. /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1527. 287 | __attribute__((unused)); #12 1527. | ^~~~~~~~~~~~~ #12 1527. /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1527. 311 | __attribute__((unused)); #12 1527. | ^~~~~~~~~~~~~ #12 1527. /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1527. 323 | __attribute__((unused)); #12 1527. | ^~~~~~~~~~~~~ #12 1527. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1527. from nsgui.h:34, #12 1527. from dispextern.h:137, #12 1527. from nsterm.h:22, #12 1527. from nsterm.m:48: #12 1527. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1527. 493 | PSgsave() #12 1527. | ^~~~~~~ #12 1527. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #12 1527. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #12 1527. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1527. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1527. 499 | PSgrestore() #12 1527. | ^~~~~~~~~~ #12 1527. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #12 1527. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #12 1527. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1527. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1527. 505 | PSinitgraphics() #12 1527. | ^~~~~~~~~~~~~~ #12 1527. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #12 1527. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #12 1527. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1527. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1527. 622 | PSinitmatrix() #12 1527. | ^~~~~~~~~~~~ #12 1527. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #12 1527. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #12 1527. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1527. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1527. 669 | PSclip() #12 1527. | ^~~~~~ #12 1527. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #12 1527. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #12 1527. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1527. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1527. 675 | PSclosepath() #12 1527. | ^~~~~~~~~~~ #12 1527. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #12 1527. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #12 1527. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1527. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1527. 687 | PSeoclip() #12 1527. | ^~~~~~~~ #12 1527. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #12 1527. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #12 1527. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1527. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1527. 693 | PSeofill() #12 1527. | ^~~~~~~~ #12 1527. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #12 1527. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #12 1527. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1527. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1527. 699 | PSfill() #12 1527. | ^~~~~~ #12 1527. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #12 1527. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #12 1527. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1527. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1527. 705 | PSflattenpath() #12 1527. | ^~~~~~~~~~~~~ #12 1527. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #12 1527. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #12 1527. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1527. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1527. 711 | PSinitclip() #12 1527. | ^~~~~~~~~~ #12 1527. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #12 1527. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #12 1527. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1527. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1527. 729 | PSnewpath() #12 1527. | ^~~~~~~~~ #12 1527. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #12 1527. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #12 1527. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1527. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1527. 765 | PSreversepath() #12 1527. | ^~~~~~~~~~~~~ #12 1527. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #12 1527. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #12 1527. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1527. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1527. 783 | PSstroke() #12 1527. | ^~~~~~~~ #12 1527. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #12 1527. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #12 1527. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1527. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1527. 835 | PSWait() #12 1527. | ^~~~~~ #12 1527. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #12 1527. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #12 1528. nsterm.m: In function 'ns_set_undecorated': #12 1528. nsterm.m:1791:7: warning: 'NSWindow' may not respond to '-setIsVisible:' #12 1528. 1791 | [newWindow setIsVisible:[oldWindow isVisible]]; #12 1528. | ^ #12 1528. nsterm.m:1791:7: warning: (messages without a matching method signature will be assumed to return 'id' and accept '...' as arguments) #12 1528. nsterm.m: In function '-[EmacsView showFontPanel]': #12 1528. nsterm.m:6679:3: warning: 'NSFontPanel' may not respond to '-setIsVisible:' #12 1528. 6679 | [[fm fontPanel: YES] setIsVisible: NO]; #12 1528. | ^ #12 1554. CC nsfns.o #12 1554. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #12 1554. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #12 1555. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #12 1555. from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1555. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1555. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1555. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1555. from nsgui.h:34, #12 1555. from dispextern.h:137, #12 1555. from nsterm.h:22, #12 1555. from nsfns.m:38: #12 1555. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #12 1555. | ^ #12 1555. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1555. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1555. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1555. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1555. from nsgui.h:34, #12 1555. from dispextern.h:137, #12 1555. from nsterm.h:22, #12 1555. from nsfns.m:38: #12 1555. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #12 1555. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1555. | ^~~~~~~~~~~~~~~~~~~~ #12 1555. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #12 1555. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1555. | ^~~~~~~~~~~~~~~~~~~~ #12 1555. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1555. | ^ #12 1555. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #12 1555. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1555. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1555. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1555. from nsgui.h:34, #12 1555. from dispextern.h:137, #12 1555. from nsterm.h:22, #12 1555. from nsfns.m:38: #12 1555. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #12 1555. | ^ #12 1555. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1555. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1555. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1555. from nsgui.h:34, #12 1555. from dispextern.h:137, #12 1555. from nsterm.h:22, #12 1555. from nsfns.m:38: #12 1555. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1555. | ^ #12 1555. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #12 1555. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1555. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1555. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1555. from nsgui.h:34, #12 1555. from dispextern.h:137, #12 1555. from nsterm.h:22, #12 1555. from nsfns.m:38: #12 1555. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1555. | ^ #12 1555. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1555. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1555. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1555. from nsgui.h:34, #12 1555. from dispextern.h:137, #12 1555. from nsterm.h:22, #12 1555. from nsfns.m:38: #12 1555. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1555. | ^ #12 1555. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #12 1555. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1555. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1555. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1555. from nsgui.h:34, #12 1555. from dispextern.h:137, #12 1555. from nsterm.h:22, #12 1555. from nsfns.m:38: #12 1555. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1555. | ^ #12 1555. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1555. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1555. from nsgui.h:34, #12 1555. from dispextern.h:137, #12 1555. from nsterm.h:22, #12 1555. from nsfns.m:38: #12 1555. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1555. | ^ #12 1555. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1555. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1555. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1555. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1555. from nsgui.h:34, #12 1555. from dispextern.h:137, #12 1555. from nsterm.h:22, #12 1555. from nsfns.m:38: #12 1555. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 88 | #if GS_API_VERSION(0,011500) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1555. | ^ #12 1555. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #12 1555. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1555. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1555. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1555. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1555. from nsgui.h:34, #12 1555. from dispextern.h:137, #12 1555. from nsterm.h:22, #12 1555. from nsfns.m:38: #12 1555. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1555. | ^ #12 1555. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1555. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1555. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1555. from nsgui.h:34, #12 1555. from dispextern.h:137, #12 1555. from nsterm.h:22, #12 1555. from nsfns.m:38: #12 1555. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #12 1555. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1555. | ^~~~~~~~~~ #12 1555. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1555. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1555. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1555. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1555. from nsgui.h:34, #12 1555. from dispextern.h:137, #12 1555. from nsterm.h:22, #12 1555. from nsfns.m:38: #12 1555. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #12 1555. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1555. | ^~~~~~~~~~ #12 1555. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #12 1555. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1555. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1555. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1555. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1555. from nsgui.h:34, #12 1555. from dispextern.h:137, #12 1555. from nsterm.h:22, #12 1555. from nsfns.m:38: #12 1555. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1555. | ^ #12 1555. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1555. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1555. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1555. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1555. from nsgui.h:34, #12 1555. from dispextern.h:137, #12 1555. from nsterm.h:22, #12 1555. from nsfns.m:38: #12 1555. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1555. | ^ #12 1555. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #12 1555. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1555. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1555. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1555. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1555. from nsgui.h:34, #12 1555. from dispextern.h:137, #12 1555. from nsterm.h:22, #12 1555. from nsfns.m:38: #12 1555. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1555. | ^ #12 1555. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #12 1555. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1555. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1555. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1555. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1555. from nsgui.h:34, #12 1555. from dispextern.h:137, #12 1555. from nsterm.h:22, #12 1555. from nsfns.m:38: #12 1555. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1555. | ^ #12 1555. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1555. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1555. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1555. from nsgui.h:34, #12 1555. from dispextern.h:137, #12 1555. from nsterm.h:22, #12 1555. from nsfns.m:38: #12 1555. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1555. | ^ #12 1555. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1555. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1555. from nsgui.h:34, #12 1555. from dispextern.h:137, #12 1555. from nsterm.h:22, #12 1555. from nsfns.m:38: #12 1555. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 46 | #if GS_EXPOSE(NSAffineTransform) #12 1555. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1555. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #12 1555. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1555. from nsgui.h:34, #12 1555. from dispextern.h:137, #12 1555. from nsterm.h:22, #12 1555. from nsfns.m:38: #12 1555. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1555. | ^ #12 1555. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #12 1555. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1555. from nsgui.h:34, #12 1555. from dispextern.h:137, #12 1555. from nsterm.h:22, #12 1555. from nsfns.m:38: #12 1555. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1555. | ^ #12 1555. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #12 1555. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1555. from nsgui.h:34, #12 1555. from dispextern.h:137, #12 1555. from nsterm.h:22, #12 1555. from nsfns.m:38: #12 1555. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1555. | ^ #12 1555. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #12 1555. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1555. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1555. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1555. from nsgui.h:34, #12 1555. from dispextern.h:137, #12 1555. from nsterm.h:22, #12 1555. from nsfns.m:38: #12 1555. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1555. | ^ #12 1555. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1555. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1555. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1555. from nsgui.h:34, #12 1555. from dispextern.h:137, #12 1555. from nsterm.h:22, #12 1555. from nsfns.m:38: #12 1555. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1555. | ^ #12 1555. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1555. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1555. from nsgui.h:34, #12 1555. from dispextern.h:137, #12 1555. from nsterm.h:22, #12 1555. from nsfns.m:38: #12 1555. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 45 | #if GS_EXPOSE(NSArchiver) #12 1555. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1555. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 164 | #if GS_EXPOSE(NSUnarchiver) #12 1555. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1555. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1555. | ^ #12 1555. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1555. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1555. from nsgui.h:34, #12 1555. from dispextern.h:137, #12 1555. from nsterm.h:22, #12 1555. from nsfns.m:38: #12 1555. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1555. | ^ #12 1555. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #12 1555. from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1555. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1555. from nsgui.h:34, #12 1555. from dispextern.h:137, #12 1555. from nsterm.h:22, #12 1555. from nsfns.m:38: #12 1555. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1555. | ^ #12 1555. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1555. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1555. from nsgui.h:34, #12 1555. from dispextern.h:137, #12 1555. from nsterm.h:22, #12 1555. from nsfns.m:38: #12 1555. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1555. | ^ #12 1555. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #12 1555. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1555. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1555. from nsgui.h:34, #12 1555. from dispextern.h:137, #12 1555. from nsterm.h:22, #12 1555. from nsfns.m:38: #12 1555. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1555. | ^ #12 1555. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #12 1555. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1555. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1555. from nsgui.h:34, #12 1555. from dispextern.h:137, #12 1555. from nsterm.h:22, #12 1555. from nsfns.m:38: #12 1555. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1555. | ^ #12 1555. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #12 1555. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1555. from nsgui.h:34, #12 1555. from dispextern.h:137, #12 1555. from nsterm.h:22, #12 1555. from nsfns.m:38: #12 1555. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #12 1555. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1555. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1555. | ^ #12 1555. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #12 1555. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1555. from nsgui.h:34, #12 1555. from dispextern.h:137, #12 1555. from nsterm.h:22, #12 1555. from nsfns.m:38: #12 1555. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1555. | ^ #12 1555. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1555. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1555. from nsgui.h:34, #12 1555. from dispextern.h:137, #12 1555. from nsterm.h:22, #12 1555. from nsfns.m:38: #12 1555. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 114 | #if GS_EXPOSE(NSBundle) #12 1555. | ^~~~~~~~~~~~~~~~~~~~~ #12 1555. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1555. | ^ #12 1555. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #12 1555. from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1555. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1555. from nsgui.h:34, #12 1555. from dispextern.h:137, #12 1555. from nsterm.h:22, #12 1555. from nsfns.m:38: #12 1555. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1555. | ^ #12 1555. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #12 1555. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1555. from nsgui.h:34, #12 1555. from dispextern.h:137, #12 1555. from nsterm.h:22, #12 1555. from nsfns.m:38: #12 1555. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 43 | #if GS_EXPOSE(NSCache) #12 1555. | ^~~~~~~~~~~~~~~~~~~~ #12 1555. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #12 1555. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1555. from nsgui.h:34, #12 1555. from dispextern.h:137, #12 1555. from nsterm.h:22, #12 1555. from nsfns.m:38: #12 1555. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1555. | ^ #12 1555. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1555. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1555. from nsgui.h:34, #12 1555. from dispextern.h:137, #12 1555. from nsterm.h:22, #12 1555. from nsfns.m:38: #12 1555. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 37 | #if GS_EXPOSE(NSCalendarDate) #12 1555. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1555. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1555. | ^ #12 1555. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #12 1555. from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1555. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1555. from nsgui.h:34, #12 1555. from dispextern.h:137, #12 1555. from nsterm.h:22, #12 1555. from nsfns.m:38: #12 1555. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1555. | ^ #12 1555. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #12 1555. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1555. from nsgui.h:34, #12 1555. from dispextern.h:137, #12 1555. from nsterm.h:22, #12 1555. from nsfns.m:38: #12 1555. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1555. | ^ #12 1555. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #12 1555. from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1555. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1555. from nsgui.h:34, #12 1555. from dispextern.h:137, #12 1555. from nsterm.h:22, #12 1555. from nsfns.m:38: #12 1555. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 113 | #if GS_EXPOSE(NSException) #12 1555. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1555. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1555. 303 | NSGetUncaughtExceptionHandler(); #12 1555. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1555. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1555. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1555. from nsgui.h:34, #12 1555. from dispextern.h:137, #12 1555. from nsterm.h:22, #12 1555. from nsfns.m:38: #12 1555. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1555. | ^ #12 1555. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1555. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1555. from nsgui.h:34, #12 1555. from dispextern.h:137, #12 1555. from nsterm.h:22, #12 1555. from nsfns.m:38: #12 1555. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1555. | ^ #12 1555. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #12 1555. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1555. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1555. from nsgui.h:34, #12 1555. from dispextern.h:137, #12 1555. from nsterm.h:22, #12 1555. from nsfns.m:38: #12 1555. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 53 | #if GS_EXPOSE(NSExpression) #12 1555. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1555. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #12 1555. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1555. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1555. from nsgui.h:34, #12 1555. from dispextern.h:137, #12 1555. from nsterm.h:22, #12 1555. from nsfns.m:38: #12 1555. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1555. | ^ #12 1555. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1555. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1555. from nsgui.h:34, #12 1555. from dispextern.h:137, #12 1555. from nsterm.h:22, #12 1555. from nsfns.m:38: #12 1555. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 74 | #if GS_EXPOSE(NSComparisonPredicate) #12 1555. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1555. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #12 1555. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1555. from nsgui.h:34, #12 1555. from dispextern.h:137, #12 1555. from nsterm.h:22, #12 1555. from nsfns.m:38: #12 1555. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 47 | #if GS_EXPOSE(NSCompoundPredicate) #12 1555. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1555. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #12 1555. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1555. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1555. from nsgui.h:34, #12 1555. from dispextern.h:137, #12 1555. from nsterm.h:22, #12 1555. from nsfns.m:38: #12 1555. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 47 | #if GS_EXPOSE(NSTimer) #12 1555. | ^~~~~~~~~~~~~~~~~~~~ #12 1555. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1555. | ^ #12 1555. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #12 1555. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #12 1555. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1555. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1555. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1555. from nsgui.h:34, #12 1555. from dispextern.h:137, #12 1555. from nsterm.h:22, #12 1555. from nsfns.m:38: #12 1555. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1555. | ^ #12 1555. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1555. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1555. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1555. from nsgui.h:34, #12 1555. from dispextern.h:137, #12 1555. from nsterm.h:22, #12 1555. from nsfns.m:38: #12 1555. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 46 | #if GS_EXPOSE(NSRunLoop) #12 1555. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1555. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1555. | ^ #12 1555. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1555. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1555. from nsgui.h:34, #12 1555. from dispextern.h:137, #12 1555. from nsterm.h:22, #12 1555. from nsfns.m:38: #12 1555. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1555. | ^ #12 1555. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #12 1555. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1555. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1555. from nsgui.h:34, #12 1555. from dispextern.h:137, #12 1555. from nsterm.h:22, #12 1555. from nsfns.m:38: #12 1555. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1555. | ^ #12 1555. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1555. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1555. from nsgui.h:34, #12 1555. from dispextern.h:137, #12 1555. from nsterm.h:22, #12 1555. from nsfns.m:38: #12 1555. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1555. | ^ #12 1555. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #12 1555. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1555. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1555. from nsgui.h:34, #12 1555. from dispextern.h:137, #12 1555. from nsterm.h:22, #12 1555. from nsfns.m:38: #12 1555. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1555. | ^ #12 1555. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #12 1555. from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1555. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1555. from nsgui.h:34, #12 1555. from dispextern.h:137, #12 1555. from nsterm.h:22, #12 1555. from nsfns.m:38: #12 1555. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1555. | ^ #12 1555. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1555. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1555. from nsgui.h:34, #12 1555. from dispextern.h:137, #12 1555. from nsterm.h:22, #12 1555. from nsfns.m:38: #12 1555. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #12 1555. | ^ #12 1555. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #12 1555. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1555. from nsgui.h:34, #12 1555. from dispextern.h:137, #12 1555. from nsterm.h:22, #12 1555. from nsfns.m:38: #12 1555. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 127 | #if GS_EXPOSE(NSDateFormatter) #12 1555. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1555. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1555. | ^ #12 1555. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #12 1555. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1555. from nsgui.h:34, #12 1555. from dispextern.h:137, #12 1555. from nsterm.h:22, #12 1555. from nsfns.m:38: #12 1555. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1555. | ^ #12 1555. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #12 1555. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1555. from nsgui.h:34, #12 1555. from dispextern.h:137, #12 1555. from nsterm.h:22, #12 1555. from nsfns.m:38: #12 1555. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1555. | ^ #12 1555. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1555. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1555. from nsgui.h:34, #12 1555. from dispextern.h:137, #12 1555. from nsterm.h:22, #12 1555. from nsfns.m:38: #12 1555. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1555. | ^ #12 1555. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #12 1555. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1555. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1555. from nsgui.h:34, #12 1555. from dispextern.h:137, #12 1555. from nsterm.h:22, #12 1555. from nsfns.m:38: #12 1555. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1555. | ^ #12 1555. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1555. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1555. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1555. from nsgui.h:34, #12 1555. from dispextern.h:137, #12 1555. from nsterm.h:22, #12 1555. from nsfns.m:38: #12 1555. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1555. | ^ #12 1555. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #12 1555. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1555. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1555. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1555. from nsgui.h:34, #12 1555. from dispextern.h:137, #12 1555. from nsterm.h:22, #12 1555. from nsfns.m:38: #12 1555. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1555. | ^ #12 1555. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1555. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1555. from nsgui.h:34, #12 1555. from dispextern.h:137, #12 1555. from nsterm.h:22, #12 1555. from nsfns.m:38: #12 1555. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #12 1555. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1555. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 192 | #if GS_EXPOSE(NSDecimalNumber) #12 1555. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1555. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #12 1555. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1555. from nsgui.h:34, #12 1555. from dispextern.h:137, #12 1555. from nsterm.h:22, #12 1555. from nsfns.m:38: #12 1555. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 40 | #if GS_EXPOSE(NSDistantObject) #12 1555. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1555. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #12 1555. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1555. from nsgui.h:34, #12 1555. from dispextern.h:137, #12 1555. from nsterm.h:22, #12 1555. from nsfns.m:38: #12 1555. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 41 | #if GS_EXPOSE(NSDistributedLock) #12 1555. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1555. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1555. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1555. from nsgui.h:34, #12 1555. from dispextern.h:137, #12 1555. from nsterm.h:22, #12 1555. from nsfns.m:38: #12 1555. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1555. | ^ #12 1555. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1555. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1555. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1555. from nsgui.h:34, #12 1555. from dispextern.h:137, #12 1555. from nsterm.h:22, #12 1555. from nsfns.m:38: #12 1555. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 74 | #if GS_EXPOSE(NSLock) #12 1555. | ^~~~~~~~~~~~~~~~~~~ #12 1555. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 125 | #if GS_EXPOSE(NSCondition) #12 1555. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1555. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 175 | #if GS_EXPOSE(NSConditionLock) #12 1555. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1555. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 275 | #if GS_EXPOSE(NSRecursiveLock) #12 1555. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1555. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1555. | ^ #12 1555. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #12 1555. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1555. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1555. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1555. from nsgui.h:34, #12 1555. from dispextern.h:137, #12 1555. from nsterm.h:22, #12 1555. from nsfns.m:38: #12 1555. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1555. | ^ #12 1555. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #12 1555. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1555. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1555. from nsgui.h:34, #12 1555. from dispextern.h:137, #12 1555. from nsterm.h:22, #12 1555. from nsfns.m:38: #12 1555. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 71 | #if GS_EXPOSE(NSNotificationCenter) #12 1555. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1555. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1555. | ^ #12 1555. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1555. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1555. from nsgui.h:34, #12 1555. from dispextern.h:137, #12 1555. from nsterm.h:22, #12 1555. from nsfns.m:38: #12 1555. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #12 1555. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1555. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #12 1555. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1555. from nsgui.h:34, #12 1555. from dispextern.h:137, #12 1555. from nsterm.h:22, #12 1555. from nsfns.m:38: #12 1555. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1555. | ^ #12 1555. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #12 1555. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1555. from nsgui.h:34, #12 1555. from dispextern.h:137, #12 1555. from nsterm.h:22, #12 1555. from nsfns.m:38: #12 1555. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1555. | ^ #12 1555. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 134 | #if GS_EXPOSE(NSError) #12 1555. | ^~~~~~~~~~~~~~~~~~~~ #12 1555. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1555. | ^ #12 1555. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #12 1555. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1555. from nsgui.h:34, #12 1555. from dispextern.h:137, #12 1555. from nsterm.h:22, #12 1555. from nsfns.m:38: #12 1555. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1555. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1555. | ^ #12 1556. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #12 1556. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1556. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 182 | #if GS_EXPOSE(NSURLHandle) #12 1556. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1556. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1556. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 73 | #if GS_EXPOSE(NSURL) #12 1556. | ^~~~~~~~~~~~~~~~~~ #12 1556. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #12 1556. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1556. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1556. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 599 | #if GS_EXPOSE(NSURLQueryItem) #12 1556. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1556. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 633 | #if GS_EXPOSE(NSURLComponents) #12 1556. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1556. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 160 | #if GS_EXPOSE(NSPipe) #12 1556. | ^~~~~~~~~~~~~~~~~~~ #12 1556. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #12 1556. from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #12 1556. from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 215 | #if GS_EXPOSE(NSFileManager) #12 1556. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1556. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #12 1556. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1556. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 42 | #if GS_EXPOSE(NSHost) #12 1556. | ^~~~~~~~~~~~~~~~~~~ #12 1556. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 68 | #if GS_EXPOSE(NSHTTPCookie) #12 1556. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1556. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #12 1556. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1556. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 47 | #if GS_EXPOSE(NSIndexPath) #12 1556. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1556. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 49 | #if GS_EXPOSE(NSIndexSet) #12 1556. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1556. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #12 1556. from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 52 | #if GS_EXPOSE(NSMethodSignature) #12 1556. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1556. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 38 | #if GS_EXPOSE(NSInvocation) #12 1556. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1556. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #12 1556. from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/Foundation/Foundation.h:99, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/Foundation/NSItemProviderReadingWriting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1556. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/Foundation/NSPropertyList.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSPropertyList.h:68:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1556. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/Foundation/NSPropertyList.h:268:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 268 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 55 | #if GS_EXPOSE(NSKeyedArchiver) #12 1556. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1556. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:230:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 230 | #if GS_EXPOSE(NSKeyedUnarchiver) #12 1556. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1556. In file included from /usr/include/GNUstep/Foundation/Foundation.h:102, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/Foundation/NSKeyValueCoding.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/Foundation/Foundation.h:103, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:45:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:183:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/Foundation/Foundation.h:104, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/Foundation/NSLengthFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/Foundation/Foundation.h:105, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/Foundation/NSLinguisticTagger.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/Foundation/Foundation.h:107, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/Foundation/NSLocale.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSLocale.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSLocale.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSLocale.h:103:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 103 | #if GS_EXPOSE(NSLocale) #12 1556. | ^~~~~~~~~~~~~~~~~~~~~ #12 1556. /usr/include/GNUstep/Foundation/NSLocale.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSLocale.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSLocale.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSLocale.h:190:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 190 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSLocale.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 196 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSLocale.h:207:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSLocale.h:236:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/Foundation/Foundation.h:109, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/Foundation/NSMeasurement.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/Foundation/Foundation.h:110, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #12 1556. from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 40 | #if GS_EXPOSE(NSMetadataItem) #12 1556. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1556. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 66 | #if GS_EXPOSE(NSMetadataQuery) #12 1556. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1556. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #12 1556. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1556. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #12 1556. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1556. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 112 | #if GS_EXPOSE(NSNotificationQueue) #12 1556. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1556. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 361 | #if GS_EXPOSE(NSNetService) #12 1556. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1556. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #12 1556. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1556. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 123 | #if GS_EXPOSE(NSNumberFormatter) #12 1556. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1556. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 53 | #if GS_EXPOSE(NSPortCoder) #12 1556. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1556. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #12 1556. from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 77 | #if GS_EXPOSE(NSPort) #12 1556. | ^~~~~~~~~~~~~~~~~~~ #12 1556. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 202 | #if GS_EXPOSE(NSSocketPort) #12 1556. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1556. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 284 | #if GS_EXPOSE(NSMessagePort) #12 1556. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1556. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 47 | #if GS_EXPOSE(NSPortMessage) #12 1556. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1556. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #12 1556. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1556. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 53 | #if GS_EXPOSE(NSProgress) #12 1556. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1556. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 40 | #if GS_EXPOSE(NSProtocolChecker) #12 1556. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1556. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 91 | #if GS_EXPOSE(NSRegularExpression) #12 1556. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1556. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 42 | #if GS_EXPOSE(NSScanner) #12 1556. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1556. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 48 | #if GS_EXPOSE(NSSortDescriptor) #12 1556. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1556. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 58 | #if GS_EXPOSE(NSSpellServer) #12 1556. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1556. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #12 1556. from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 51 | #if GS_EXPOSE(NSTask) #12 1556. | ^~~~~~~~~~~~~~~~~~~ #12 1556. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #12 1556. from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 59 | #if GS_EXPOSE(NSThread) #12 1556. | ^~~~~~~~~~~~~~~~~~~~~ #12 1556. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #12 1556. from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 87 | #if GS_EXPOSE(NSUndoManager) #12 1556. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1556. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #12 1556. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1556. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 59 | #if GS_EXPOSE(NSCachedURLResponse) #12 1556. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1556. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 105 | #if GS_EXPOSE(NSURLCache) #12 1556. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1556. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 48 | #if GS_EXPOSE(NSURLConnection) #12 1556. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1556. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 56 | #if GS_EXPOSE(NSURLCredential) #12 1556. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1556. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #12 1556. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1556. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 49 | #if GS_EXPOSE(NSURLDownload) #12 1556. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1556. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #12 1556. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1556. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 121 | #if GS_EXPOSE(NSURLProtocol) #12 1556. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1556. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 92 | #if GS_EXPOSE(NSURLRequest) #12 1556. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1556. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 49 | #if GS_EXPOSE(NSURLResponse) #12 1556. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1556. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 217 | #if GS_EXPOSE(NSUserDefaults) #12 1556. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1556. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #12 1556. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #12 1556. from /usr/include/GNUstep/Foundation/Foundation.h:184, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 72 | #if GS_EXPOSE(NSXMLParser) #12 1556. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1556. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #12 1556. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1556. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1556. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1556. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1556. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #12 1556. from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1556. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1556. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1556. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1556. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1556. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1556. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1556. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1556. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #12 1556. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1556. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1556. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1556. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1556. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1556. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1556. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1556. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1556. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1556. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #12 1556. 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1556. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1556. /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #12 1556. 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1556. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1556. /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #12 1556. 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1556. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1556. /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #12 1556. 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1556. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1556. /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #12 1556. 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1556. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1556. /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #12 1556. 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1556. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1556. /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #12 1556. 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1556. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1556. /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #12 1556. 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1556. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1556. /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #12 1556. 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1556. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1556. /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #12 1556. 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1556. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1556. /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #12 1556. 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1556. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1556. /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #12 1556. 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1556. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1556. /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #12 1556. 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1556. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1556. /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #12 1556. 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1556. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1556. /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #12 1556. 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1556. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1556. /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #12 1556. 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1556. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1556. /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #12 1556. 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1556. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1556. /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #12 1556. 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1556. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1556. /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #12 1556. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #12 1556. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1556. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1556. | ^ #12 1556. In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #12 1556. from nsgui.h:34, #12 1556. from dispextern.h:137, #12 1556. from nsterm.h:22, #12 1556. from nsfns.m:38: #12 1556. /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1556. | ^ #12 1556. /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1556. 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1556. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1557. | ^ #12 1557. In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #12 1557. from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1557. | ^ #12 1557. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1557. from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1557. | ^ #12 1557. In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #12 1557. from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #12 1557. 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1557. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1557. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1557. from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #12 1557. 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1557. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1557. In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #12 1557. from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1557. | ^ #12 1557. In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #12 1557. from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1557. | ^ #12 1557. In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #12 1557. from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1557. from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1557. | ^ #12 1557. In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1557. from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1557. | ^ #12 1557. In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #12 1557. from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1557. | ^ #12 1557. In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #12 1557. from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1557. from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1557. | ^ #12 1557. In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1557. from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1557. | ^ #12 1557. In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #12 1557. from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1557. | ^ #12 1557. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1557. from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #12 1557. 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1557. | ^~~~~~~~~~~~~~~~~~~~ #12 1557. In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #12 1557. from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #12 1557. 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1557. | ^~~~~~~~~~~~~~~~~~~~ #12 1557. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1557. from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1557. | ^ #12 1557. In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #12 1557. from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1557. | ^ #12 1557. In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #12 1557. from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1557. from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1557. | ^ #12 1557. In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1557. from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1557. | ^ #12 1557. In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #12 1557. from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1557. | ^ #12 1557. In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #12 1557. from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1557. | ^ #12 1557. In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #12 1557. from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1557. | ^ #12 1557. In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #12 1557. from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1557. | ^ #12 1557. In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #12 1557. from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1557. | ^ #12 1557. In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #12 1557. from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1557. | ^ #12 1557. In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #12 1557. from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1557. | ^ #12 1557. In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #12 1557. from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1557. from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1557. | ^ #12 1557. In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1557. from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1557. | ^ #12 1557. In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #12 1557. from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1557. | ^ #12 1557. In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #12 1557. from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1557. | ^ #12 1557. In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #12 1557. from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1557. | ^ #12 1557. In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #12 1557. from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1557. from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1557. | ^ #12 1557. In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1557. from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1557. | ^ #12 1557. In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #12 1557. from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1557. | ^ #12 1557. In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #12 1557. from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1557. | ^ #12 1557. In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #12 1557. from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1557. | ^ #12 1557. In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #12 1557. from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1557. | ^ #12 1557. In file included from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1557. | ^ #12 1557. In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #12 1557. from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1557. | ^ #12 1557. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1557. from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1557. | ^ #12 1557. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1557. from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1557. | ^ #12 1557. In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #12 1557. from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #12 1557. | ^ #12 1557. In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #12 1557. from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1557. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1557. from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1557. | ^ #12 1557. In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1557. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1557. from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1557. | ^ #12 1557. In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1557. from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1557. | ^ #12 1557. In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #12 1557. from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1557. | ^ #12 1557. In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #12 1557. from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1557. from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1557. | ^ #12 1557. In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1557. from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1557. | ^ #12 1557. In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #12 1557. from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1557. | ^ #12 1557. In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #12 1557. from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1557. | ^ #12 1557. In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #12 1557. from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1557. | ^ #12 1557. In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #12 1557. from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1557. | ^ #12 1557. In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #12 1557. from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1557. | ^ #12 1557. In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #12 1557. from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1557. from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1557. | ^ #12 1557. In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1557. from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1557. | ^ #12 1557. In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #12 1557. from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1557. | ^ #12 1557. In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #12 1557. from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1557. | ^ #12 1557. In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #12 1557. from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1557. from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1557. | ^ #12 1557. In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1557. from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1557. | ^ #12 1557. In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #12 1557. from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1557. | ^ #12 1557. In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #12 1557. from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1557. | ^ #12 1557. In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #12 1557. from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1557. | ^ #12 1557. In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #12 1557. from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1557. | ^ #12 1557. In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #12 1557. from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1557. | ^ #12 1557. In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #12 1557. from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1557. | ^ #12 1557. In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #12 1557. from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1557. | ^ #12 1557. In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #12 1557. from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1557. | ^ #12 1557. In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #12 1557. from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1557. | ^ #12 1557. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #12 1557. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1557. from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1557. | ^ #12 1557. In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #12 1557. from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1557. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1557. from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1557. | ^ #12 1557. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1557. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1557. from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1557. | ^ #12 1557. In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1557. from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1557. | ^ #12 1557. In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #12 1557. from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1557. from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1557. | ^ #12 1557. In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1557. from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1557. | ^ #12 1557. In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #12 1557. from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1557. | ^ #12 1557. In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #12 1557. from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1557. | ^ #12 1557. In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #12 1557. from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1557. | ^ #12 1557. In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #12 1557. from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1557. | ^ #12 1557. In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #12 1557. from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1557. | ^ #12 1557. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1557. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1557. from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1557. | ^ #12 1557. In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1557. from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1557. | ^ #12 1557. In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #12 1557. from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1557. | ^ #12 1557. In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #12 1557. from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1557. from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1557. | ^ #12 1557. In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1557. from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1557. | ^ #12 1557. In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #12 1557. from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1557. | ^ #12 1557. In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #12 1557. from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1557. | ^ #12 1557. In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #12 1557. from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1557. | ^ #12 1557. In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #12 1557. from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1557. | ^ #12 1557. In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #12 1557. from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1557. | ^ #12 1557. In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #12 1557. from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1557. | ^ #12 1557. In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #12 1557. from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1557. from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1557. | ^ #12 1557. In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1557. from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1557. | ^ #12 1557. In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #12 1557. from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1557. | ^ #12 1557. In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #12 1557. from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1557. | ^ #12 1557. In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #12 1557. from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1557. | ^ #12 1557. In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #12 1557. from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1557. | ^ #12 1557. In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #12 1557. from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1557. | ^ #12 1557. In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #12 1557. from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1557. | ^ #12 1557. In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #12 1557. from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1557. | ^ #12 1557. In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #12 1557. from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #12 1557. 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1557. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1557. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1557. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1557. from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #12 1557. 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1557. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1557. In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #12 1557. from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1557. | ^ #12 1557. In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #12 1557. from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1557. | ^ #12 1557. In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #12 1557. from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1557. | ^ #12 1557. In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #12 1557. from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1557. | ^ #12 1557. In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #12 1557. from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1557. | ^ #12 1557. In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #12 1557. from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1557. | ^ #12 1557. In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #12 1557. from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1557. | ^ #12 1557. In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #12 1557. from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1557. | ^ #12 1557. In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #12 1557. from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1557. | ^ #12 1557. In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #12 1557. from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1557. | ^ #12 1557. In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #12 1557. from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1557. | ^ #12 1557. In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #12 1557. from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1557. | ^ #12 1557. In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #12 1557. from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1557. | ^ #12 1557. In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #12 1557. from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1557. | ^ #12 1557. In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #12 1557. from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1557. | ^ #12 1557. In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #12 1557. from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1557. | ^ #12 1557. In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #12 1557. from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1557. | ^ #12 1557. In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #12 1557. from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1557. | ^ #12 1557. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1557. from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1557. 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1557. | ^ #12 1557. /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1557. 125 | __attribute__((unused)); #12 1557. | ^~~~~~~~~~~~~ #12 1557. /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1557. 129 | __attribute__((unused)); #12 1557. | ^~~~~~~~~~~~~ #12 1557. /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1557. 133 | __attribute__((unused)); #12 1557. | ^~~~~~~~~~~~~ #12 1557. /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1557. 214 | __attribute__((unused)); #12 1557. | ^~~~~~~~~~~~~ #12 1557. /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1557. 247 | __attribute__((unused)); #12 1557. | ^~~~~~~~~~~~~ #12 1557. /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1557. 251 | __attribute__((unused)); #12 1557. | ^~~~~~~~~~~~~ #12 1557. /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1557. 259 | __attribute__((unused)); #12 1557. | ^~~~~~~~~~~~~ #12 1557. /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1557. 263 | __attribute__((unused)); #12 1557. | ^~~~~~~~~~~~~ #12 1557. /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1557. 267 | __attribute__((unused)); #12 1557. | ^~~~~~~~~~~~~ #12 1557. /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1557. 271 | __attribute__((unused)); #12 1557. | ^~~~~~~~~~~~~ #12 1557. /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1557. 275 | __attribute__((unused)); #12 1557. | ^~~~~~~~~~~~~ #12 1557. /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1557. 287 | __attribute__((unused)); #12 1557. | ^~~~~~~~~~~~~ #12 1557. /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1557. 311 | __attribute__((unused)); #12 1557. | ^~~~~~~~~~~~~ #12 1557. /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1557. 323 | __attribute__((unused)); #12 1557. | ^~~~~~~~~~~~~ #12 1557. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1557. from nsgui.h:34, #12 1557. from dispextern.h:137, #12 1557. from nsterm.h:22, #12 1557. from nsfns.m:38: #12 1557. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1557. 493 | PSgsave() #12 1557. | ^~~~~~~ #12 1557. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #12 1557. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #12 1557. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1557. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1557. 499 | PSgrestore() #12 1557. | ^~~~~~~~~~ #12 1557. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #12 1557. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #12 1557. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1557. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1557. 505 | PSinitgraphics() #12 1557. | ^~~~~~~~~~~~~~ #12 1557. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #12 1557. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #12 1557. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1557. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1557. 622 | PSinitmatrix() #12 1557. | ^~~~~~~~~~~~ #12 1557. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #12 1557. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #12 1557. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1557. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1557. 669 | PSclip() #12 1557. | ^~~~~~ #12 1557. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #12 1557. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #12 1557. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1557. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1557. 675 | PSclosepath() #12 1557. | ^~~~~~~~~~~ #12 1557. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #12 1557. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #12 1557. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1557. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1557. 687 | PSeoclip() #12 1557. | ^~~~~~~~ #12 1557. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #12 1557. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #12 1557. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1557. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1557. 693 | PSeofill() #12 1557. | ^~~~~~~~ #12 1557. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #12 1557. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #12 1557. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1557. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1557. 699 | PSfill() #12 1557. | ^~~~~~ #12 1557. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #12 1557. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #12 1557. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1557. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1557. 705 | PSflattenpath() #12 1557. | ^~~~~~~~~~~~~ #12 1557. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #12 1557. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #12 1557. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1557. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1557. 711 | PSinitclip() #12 1557. | ^~~~~~~~~~ #12 1557. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #12 1557. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #12 1557. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1557. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1557. 729 | PSnewpath() #12 1557. | ^~~~~~~~~ #12 1557. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #12 1557. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #12 1557. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1557. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1557. 765 | PSreversepath() #12 1557. | ^~~~~~~~~~~~~ #12 1557. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #12 1557. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #12 1557. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1557. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1557. 783 | PSstroke() #12 1557. | ^~~~~~~~ #12 1557. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #12 1557. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #12 1557. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1557. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1557. 835 | PSWait() #12 1557. | ^~~~~~ #12 1557. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #12 1557. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #12 1557. nsfns.m: At top level: #12 1557. nsfns.m:689:1: warning: no previous prototype for 'ns_make_frame_key_window' [-Wmissing-prototypes] #12 1557. 689 | ns_make_frame_key_window (struct frame *f) #12 1557. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1569. CC nsmenu.o #12 1569. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #12 1569. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #12 1571. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #12 1571. from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1571. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1571. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1571. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1571. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #12 1571. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1571. | ^~~~~~~~~~~~~~~~~~~~ #12 1571. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #12 1571. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1571. | ^~~~~~~~~~~~~~~~~~~~ #12 1571. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #12 1571. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1571. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1571. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #12 1571. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1571. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1571. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #12 1571. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1571. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1571. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1571. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 88 | #if GS_API_VERSION(0,011500) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #12 1571. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1571. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1571. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1571. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #12 1571. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1571. | ^~~~~~~~~~ #12 1571. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1571. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1571. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #12 1571. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1571. | ^~~~~~~~~~ #12 1571. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #12 1571. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1571. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1571. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1571. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1571. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #12 1571. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1571. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1571. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #12 1571. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1571. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1571. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1571. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 46 | #if GS_EXPOSE(NSAffineTransform) #12 1571. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #12 1571. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1571. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1571. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 45 | #if GS_EXPOSE(NSArchiver) #12 1571. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1571. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 164 | #if GS_EXPOSE(NSUnarchiver) #12 1571. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1571. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #12 1571. from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #12 1571. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #12 1571. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #12 1571. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1571. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 114 | #if GS_EXPOSE(NSBundle) #12 1571. | ^~~~~~~~~~~~~~~~~~~~~ #12 1571. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #12 1571. from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 43 | #if GS_EXPOSE(NSCache) #12 1571. | ^~~~~~~~~~~~~~~~~~~~ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 37 | #if GS_EXPOSE(NSCalendarDate) #12 1571. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1571. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #12 1571. from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #12 1571. from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 113 | #if GS_EXPOSE(NSException) #12 1571. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1571. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1571. 303 | NSGetUncaughtExceptionHandler(); #12 1571. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #12 1571. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 53 | #if GS_EXPOSE(NSExpression) #12 1571. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1571. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #12 1571. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 74 | #if GS_EXPOSE(NSComparisonPredicate) #12 1571. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 47 | #if GS_EXPOSE(NSCompoundPredicate) #12 1571. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1571. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #12 1571. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 47 | #if GS_EXPOSE(NSTimer) #12 1571. | ^~~~~~~~~~~~~~~~~~~~ #12 1571. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #12 1571. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #12 1571. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1571. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1571. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 46 | #if GS_EXPOSE(NSRunLoop) #12 1571. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1571. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #12 1571. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #12 1571. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #12 1571. from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 127 | #if GS_EXPOSE(NSDateFormatter) #12 1571. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1571. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #12 1571. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1571. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #12 1571. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1571. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #12 1571. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1571. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 192 | #if GS_EXPOSE(NSDecimalNumber) #12 1571. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 40 | #if GS_EXPOSE(NSDistantObject) #12 1571. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 41 | #if GS_EXPOSE(NSDistributedLock) #12 1571. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1571. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 74 | #if GS_EXPOSE(NSLock) #12 1571. | ^~~~~~~~~~~~~~~~~~~ #12 1571. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 125 | #if GS_EXPOSE(NSCondition) #12 1571. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1571. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 175 | #if GS_EXPOSE(NSConditionLock) #12 1571. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1571. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 275 | #if GS_EXPOSE(NSRecursiveLock) #12 1571. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1571. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #12 1571. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1571. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #12 1571. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 71 | #if GS_EXPOSE(NSNotificationCenter) #12 1571. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1571. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #12 1571. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 134 | #if GS_EXPOSE(NSError) #12 1571. | ^~~~~~~~~~~~~~~~~~~~ #12 1571. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #12 1571. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1571. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 182 | #if GS_EXPOSE(NSURLHandle) #12 1571. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1571. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1571. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 73 | #if GS_EXPOSE(NSURL) #12 1571. | ^~~~~~~~~~~~~~~~~~ #12 1571. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #12 1571. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1571. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1571. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 599 | #if GS_EXPOSE(NSURLQueryItem) #12 1571. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1571. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 633 | #if GS_EXPOSE(NSURLComponents) #12 1571. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1571. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 160 | #if GS_EXPOSE(NSPipe) #12 1571. | ^~~~~~~~~~~~~~~~~~~ #12 1571. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #12 1571. from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #12 1571. from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 215 | #if GS_EXPOSE(NSFileManager) #12 1571. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1571. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #12 1571. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1571. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 42 | #if GS_EXPOSE(NSHost) #12 1571. | ^~~~~~~~~~~~~~~~~~~ #12 1571. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 68 | #if GS_EXPOSE(NSHTTPCookie) #12 1571. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1571. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #12 1571. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 47 | #if GS_EXPOSE(NSIndexPath) #12 1571. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 49 | #if GS_EXPOSE(NSIndexSet) #12 1571. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1571. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #12 1571. from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 52 | #if GS_EXPOSE(NSMethodSignature) #12 1571. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 38 | #if GS_EXPOSE(NSInvocation) #12 1571. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1571. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #12 1571. from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:99, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSItemProviderReadingWriting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1571. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSPropertyList.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSPropertyList.h:68:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1571. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSPropertyList.h:268:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 268 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 55 | #if GS_EXPOSE(NSKeyedArchiver) #12 1571. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1571. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:230:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 230 | #if GS_EXPOSE(NSKeyedUnarchiver) #12 1571. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:102, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSKeyValueCoding.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:103, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:45:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:183:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:104, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSLengthFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:105, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSLinguisticTagger.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:107, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSLocale.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSLocale.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSLocale.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSLocale.h:103:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 103 | #if GS_EXPOSE(NSLocale) #12 1571. | ^~~~~~~~~~~~~~~~~~~~~ #12 1571. /usr/include/GNUstep/Foundation/NSLocale.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSLocale.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSLocale.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSLocale.h:190:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 190 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSLocale.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 196 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSLocale.h:207:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSLocale.h:236:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:109, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSMeasurement.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:110, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #12 1571. from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 40 | #if GS_EXPOSE(NSMetadataItem) #12 1571. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1571. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 66 | #if GS_EXPOSE(NSMetadataQuery) #12 1571. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1571. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #12 1571. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1571. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #12 1571. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 112 | #if GS_EXPOSE(NSNotificationQueue) #12 1571. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 361 | #if GS_EXPOSE(NSNetService) #12 1571. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1571. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #12 1571. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 123 | #if GS_EXPOSE(NSNumberFormatter) #12 1571. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1571. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 53 | #if GS_EXPOSE(NSPortCoder) #12 1571. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1571. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #12 1571. from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 77 | #if GS_EXPOSE(NSPort) #12 1571. | ^~~~~~~~~~~~~~~~~~~ #12 1571. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 202 | #if GS_EXPOSE(NSSocketPort) #12 1571. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1571. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 284 | #if GS_EXPOSE(NSMessagePort) #12 1571. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 47 | #if GS_EXPOSE(NSPortMessage) #12 1571. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #12 1571. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 53 | #if GS_EXPOSE(NSProgress) #12 1571. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 40 | #if GS_EXPOSE(NSProtocolChecker) #12 1571. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 91 | #if GS_EXPOSE(NSRegularExpression) #12 1571. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 42 | #if GS_EXPOSE(NSScanner) #12 1571. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1571. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 48 | #if GS_EXPOSE(NSSortDescriptor) #12 1571. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1571. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 58 | #if GS_EXPOSE(NSSpellServer) #12 1571. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1571. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #12 1571. from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 51 | #if GS_EXPOSE(NSTask) #12 1571. | ^~~~~~~~~~~~~~~~~~~ #12 1571. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #12 1571. from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 59 | #if GS_EXPOSE(NSThread) #12 1571. | ^~~~~~~~~~~~~~~~~~~~~ #12 1571. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #12 1571. from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 87 | #if GS_EXPOSE(NSUndoManager) #12 1571. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #12 1571. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 59 | #if GS_EXPOSE(NSCachedURLResponse) #12 1571. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1571. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 105 | #if GS_EXPOSE(NSURLCache) #12 1571. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 48 | #if GS_EXPOSE(NSURLConnection) #12 1571. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1571. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 56 | #if GS_EXPOSE(NSURLCredential) #12 1571. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #12 1571. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 49 | #if GS_EXPOSE(NSURLDownload) #12 1571. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1571. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #12 1571. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1571. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 121 | #if GS_EXPOSE(NSURLProtocol) #12 1571. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 92 | #if GS_EXPOSE(NSURLRequest) #12 1571. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1571. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 49 | #if GS_EXPOSE(NSURLResponse) #12 1571. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1571. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 217 | #if GS_EXPOSE(NSUserDefaults) #12 1571. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1571. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #12 1571. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #12 1571. from /usr/include/GNUstep/Foundation/Foundation.h:184, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 72 | #if GS_EXPOSE(NSXMLParser) #12 1571. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1571. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #12 1571. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1571. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1571. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1571. | ^ #12 1571. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1571. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1571. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1571. | ^ #12 1571. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #12 1571. from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1571. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1571. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1571. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1571. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1571. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1571. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1571. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1571. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #12 1571. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1571. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1571. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1571. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1571. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1571. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1571. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1571. | ^ #12 1571. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1571. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1571. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1571. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1571. | ^ #12 1571. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1571. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1571. from nsgui.h:34, #12 1571. from dispextern.h:137, #12 1571. from window.h:23, #12 1571. from nsmenu.m:29: #12 1571. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1571. | ^ #12 1571. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1571. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1571. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #12 1572. from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #12 1572. 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1572. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1572. /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #12 1572. 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1572. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1572. /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #12 1572. 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1572. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1572. /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #12 1572. 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1572. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1572. /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #12 1572. 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1572. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1572. /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #12 1572. 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1572. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1572. /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #12 1572. 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1572. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1572. /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #12 1572. 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1572. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1572. /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #12 1572. 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1572. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1572. /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #12 1572. 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1572. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1572. /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #12 1572. 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1572. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1572. /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #12 1572. 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1572. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1572. /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #12 1572. 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1572. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1572. /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #12 1572. 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1572. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1572. /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #12 1572. 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1572. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1572. /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #12 1572. 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1572. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1572. /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #12 1572. 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1572. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1572. /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #12 1572. 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1572. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1572. /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #12 1572. from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #12 1572. from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #12 1572. from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #12 1572. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #12 1572. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #12 1572. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #12 1572. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1572. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1572. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #12 1572. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #12 1572. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1572. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1572. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #12 1572. 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1572. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1572. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #12 1572. 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1572. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1572. In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #12 1572. from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #12 1572. from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #12 1572. 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1572. | ^~~~~~~~~~~~~~~~~~~~ #12 1572. In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #12 1572. 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1572. | ^~~~~~~~~~~~~~~~~~~~ #12 1572. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #12 1572. from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #12 1572. from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #12 1572. from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #12 1572. from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1572. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1572. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #12 1572. from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #12 1572. from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #12 1572. from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #12 1572. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #12 1572. from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1572. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1572. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #12 1572. from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1572. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #12 1572. from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #12 1572. from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #12 1572. 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1572. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1572. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1572. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #12 1572. 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1572. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1572. In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1572. | ^ #12 1572. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1572. 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1572. | ^ #12 1572. /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1572. 125 | __attribute__((unused)); #12 1572. | ^~~~~~~~~~~~~ #12 1572. /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1572. 129 | __attribute__((unused)); #12 1572. | ^~~~~~~~~~~~~ #12 1572. /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1572. 133 | __attribute__((unused)); #12 1572. | ^~~~~~~~~~~~~ #12 1572. /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1572. 214 | __attribute__((unused)); #12 1572. | ^~~~~~~~~~~~~ #12 1572. /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1572. 247 | __attribute__((unused)); #12 1572. | ^~~~~~~~~~~~~ #12 1572. /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1572. 251 | __attribute__((unused)); #12 1572. | ^~~~~~~~~~~~~ #12 1572. /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1572. 259 | __attribute__((unused)); #12 1572. | ^~~~~~~~~~~~~ #12 1572. /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1572. 263 | __attribute__((unused)); #12 1572. | ^~~~~~~~~~~~~ #12 1572. /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1572. 267 | __attribute__((unused)); #12 1572. | ^~~~~~~~~~~~~ #12 1572. /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1572. 271 | __attribute__((unused)); #12 1572. | ^~~~~~~~~~~~~ #12 1572. /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1572. 275 | __attribute__((unused)); #12 1572. | ^~~~~~~~~~~~~ #12 1572. /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1572. 287 | __attribute__((unused)); #12 1572. | ^~~~~~~~~~~~~ #12 1572. /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1572. 311 | __attribute__((unused)); #12 1572. | ^~~~~~~~~~~~~ #12 1572. /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1572. 323 | __attribute__((unused)); #12 1572. | ^~~~~~~~~~~~~ #12 1572. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1572. from nsgui.h:34, #12 1572. from dispextern.h:137, #12 1572. from window.h:23, #12 1572. from nsmenu.m:29: #12 1572. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1572. 493 | PSgsave() #12 1572. | ^~~~~~~ #12 1572. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #12 1572. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #12 1572. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1572. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1572. 499 | PSgrestore() #12 1572. | ^~~~~~~~~~ #12 1572. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #12 1572. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #12 1572. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1572. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1572. 505 | PSinitgraphics() #12 1572. | ^~~~~~~~~~~~~~ #12 1572. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #12 1572. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #12 1572. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1572. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1572. 622 | PSinitmatrix() #12 1572. | ^~~~~~~~~~~~ #12 1572. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #12 1572. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #12 1572. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1572. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1572. 669 | PSclip() #12 1572. | ^~~~~~ #12 1572. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #12 1572. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #12 1572. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1572. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1572. 675 | PSclosepath() #12 1572. | ^~~~~~~~~~~ #12 1572. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #12 1572. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #12 1572. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1572. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1572. 687 | PSeoclip() #12 1572. | ^~~~~~~~ #12 1572. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #12 1572. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #12 1572. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1572. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1572. 693 | PSeofill() #12 1572. | ^~~~~~~~ #12 1572. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #12 1572. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #12 1572. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1572. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1572. 699 | PSfill() #12 1572. | ^~~~~~ #12 1572. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #12 1572. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #12 1572. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1572. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1572. 705 | PSflattenpath() #12 1572. | ^~~~~~~~~~~~~ #12 1572. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #12 1572. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #12 1572. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1572. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1572. 711 | PSinitclip() #12 1572. | ^~~~~~~~~~ #12 1572. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #12 1572. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #12 1572. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1572. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1572. 729 | PSnewpath() #12 1572. | ^~~~~~~~~ #12 1572. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #12 1572. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #12 1572. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1572. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1572. 765 | PSreversepath() #12 1572. | ^~~~~~~~~~~~~ #12 1572. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #12 1572. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #12 1572. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1572. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1572. 783 | PSstroke() #12 1572. | ^~~~~~~~ #12 1572. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #12 1572. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #12 1572. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1572. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1572. 835 | PSWait() #12 1572. | ^~~~~~ #12 1572. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #12 1572. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #12 1578. CC nsselect.o #12 1578. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #12 1578. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #12 1579. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #12 1579. from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1579. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1579. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1579. from nsgui.h:34, #12 1579. from dispextern.h:137, #12 1579. from nsterm.h:22, #12 1579. from nsselect.m:31: #12 1579. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #12 1579. | ^ #12 1579. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1579. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1579. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1579. from nsgui.h:34, #12 1579. from dispextern.h:137, #12 1579. from nsterm.h:22, #12 1579. from nsselect.m:31: #12 1579. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #12 1579. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1579. | ^~~~~~~~~~~~~~~~~~~~ #12 1579. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #12 1579. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1579. | ^~~~~~~~~~~~~~~~~~~~ #12 1579. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1579. | ^ #12 1579. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #12 1579. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1579. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1579. from nsgui.h:34, #12 1579. from dispextern.h:137, #12 1579. from nsterm.h:22, #12 1579. from nsselect.m:31: #12 1579. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #12 1579. | ^ #12 1579. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1579. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1579. from nsgui.h:34, #12 1579. from dispextern.h:137, #12 1579. from nsterm.h:22, #12 1579. from nsselect.m:31: #12 1579. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1579. | ^ #12 1579. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #12 1579. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1579. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1579. from nsgui.h:34, #12 1579. from dispextern.h:137, #12 1579. from nsterm.h:22, #12 1579. from nsselect.m:31: #12 1579. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1579. | ^ #12 1579. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1579. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1579. from nsgui.h:34, #12 1579. from dispextern.h:137, #12 1579. from nsterm.h:22, #12 1579. from nsselect.m:31: #12 1579. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1579. | ^ #12 1579. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #12 1579. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1579. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1579. from nsgui.h:34, #12 1579. from dispextern.h:137, #12 1579. from nsterm.h:22, #12 1579. from nsselect.m:31: #12 1579. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1579. | ^ #12 1579. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1579. from nsgui.h:34, #12 1579. from dispextern.h:137, #12 1579. from nsterm.h:22, #12 1579. from nsselect.m:31: #12 1579. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1579. | ^ #12 1579. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1579. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1579. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1579. from nsgui.h:34, #12 1579. from dispextern.h:137, #12 1579. from nsterm.h:22, #12 1579. from nsselect.m:31: #12 1579. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 88 | #if GS_API_VERSION(0,011500) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1579. | ^ #12 1579. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #12 1579. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1579. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1579. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1579. from nsgui.h:34, #12 1579. from dispextern.h:137, #12 1579. from nsterm.h:22, #12 1579. from nsselect.m:31: #12 1579. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1579. | ^ #12 1579. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1579. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1579. from nsgui.h:34, #12 1579. from dispextern.h:137, #12 1579. from nsterm.h:22, #12 1579. from nsselect.m:31: #12 1579. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #12 1579. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1579. | ^~~~~~~~~~ #12 1579. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1579. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1579. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1579. from nsgui.h:34, #12 1579. from dispextern.h:137, #12 1579. from nsterm.h:22, #12 1579. from nsselect.m:31: #12 1579. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #12 1579. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1579. | ^~~~~~~~~~ #12 1579. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #12 1579. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1579. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1579. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1579. from nsgui.h:34, #12 1579. from dispextern.h:137, #12 1579. from nsterm.h:22, #12 1579. from nsselect.m:31: #12 1579. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1579. | ^ #12 1579. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1579. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1579. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1579. from nsgui.h:34, #12 1579. from dispextern.h:137, #12 1579. from nsterm.h:22, #12 1579. from nsselect.m:31: #12 1579. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1579. | ^ #12 1579. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #12 1579. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1579. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1579. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1579. from nsgui.h:34, #12 1579. from dispextern.h:137, #12 1579. from nsterm.h:22, #12 1579. from nsselect.m:31: #12 1579. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1579. | ^ #12 1579. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #12 1579. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1579. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1579. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1579. from nsgui.h:34, #12 1579. from dispextern.h:137, #12 1579. from nsterm.h:22, #12 1579. from nsselect.m:31: #12 1579. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1579. | ^ #12 1579. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1579. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1579. from nsgui.h:34, #12 1579. from dispextern.h:137, #12 1579. from nsterm.h:22, #12 1579. from nsselect.m:31: #12 1579. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1579. | ^ #12 1579. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1579. from nsgui.h:34, #12 1579. from dispextern.h:137, #12 1579. from nsterm.h:22, #12 1579. from nsselect.m:31: #12 1579. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 46 | #if GS_EXPOSE(NSAffineTransform) #12 1579. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1579. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #12 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1579. from nsgui.h:34, #12 1579. from dispextern.h:137, #12 1579. from nsterm.h:22, #12 1579. from nsselect.m:31: #12 1579. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1579. | ^ #12 1579. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #12 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1579. from nsgui.h:34, #12 1579. from dispextern.h:137, #12 1579. from nsterm.h:22, #12 1579. from nsselect.m:31: #12 1579. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1579. | ^ #12 1579. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #12 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1579. from nsgui.h:34, #12 1579. from dispextern.h:137, #12 1579. from nsterm.h:22, #12 1579. from nsselect.m:31: #12 1579. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1579. | ^ #12 1579. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #12 1579. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1579. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1579. from nsgui.h:34, #12 1579. from dispextern.h:137, #12 1579. from nsterm.h:22, #12 1579. from nsselect.m:31: #12 1579. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1579. | ^ #12 1579. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1579. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1579. from nsgui.h:34, #12 1579. from dispextern.h:137, #12 1579. from nsterm.h:22, #12 1579. from nsselect.m:31: #12 1579. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1579. | ^ #12 1579. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1579. from nsgui.h:34, #12 1579. from dispextern.h:137, #12 1579. from nsterm.h:22, #12 1579. from nsselect.m:31: #12 1579. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 45 | #if GS_EXPOSE(NSArchiver) #12 1579. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1579. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 164 | #if GS_EXPOSE(NSUnarchiver) #12 1579. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1579. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1579. | ^ #12 1579. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1579. from nsgui.h:34, #12 1579. from dispextern.h:137, #12 1579. from nsterm.h:22, #12 1579. from nsselect.m:31: #12 1579. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1579. | ^ #12 1579. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #12 1579. from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1579. from nsgui.h:34, #12 1579. from dispextern.h:137, #12 1579. from nsterm.h:22, #12 1579. from nsselect.m:31: #12 1579. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1579. | ^ #12 1579. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1579. from nsgui.h:34, #12 1579. from dispextern.h:137, #12 1579. from nsterm.h:22, #12 1579. from nsselect.m:31: #12 1579. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1579. | ^ #12 1579. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #12 1579. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1579. from nsgui.h:34, #12 1579. from dispextern.h:137, #12 1579. from nsterm.h:22, #12 1579. from nsselect.m:31: #12 1579. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1579. | ^ #12 1579. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #12 1579. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1579. from nsgui.h:34, #12 1579. from dispextern.h:137, #12 1579. from nsterm.h:22, #12 1579. from nsselect.m:31: #12 1579. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1579. | ^ #12 1579. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #12 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1579. from nsgui.h:34, #12 1579. from dispextern.h:137, #12 1579. from nsterm.h:22, #12 1579. from nsselect.m:31: #12 1579. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #12 1579. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1579. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1579. | ^ #12 1579. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #12 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1579. from nsgui.h:34, #12 1579. from dispextern.h:137, #12 1579. from nsterm.h:22, #12 1579. from nsselect.m:31: #12 1579. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1579. | ^ #12 1579. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1579. from nsgui.h:34, #12 1579. from dispextern.h:137, #12 1579. from nsterm.h:22, #12 1579. from nsselect.m:31: #12 1579. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 114 | #if GS_EXPOSE(NSBundle) #12 1579. | ^~~~~~~~~~~~~~~~~~~~~ #12 1579. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1579. | ^ #12 1579. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #12 1579. from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1579. from nsgui.h:34, #12 1579. from dispextern.h:137, #12 1579. from nsterm.h:22, #12 1579. from nsselect.m:31: #12 1579. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1579. | ^ #12 1579. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #12 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1579. from nsgui.h:34, #12 1579. from dispextern.h:137, #12 1579. from nsterm.h:22, #12 1579. from nsselect.m:31: #12 1579. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 43 | #if GS_EXPOSE(NSCache) #12 1579. | ^~~~~~~~~~~~~~~~~~~~ #12 1579. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #12 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1579. from nsgui.h:34, #12 1579. from dispextern.h:137, #12 1579. from nsterm.h:22, #12 1579. from nsselect.m:31: #12 1579. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1579. | ^ #12 1579. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1579. from nsgui.h:34, #12 1579. from dispextern.h:137, #12 1579. from nsterm.h:22, #12 1579. from nsselect.m:31: #12 1579. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 37 | #if GS_EXPOSE(NSCalendarDate) #12 1579. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1579. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1579. | ^ #12 1579. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #12 1579. from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1579. from nsgui.h:34, #12 1579. from dispextern.h:137, #12 1579. from nsterm.h:22, #12 1579. from nsselect.m:31: #12 1579. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1579. | ^ #12 1579. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #12 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1579. from nsgui.h:34, #12 1579. from dispextern.h:137, #12 1579. from nsterm.h:22, #12 1579. from nsselect.m:31: #12 1579. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1579. | ^ #12 1579. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #12 1579. from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1579. from nsgui.h:34, #12 1579. from dispextern.h:137, #12 1579. from nsterm.h:22, #12 1579. from nsselect.m:31: #12 1579. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 113 | #if GS_EXPOSE(NSException) #12 1579. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1579. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1579. 303 | NSGetUncaughtExceptionHandler(); #12 1579. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1579. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1579. from nsgui.h:34, #12 1579. from dispextern.h:137, #12 1579. from nsterm.h:22, #12 1579. from nsselect.m:31: #12 1579. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1579. | ^ #12 1579. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1579. from nsgui.h:34, #12 1579. from dispextern.h:137, #12 1579. from nsterm.h:22, #12 1579. from nsselect.m:31: #12 1579. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1579. | ^ #12 1579. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #12 1579. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1579. from nsgui.h:34, #12 1579. from dispextern.h:137, #12 1579. from nsterm.h:22, #12 1579. from nsselect.m:31: #12 1579. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 53 | #if GS_EXPOSE(NSExpression) #12 1579. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1579. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #12 1579. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1579. from nsgui.h:34, #12 1579. from dispextern.h:137, #12 1579. from nsterm.h:22, #12 1579. from nsselect.m:31: #12 1579. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1579. | ^ #12 1579. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1579. from nsgui.h:34, #12 1579. from dispextern.h:137, #12 1579. from nsterm.h:22, #12 1579. from nsselect.m:31: #12 1579. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 74 | #if GS_EXPOSE(NSComparisonPredicate) #12 1579. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1579. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #12 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1579. from nsgui.h:34, #12 1579. from dispextern.h:137, #12 1579. from nsterm.h:22, #12 1579. from nsselect.m:31: #12 1579. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 47 | #if GS_EXPOSE(NSCompoundPredicate) #12 1579. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1579. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #12 1579. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1579. from nsgui.h:34, #12 1579. from dispextern.h:137, #12 1579. from nsterm.h:22, #12 1579. from nsselect.m:31: #12 1579. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 47 | #if GS_EXPOSE(NSTimer) #12 1579. | ^~~~~~~~~~~~~~~~~~~~ #12 1579. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1579. | ^ #12 1579. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #12 1579. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #12 1579. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1579. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1579. from nsgui.h:34, #12 1579. from dispextern.h:137, #12 1579. from nsterm.h:22, #12 1579. from nsselect.m:31: #12 1579. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1579. | ^ #12 1579. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1579. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1579. from nsgui.h:34, #12 1579. from dispextern.h:137, #12 1579. from nsterm.h:22, #12 1579. from nsselect.m:31: #12 1579. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 46 | #if GS_EXPOSE(NSRunLoop) #12 1579. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1579. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1579. | ^ #12 1579. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1579. from nsgui.h:34, #12 1579. from dispextern.h:137, #12 1579. from nsterm.h:22, #12 1579. from nsselect.m:31: #12 1579. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1579. | ^ #12 1579. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #12 1579. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1579. from nsgui.h:34, #12 1579. from dispextern.h:137, #12 1579. from nsterm.h:22, #12 1579. from nsselect.m:31: #12 1579. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1579. | ^ #12 1579. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1579. from nsgui.h:34, #12 1579. from dispextern.h:137, #12 1579. from nsterm.h:22, #12 1579. from nsselect.m:31: #12 1579. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1579. | ^ #12 1579. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #12 1579. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1579. from nsgui.h:34, #12 1579. from dispextern.h:137, #12 1579. from nsterm.h:22, #12 1579. from nsselect.m:31: #12 1579. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1579. | ^ #12 1579. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #12 1579. from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1579. from nsgui.h:34, #12 1579. from dispextern.h:137, #12 1579. from nsterm.h:22, #12 1579. from nsselect.m:31: #12 1579. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1579. | ^ #12 1579. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1579. from nsgui.h:34, #12 1579. from dispextern.h:137, #12 1579. from nsterm.h:22, #12 1579. from nsselect.m:31: #12 1579. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #12 1579. | ^ #12 1579. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #12 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1579. from nsgui.h:34, #12 1579. from dispextern.h:137, #12 1579. from nsterm.h:22, #12 1579. from nsselect.m:31: #12 1579. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 127 | #if GS_EXPOSE(NSDateFormatter) #12 1579. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1579. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1579. | ^ #12 1579. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #12 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1579. from nsgui.h:34, #12 1579. from dispextern.h:137, #12 1579. from nsterm.h:22, #12 1579. from nsselect.m:31: #12 1579. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1579. | ^ #12 1579. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #12 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1579. from nsgui.h:34, #12 1579. from dispextern.h:137, #12 1579. from nsterm.h:22, #12 1579. from nsselect.m:31: #12 1579. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1579. | ^ #12 1579. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1579. from nsgui.h:34, #12 1579. from dispextern.h:137, #12 1579. from nsterm.h:22, #12 1579. from nsselect.m:31: #12 1579. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1579. | ^ #12 1579. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #12 1579. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1579. from nsgui.h:34, #12 1579. from dispextern.h:137, #12 1579. from nsterm.h:22, #12 1579. from nsselect.m:31: #12 1579. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1579. | ^ #12 1579. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1579. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1579. from nsgui.h:34, #12 1579. from dispextern.h:137, #12 1579. from nsterm.h:22, #12 1579. from nsselect.m:31: #12 1579. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1579. | ^ #12 1579. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #12 1579. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1579. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1579. from nsgui.h:34, #12 1579. from dispextern.h:137, #12 1579. from nsterm.h:22, #12 1579. from nsselect.m:31: #12 1579. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1579. | ^ #12 1579. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1579. from nsgui.h:34, #12 1579. from dispextern.h:137, #12 1579. from nsterm.h:22, #12 1579. from nsselect.m:31: #12 1579. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #12 1579. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1579. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 192 | #if GS_EXPOSE(NSDecimalNumber) #12 1579. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1579. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #12 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1579. from nsgui.h:34, #12 1579. from dispextern.h:137, #12 1579. from nsterm.h:22, #12 1579. from nsselect.m:31: #12 1579. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 40 | #if GS_EXPOSE(NSDistantObject) #12 1579. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1579. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #12 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1579. from nsgui.h:34, #12 1579. from dispextern.h:137, #12 1579. from nsterm.h:22, #12 1579. from nsselect.m:31: #12 1579. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 41 | #if GS_EXPOSE(NSDistributedLock) #12 1579. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1579. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1579. from nsgui.h:34, #12 1579. from dispextern.h:137, #12 1579. from nsterm.h:22, #12 1579. from nsselect.m:31: #12 1579. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1579. | ^ #12 1579. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1579. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1579. from nsgui.h:34, #12 1579. from dispextern.h:137, #12 1579. from nsterm.h:22, #12 1579. from nsselect.m:31: #12 1579. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 74 | #if GS_EXPOSE(NSLock) #12 1579. | ^~~~~~~~~~~~~~~~~~~ #12 1579. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 125 | #if GS_EXPOSE(NSCondition) #12 1579. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1579. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 175 | #if GS_EXPOSE(NSConditionLock) #12 1579. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1579. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 275 | #if GS_EXPOSE(NSRecursiveLock) #12 1579. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1579. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1579. | ^ #12 1579. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #12 1579. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1579. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1579. from nsgui.h:34, #12 1579. from dispextern.h:137, #12 1579. from nsterm.h:22, #12 1579. from nsselect.m:31: #12 1579. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1579. | ^ #12 1579. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #12 1579. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1579. from nsgui.h:34, #12 1579. from dispextern.h:137, #12 1579. from nsterm.h:22, #12 1579. from nsselect.m:31: #12 1579. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 71 | #if GS_EXPOSE(NSNotificationCenter) #12 1579. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1579. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1579. | ^ #12 1579. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1579. from nsgui.h:34, #12 1579. from dispextern.h:137, #12 1579. from nsterm.h:22, #12 1579. from nsselect.m:31: #12 1579. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #12 1579. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1579. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #12 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1579. from nsgui.h:34, #12 1579. from dispextern.h:137, #12 1579. from nsterm.h:22, #12 1579. from nsselect.m:31: #12 1579. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1579. | ^ #12 1579. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #12 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1579. from nsgui.h:34, #12 1579. from dispextern.h:137, #12 1579. from nsterm.h:22, #12 1579. from nsselect.m:31: #12 1579. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 134 | #if GS_EXPOSE(NSError) #12 1579. | ^~~~~~~~~~~~~~~~~~~~ #12 1579. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1579. | ^ #12 1579. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #12 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1579. from nsgui.h:34, #12 1579. from dispextern.h:137, #12 1579. from nsterm.h:22, #12 1579. from nsselect.m:31: #12 1579. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1579. | ^ #12 1579. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #12 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1579. from nsgui.h:34, #12 1579. from dispextern.h:137, #12 1579. from nsterm.h:22, #12 1579. from nsselect.m:31: #12 1579. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1579. | ^ #12 1579. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #12 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1579. from nsgui.h:34, #12 1579. from dispextern.h:137, #12 1579. from nsterm.h:22, #12 1579. from nsselect.m:31: #12 1579. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1579. | ^ #12 1579. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #12 1579. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1579. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1579. from nsgui.h:34, #12 1579. from dispextern.h:137, #12 1579. from nsterm.h:22, #12 1579. from nsselect.m:31: #12 1579. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 182 | #if GS_EXPOSE(NSURLHandle) #12 1579. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1579. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1579. | ^ #12 1579. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1579. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1579. from nsgui.h:34, #12 1579. from dispextern.h:137, #12 1579. from nsterm.h:22, #12 1579. from nsselect.m:31: #12 1579. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 73 | #if GS_EXPOSE(NSURL) #12 1579. | ^~~~~~~~~~~~~~~~~~ #12 1579. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1579. | ^ #12 1579. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #12 1579. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1579. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1579. from nsgui.h:34, #12 1579. from dispextern.h:137, #12 1579. from nsterm.h:22, #12 1579. from nsselect.m:31: #12 1579. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1579. | ^ #12 1579. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1579. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1579. from nsgui.h:34, #12 1579. from dispextern.h:137, #12 1579. from nsterm.h:22, #12 1579. from nsselect.m:31: #12 1579. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 599 | #if GS_EXPOSE(NSURLQueryItem) #12 1579. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1579. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 633 | #if GS_EXPOSE(NSURLComponents) #12 1579. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1579. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1579. | ^ #12 1579. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1579. from nsgui.h:34, #12 1579. from dispextern.h:137, #12 1579. from nsterm.h:22, #12 1579. from nsselect.m:31: #12 1579. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1579. | ^ #12 1579. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1579. from nsgui.h:34, #12 1579. from dispextern.h:137, #12 1579. from nsterm.h:22, #12 1579. from nsselect.m:31: #12 1579. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 160 | #if GS_EXPOSE(NSPipe) #12 1579. | ^~~~~~~~~~~~~~~~~~~ #12 1579. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1579. | ^ #12 1579. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #12 1579. from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1579. from nsgui.h:34, #12 1579. from dispextern.h:137, #12 1579. from nsterm.h:22, #12 1579. from nsselect.m:31: #12 1579. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1579. | ^ #12 1579. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1579. from nsgui.h:34, #12 1579. from dispextern.h:137, #12 1579. from nsterm.h:22, #12 1579. from nsselect.m:31: #12 1579. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1579. | ^ #12 1579. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #12 1579. from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1579. from nsgui.h:34, #12 1579. from dispextern.h:137, #12 1579. from nsterm.h:22, #12 1579. from nsselect.m:31: #12 1579. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1579. | ^ #12 1579. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1579. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1579. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 215 | #if GS_EXPOSE(NSFileManager) #12 1580. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1580. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #12 1580. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1580. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 42 | #if GS_EXPOSE(NSHost) #12 1580. | ^~~~~~~~~~~~~~~~~~~ #12 1580. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 68 | #if GS_EXPOSE(NSHTTPCookie) #12 1580. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1580. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #12 1580. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1580. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 47 | #if GS_EXPOSE(NSIndexPath) #12 1580. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1580. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 49 | #if GS_EXPOSE(NSIndexSet) #12 1580. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1580. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #12 1580. from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 52 | #if GS_EXPOSE(NSMethodSignature) #12 1580. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1580. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 38 | #if GS_EXPOSE(NSInvocation) #12 1580. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1580. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #12 1580. from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/Foundation/Foundation.h:99, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/Foundation/NSItemProviderReadingWriting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1580. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/Foundation/NSPropertyList.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSPropertyList.h:68:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1580. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/Foundation/NSPropertyList.h:268:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 268 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 55 | #if GS_EXPOSE(NSKeyedArchiver) #12 1580. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1580. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:230:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 230 | #if GS_EXPOSE(NSKeyedUnarchiver) #12 1580. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1580. In file included from /usr/include/GNUstep/Foundation/Foundation.h:102, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/Foundation/NSKeyValueCoding.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/Foundation/Foundation.h:103, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:45:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:183:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/Foundation/Foundation.h:104, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/Foundation/NSLengthFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/Foundation/Foundation.h:105, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/Foundation/NSLinguisticTagger.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/Foundation/Foundation.h:107, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/Foundation/NSLocale.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSLocale.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSLocale.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSLocale.h:103:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 103 | #if GS_EXPOSE(NSLocale) #12 1580. | ^~~~~~~~~~~~~~~~~~~~~ #12 1580. /usr/include/GNUstep/Foundation/NSLocale.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSLocale.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSLocale.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSLocale.h:190:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 190 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSLocale.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 196 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSLocale.h:207:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSLocale.h:236:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/Foundation/Foundation.h:109, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/Foundation/NSMeasurement.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/Foundation/Foundation.h:110, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #12 1580. from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 40 | #if GS_EXPOSE(NSMetadataItem) #12 1580. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1580. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 66 | #if GS_EXPOSE(NSMetadataQuery) #12 1580. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1580. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #12 1580. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1580. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #12 1580. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1580. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 112 | #if GS_EXPOSE(NSNotificationQueue) #12 1580. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1580. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 361 | #if GS_EXPOSE(NSNetService) #12 1580. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1580. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #12 1580. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1580. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 123 | #if GS_EXPOSE(NSNumberFormatter) #12 1580. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1580. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 53 | #if GS_EXPOSE(NSPortCoder) #12 1580. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1580. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #12 1580. from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 77 | #if GS_EXPOSE(NSPort) #12 1580. | ^~~~~~~~~~~~~~~~~~~ #12 1580. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 202 | #if GS_EXPOSE(NSSocketPort) #12 1580. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1580. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 284 | #if GS_EXPOSE(NSMessagePort) #12 1580. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1580. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 47 | #if GS_EXPOSE(NSPortMessage) #12 1580. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1580. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #12 1580. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1580. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 53 | #if GS_EXPOSE(NSProgress) #12 1580. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1580. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 40 | #if GS_EXPOSE(NSProtocolChecker) #12 1580. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1580. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 91 | #if GS_EXPOSE(NSRegularExpression) #12 1580. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1580. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 42 | #if GS_EXPOSE(NSScanner) #12 1580. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1580. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 48 | #if GS_EXPOSE(NSSortDescriptor) #12 1580. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1580. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 58 | #if GS_EXPOSE(NSSpellServer) #12 1580. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1580. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #12 1580. from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 51 | #if GS_EXPOSE(NSTask) #12 1580. | ^~~~~~~~~~~~~~~~~~~ #12 1580. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #12 1580. from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 59 | #if GS_EXPOSE(NSThread) #12 1580. | ^~~~~~~~~~~~~~~~~~~~~ #12 1580. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #12 1580. from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 87 | #if GS_EXPOSE(NSUndoManager) #12 1580. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1580. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #12 1580. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1580. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 59 | #if GS_EXPOSE(NSCachedURLResponse) #12 1580. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1580. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 105 | #if GS_EXPOSE(NSURLCache) #12 1580. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1580. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 48 | #if GS_EXPOSE(NSURLConnection) #12 1580. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1580. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 56 | #if GS_EXPOSE(NSURLCredential) #12 1580. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1580. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #12 1580. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1580. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 49 | #if GS_EXPOSE(NSURLDownload) #12 1580. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1580. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #12 1580. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1580. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 121 | #if GS_EXPOSE(NSURLProtocol) #12 1580. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1580. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 92 | #if GS_EXPOSE(NSURLRequest) #12 1580. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1580. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 49 | #if GS_EXPOSE(NSURLResponse) #12 1580. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1580. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 217 | #if GS_EXPOSE(NSUserDefaults) #12 1580. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1580. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #12 1580. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #12 1580. from /usr/include/GNUstep/Foundation/Foundation.h:184, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 72 | #if GS_EXPOSE(NSXMLParser) #12 1580. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1580. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #12 1580. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1580. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1580. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1580. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1580. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #12 1580. from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1580. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1580. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1580. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1580. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1580. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1580. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1580. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1580. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #12 1580. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1580. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1580. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1580. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1580. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1580. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1580. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1580. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1580. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1580. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #12 1580. 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1580. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1580. /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #12 1580. 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1580. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1580. /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #12 1580. 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1580. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1580. /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #12 1580. 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1580. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1580. /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #12 1580. 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1580. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1580. /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #12 1580. 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1580. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1580. /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #12 1580. 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1580. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1580. /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #12 1580. 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1580. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1580. /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #12 1580. 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1580. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1580. /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #12 1580. 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1580. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1580. /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #12 1580. 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1580. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1580. /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #12 1580. 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1580. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1580. /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #12 1580. 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1580. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1580. /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #12 1580. 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1580. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1580. /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #12 1580. 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1580. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1580. /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #12 1580. 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1580. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1580. /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #12 1580. 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1580. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1580. /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #12 1580. 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1580. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1580. /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #12 1580. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #12 1580. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #12 1580. 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1580. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1580. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #12 1580. 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1580. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1580. In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #12 1580. 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1580. | ^~~~~~~~~~~~~~~~~~~~ #12 1580. In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #12 1580. 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1580. | ^~~~~~~~~~~~~~~~~~~~ #12 1580. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #12 1580. from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #12 1580. from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #12 1580. 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1580. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1580. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1580. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #12 1580. 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1580. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1580. In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1580. | ^ #12 1580. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1580. 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1580. | ^ #12 1580. /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1580. 125 | __attribute__((unused)); #12 1580. | ^~~~~~~~~~~~~ #12 1580. /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1580. 129 | __attribute__((unused)); #12 1580. | ^~~~~~~~~~~~~ #12 1580. /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1580. 133 | __attribute__((unused)); #12 1580. | ^~~~~~~~~~~~~ #12 1580. /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1580. 214 | __attribute__((unused)); #12 1580. | ^~~~~~~~~~~~~ #12 1580. /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1580. 247 | __attribute__((unused)); #12 1580. | ^~~~~~~~~~~~~ #12 1580. /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1580. 251 | __attribute__((unused)); #12 1580. | ^~~~~~~~~~~~~ #12 1580. /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1580. 259 | __attribute__((unused)); #12 1580. | ^~~~~~~~~~~~~ #12 1580. /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1580. 263 | __attribute__((unused)); #12 1580. | ^~~~~~~~~~~~~ #12 1580. /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1580. 267 | __attribute__((unused)); #12 1580. | ^~~~~~~~~~~~~ #12 1580. /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1580. 271 | __attribute__((unused)); #12 1580. | ^~~~~~~~~~~~~ #12 1580. /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1580. 275 | __attribute__((unused)); #12 1580. | ^~~~~~~~~~~~~ #12 1580. /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1580. 287 | __attribute__((unused)); #12 1580. | ^~~~~~~~~~~~~ #12 1580. /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1580. 311 | __attribute__((unused)); #12 1580. | ^~~~~~~~~~~~~ #12 1580. /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1580. 323 | __attribute__((unused)); #12 1580. | ^~~~~~~~~~~~~ #12 1580. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1580. from nsgui.h:34, #12 1580. from dispextern.h:137, #12 1580. from nsterm.h:22, #12 1580. from nsselect.m:31: #12 1580. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1580. 493 | PSgsave() #12 1580. | ^~~~~~~ #12 1580. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #12 1580. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #12 1580. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1580. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1580. 499 | PSgrestore() #12 1580. | ^~~~~~~~~~ #12 1580. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #12 1580. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #12 1580. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1580. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1580. 505 | PSinitgraphics() #12 1580. | ^~~~~~~~~~~~~~ #12 1580. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #12 1580. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #12 1580. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1580. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1580. 622 | PSinitmatrix() #12 1580. | ^~~~~~~~~~~~ #12 1580. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #12 1580. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #12 1580. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1580. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1580. 669 | PSclip() #12 1580. | ^~~~~~ #12 1580. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #12 1580. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #12 1580. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1580. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1580. 675 | PSclosepath() #12 1580. | ^~~~~~~~~~~ #12 1580. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #12 1580. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #12 1580. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1580. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1580. 687 | PSeoclip() #12 1580. | ^~~~~~~~ #12 1580. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #12 1580. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #12 1580. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1580. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1580. 693 | PSeofill() #12 1580. | ^~~~~~~~ #12 1580. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #12 1580. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #12 1580. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1580. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1580. 699 | PSfill() #12 1580. | ^~~~~~ #12 1580. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #12 1580. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #12 1580. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1580. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1580. 705 | PSflattenpath() #12 1580. | ^~~~~~~~~~~~~ #12 1580. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #12 1580. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #12 1580. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1580. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1580. 711 | PSinitclip() #12 1580. | ^~~~~~~~~~ #12 1580. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #12 1580. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #12 1580. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1580. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1580. 729 | PSnewpath() #12 1580. | ^~~~~~~~~ #12 1580. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #12 1580. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #12 1580. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1580. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1580. 765 | PSreversepath() #12 1580. | ^~~~~~~~~~~~~ #12 1580. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #12 1580. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #12 1580. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1580. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1580. 783 | PSstroke() #12 1580. | ^~~~~~~~ #12 1580. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #12 1580. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #12 1580. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1580. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1580. 835 | PSWait() #12 1580. | ^~~~~~ #12 1580. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #12 1580. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #12 1583. CC nsimage.o #12 1583. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #12 1583. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #12 1585. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #12 1585. from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1585. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1585. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #12 1585. | ^ #12 1585. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1585. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1585. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #12 1585. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1585. | ^~~~~~~~~~~~~~~~~~~~ #12 1585. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #12 1585. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1585. | ^~~~~~~~~~~~~~~~~~~~ #12 1585. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1585. | ^ #12 1585. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #12 1585. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1585. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #12 1585. | ^ #12 1585. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1585. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1585. | ^ #12 1585. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #12 1585. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1585. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1585. | ^ #12 1585. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1585. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1585. | ^ #12 1585. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #12 1585. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1585. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1585. | ^ #12 1585. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1585. | ^ #12 1585. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1585. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1585. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 88 | #if GS_API_VERSION(0,011500) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1585. | ^ #12 1585. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #12 1585. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1585. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1585. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1585. | ^ #12 1585. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1585. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #12 1585. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1585. | ^~~~~~~~~~ #12 1585. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1585. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1585. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #12 1585. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1585. | ^~~~~~~~~~ #12 1585. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #12 1585. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1585. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1585. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1585. | ^ #12 1585. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1585. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1585. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1585. | ^ #12 1585. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #12 1585. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1585. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1585. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1585. | ^ #12 1585. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #12 1585. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1585. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1585. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1585. | ^ #12 1585. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1585. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1585. | ^ #12 1585. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 46 | #if GS_EXPOSE(NSAffineTransform) #12 1585. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1585. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1585. | ^ #12 1585. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1585. | ^ #12 1585. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1585. | ^ #12 1585. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #12 1585. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1585. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1585. | ^ #12 1585. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1585. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1585. | ^ #12 1585. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 45 | #if GS_EXPOSE(NSArchiver) #12 1585. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1585. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 164 | #if GS_EXPOSE(NSUnarchiver) #12 1585. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1585. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1585. | ^ #12 1585. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1585. | ^ #12 1585. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #12 1585. from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1585. | ^ #12 1585. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1585. | ^ #12 1585. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #12 1585. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1585. | ^ #12 1585. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #12 1585. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1585. | ^ #12 1585. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #12 1585. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1585. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1585. | ^ #12 1585. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1585. | ^ #12 1585. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 114 | #if GS_EXPOSE(NSBundle) #12 1585. | ^~~~~~~~~~~~~~~~~~~~~ #12 1585. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1585. | ^ #12 1585. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #12 1585. from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1585. | ^ #12 1585. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 43 | #if GS_EXPOSE(NSCache) #12 1585. | ^~~~~~~~~~~~~~~~~~~~ #12 1585. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1585. | ^ #12 1585. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 37 | #if GS_EXPOSE(NSCalendarDate) #12 1585. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1585. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1585. | ^ #12 1585. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #12 1585. from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1585. | ^ #12 1585. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1585. | ^ #12 1585. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #12 1585. from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 113 | #if GS_EXPOSE(NSException) #12 1585. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1585. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1585. 303 | NSGetUncaughtExceptionHandler(); #12 1585. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1585. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1585. | ^ #12 1585. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1585. | ^ #12 1585. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #12 1585. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 53 | #if GS_EXPOSE(NSExpression) #12 1585. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1585. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #12 1585. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1585. | ^ #12 1585. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 74 | #if GS_EXPOSE(NSComparisonPredicate) #12 1585. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1585. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 47 | #if GS_EXPOSE(NSCompoundPredicate) #12 1585. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1585. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #12 1585. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 47 | #if GS_EXPOSE(NSTimer) #12 1585. | ^~~~~~~~~~~~~~~~~~~~ #12 1585. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1585. | ^ #12 1585. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #12 1585. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #12 1585. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1585. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1585. | ^ #12 1585. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1585. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 46 | #if GS_EXPOSE(NSRunLoop) #12 1585. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1585. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1585. | ^ #12 1585. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1585. | ^ #12 1585. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #12 1585. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1585. | ^ #12 1585. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1585. | ^ #12 1585. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #12 1585. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1585. | ^ #12 1585. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #12 1585. from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1585. | ^ #12 1585. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #12 1585. | ^ #12 1585. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 127 | #if GS_EXPOSE(NSDateFormatter) #12 1585. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1585. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1585. | ^ #12 1585. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1585. | ^ #12 1585. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1585. | ^ #12 1585. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1585. | ^ #12 1585. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #12 1585. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1585. | ^ #12 1585. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1585. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1585. | ^ #12 1585. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #12 1585. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1585. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1585. | ^ #12 1585. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #12 1585. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1585. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 192 | #if GS_EXPOSE(NSDecimalNumber) #12 1585. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1585. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 40 | #if GS_EXPOSE(NSDistantObject) #12 1585. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1585. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 41 | #if GS_EXPOSE(NSDistributedLock) #12 1585. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1585. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1585. | ^ #12 1585. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1585. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 74 | #if GS_EXPOSE(NSLock) #12 1585. | ^~~~~~~~~~~~~~~~~~~ #12 1585. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 125 | #if GS_EXPOSE(NSCondition) #12 1585. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1585. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 175 | #if GS_EXPOSE(NSConditionLock) #12 1585. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1585. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 275 | #if GS_EXPOSE(NSRecursiveLock) #12 1585. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1585. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1585. | ^ #12 1585. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #12 1585. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1585. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1585. | ^ #12 1585. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #12 1585. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 71 | #if GS_EXPOSE(NSNotificationCenter) #12 1585. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1585. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1585. | ^ #12 1585. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #12 1585. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1585. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1585. | ^ #12 1585. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 134 | #if GS_EXPOSE(NSError) #12 1585. | ^~~~~~~~~~~~~~~~~~~~ #12 1585. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1585. | ^ #12 1585. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1585. | ^ #12 1585. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1585. | ^ #12 1585. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1585. | ^ #12 1585. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #12 1585. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1585. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 182 | #if GS_EXPOSE(NSURLHandle) #12 1585. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1585. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1585. | ^ #12 1585. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1585. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 73 | #if GS_EXPOSE(NSURL) #12 1585. | ^~~~~~~~~~~~~~~~~~ #12 1585. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1585. | ^ #12 1585. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #12 1585. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1585. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1585. | ^ #12 1585. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1585. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 599 | #if GS_EXPOSE(NSURLQueryItem) #12 1585. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1585. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 633 | #if GS_EXPOSE(NSURLComponents) #12 1585. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1585. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1585. | ^ #12 1585. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1585. | ^ #12 1585. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 160 | #if GS_EXPOSE(NSPipe) #12 1585. | ^~~~~~~~~~~~~~~~~~~ #12 1585. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1585. | ^ #12 1585. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #12 1585. from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1585. | ^ #12 1585. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1585. | ^ #12 1585. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #12 1585. from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1585. | ^ #12 1585. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 215 | #if GS_EXPOSE(NSFileManager) #12 1585. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1585. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #12 1585. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1585. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1585. | ^ #12 1585. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1585. | ^ #12 1585. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1585. | ^ #12 1585. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1585. | ^ #12 1585. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1585. | ^ #12 1585. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1585. | ^ #12 1585. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 42 | #if GS_EXPOSE(NSHost) #12 1585. | ^~~~~~~~~~~~~~~~~~~ #12 1585. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1585. | ^ #12 1585. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 68 | #if GS_EXPOSE(NSHTTPCookie) #12 1585. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1585. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1585. | ^ #12 1585. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #12 1585. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1585. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 47 | #if GS_EXPOSE(NSIndexPath) #12 1585. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1585. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 49 | #if GS_EXPOSE(NSIndexSet) #12 1585. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1585. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1585. | ^ #12 1585. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #12 1585. from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 52 | #if GS_EXPOSE(NSMethodSignature) #12 1585. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1585. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 38 | #if GS_EXPOSE(NSInvocation) #12 1585. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1585. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1585. | ^ #12 1585. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #12 1585. from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1585. | ^ #12 1585. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1585. | ^ #12 1585. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1585. | ^ #12 1585. In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1585. | ^ #12 1585. In file included from /usr/include/GNUstep/Foundation/Foundation.h:99, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSItemProviderReadingWriting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1585. | ^ #12 1585. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1585. | ^ #12 1585. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1585. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSPropertyList.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSPropertyList.h:68:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1585. | ^ #12 1585. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1585. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSPropertyList.h:268:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 268 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1585. | ^ #12 1585. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 55 | #if GS_EXPOSE(NSKeyedArchiver) #12 1585. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1585. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:230:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 230 | #if GS_EXPOSE(NSKeyedUnarchiver) #12 1585. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1585. In file included from /usr/include/GNUstep/Foundation/Foundation.h:102, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSKeyValueCoding.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1585. | ^ #12 1585. In file included from /usr/include/GNUstep/Foundation/Foundation.h:103, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:45:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:183:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1585. | ^ #12 1585. In file included from /usr/include/GNUstep/Foundation/Foundation.h:104, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSLengthFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1585. | ^ #12 1585. In file included from /usr/include/GNUstep/Foundation/Foundation.h:105, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSLinguisticTagger.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1585. | ^ #12 1585. In file included from /usr/include/GNUstep/Foundation/Foundation.h:107, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSLocale.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSLocale.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSLocale.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSLocale.h:103:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 103 | #if GS_EXPOSE(NSLocale) #12 1585. | ^~~~~~~~~~~~~~~~~~~~~ #12 1585. /usr/include/GNUstep/Foundation/NSLocale.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSLocale.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSLocale.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSLocale.h:190:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 190 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSLocale.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 196 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSLocale.h:207:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSLocale.h:236:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1585. | ^ #12 1585. In file included from /usr/include/GNUstep/Foundation/Foundation.h:109, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSMeasurement.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1585. | ^ #12 1585. In file included from /usr/include/GNUstep/Foundation/Foundation.h:110, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1585. | ^ #12 1585. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #12 1585. from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1585. | ^ #12 1585. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 40 | #if GS_EXPOSE(NSMetadataItem) #12 1585. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1585. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 66 | #if GS_EXPOSE(NSMetadataQuery) #12 1585. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1585. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #12 1585. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1585. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #12 1585. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1585. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 112 | #if GS_EXPOSE(NSNotificationQueue) #12 1585. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1585. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 361 | #if GS_EXPOSE(NSNetService) #12 1585. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1585. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #12 1585. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1585. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1585. | ^ #12 1585. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 123 | #if GS_EXPOSE(NSNumberFormatter) #12 1585. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1585. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1585. | ^ #12 1585. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1585. | ^ #12 1585. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1585. | ^ #12 1585. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1585. | ^ #12 1585. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1585. | ^ #12 1585. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1585. | ^ #12 1585. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1585. | ^ #12 1585. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 53 | #if GS_EXPOSE(NSPortCoder) #12 1585. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1585. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #12 1585. from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 77 | #if GS_EXPOSE(NSPort) #12 1585. | ^~~~~~~~~~~~~~~~~~~ #12 1585. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 202 | #if GS_EXPOSE(NSSocketPort) #12 1585. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1585. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 284 | #if GS_EXPOSE(NSMessagePort) #12 1585. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1585. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 47 | #if GS_EXPOSE(NSPortMessage) #12 1585. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1585. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #12 1585. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1585. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 53 | #if GS_EXPOSE(NSProgress) #12 1585. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1585. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 40 | #if GS_EXPOSE(NSProtocolChecker) #12 1585. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1585. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 91 | #if GS_EXPOSE(NSRegularExpression) #12 1585. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1585. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 42 | #if GS_EXPOSE(NSScanner) #12 1585. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1585. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1585. | ^ #12 1585. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1585. | ^ #12 1585. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1585. | ^ #12 1585. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1585. | ^ #12 1585. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1585. | ^ #12 1585. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1585. | ^ #12 1585. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1585. | ^ #12 1585. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1585. | ^ #12 1585. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1585. | ^ #12 1585. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1585. | ^ #12 1585. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #12 1585. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1585. from nsgui.h:34, #12 1585. from dispextern.h:137, #12 1585. from nsimage.m:33: #12 1585. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1585. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1585. | ^ #12 1586. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #12 1586. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1586. from nsgui.h:34, #12 1586. from dispextern.h:137, #12 1586. from nsimage.m:33: #12 1586. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 48 | #if GS_EXPOSE(NSSortDescriptor) #12 1586. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1586. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1586. | ^ #12 1586. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #12 1586. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1586. from nsgui.h:34, #12 1586. from dispextern.h:137, #12 1586. from nsimage.m:33: #12 1586. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 58 | #if GS_EXPOSE(NSSpellServer) #12 1586. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1586. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1586. | ^ #12 1586. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1586. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1586. from nsgui.h:34, #12 1586. from dispextern.h:137, #12 1586. from nsimage.m:33: #12 1586. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1586. | ^ #12 1586. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #12 1586. from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1586. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1586. from nsgui.h:34, #12 1586. from dispextern.h:137, #12 1586. from nsimage.m:33: #12 1586. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1586. | ^ #12 1586. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1586. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1586. from nsgui.h:34, #12 1586. from dispextern.h:137, #12 1586. from nsimage.m:33: #12 1586. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 51 | #if GS_EXPOSE(NSTask) #12 1586. | ^~~~~~~~~~~~~~~~~~~ #12 1586. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1586. | ^ #12 1586. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #12 1586. from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1586. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1586. from nsgui.h:34, #12 1586. from dispextern.h:137, #12 1586. from nsimage.m:33: #12 1586. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1586. | ^ #12 1586. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #12 1586. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1586. from nsgui.h:34, #12 1586. from dispextern.h:137, #12 1586. from nsimage.m:33: #12 1586. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1586. | ^ #12 1586. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1586. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1586. from nsgui.h:34, #12 1586. from dispextern.h:137, #12 1586. from nsimage.m:33: #12 1586. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 59 | #if GS_EXPOSE(NSThread) #12 1586. | ^~~~~~~~~~~~~~~~~~~~~ #12 1586. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #12 1586. | ^ #12 1586. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #12 1586. | ^ #12 1586. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1586. | ^ #12 1586. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1586. | ^ #12 1586. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #12 1586. from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1586. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1586. from nsgui.h:34, #12 1586. from dispextern.h:137, #12 1586. from nsimage.m:33: #12 1586. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1586. | ^ #12 1586. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #12 1586. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1586. from nsgui.h:34, #12 1586. from dispextern.h:137, #12 1586. from nsimage.m:33: #12 1586. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1586. | ^ #12 1586. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1586. | ^ #12 1586. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #12 1586. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1586. from nsgui.h:34, #12 1586. from dispextern.h:137, #12 1586. from nsimage.m:33: #12 1586. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1586. | ^ #12 1586. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #12 1586. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1586. from nsgui.h:34, #12 1586. from dispextern.h:137, #12 1586. from nsimage.m:33: #12 1586. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 87 | #if GS_EXPOSE(NSUndoManager) #12 1586. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1586. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #12 1586. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1586. from nsgui.h:34, #12 1586. from dispextern.h:137, #12 1586. from nsimage.m:33: #12 1586. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1586. | ^ #12 1586. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #12 1586. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1586. from nsgui.h:34, #12 1586. from dispextern.h:137, #12 1586. from nsimage.m:33: #12 1586. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1586. | ^ #12 1586. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #12 1586. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1586. from nsgui.h:34, #12 1586. from dispextern.h:137, #12 1586. from nsimage.m:33: #12 1586. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #12 1586. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1586. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #12 1586. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1586. from nsgui.h:34, #12 1586. from dispextern.h:137, #12 1586. from nsimage.m:33: #12 1586. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 59 | #if GS_EXPOSE(NSCachedURLResponse) #12 1586. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1586. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 105 | #if GS_EXPOSE(NSURLCache) #12 1586. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1586. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #12 1586. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1586. from nsgui.h:34, #12 1586. from dispextern.h:137, #12 1586. from nsimage.m:33: #12 1586. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 48 | #if GS_EXPOSE(NSURLConnection) #12 1586. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1586. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1586. | ^ #12 1586. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #12 1586. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1586. from nsgui.h:34, #12 1586. from dispextern.h:137, #12 1586. from nsimage.m:33: #12 1586. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 56 | #if GS_EXPOSE(NSURLCredential) #12 1586. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1586. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #12 1586. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1586. from nsgui.h:34, #12 1586. from dispextern.h:137, #12 1586. from nsimage.m:33: #12 1586. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #12 1586. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1586. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #12 1586. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1586. from nsgui.h:34, #12 1586. from dispextern.h:137, #12 1586. from nsimage.m:33: #12 1586. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 49 | #if GS_EXPOSE(NSURLDownload) #12 1586. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1586. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1586. | ^ #12 1586. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #12 1586. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1586. from nsgui.h:34, #12 1586. from dispextern.h:137, #12 1586. from nsimage.m:33: #12 1586. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1586. | ^ #12 1586. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #12 1586. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1586. from nsgui.h:34, #12 1586. from dispextern.h:137, #12 1586. from nsimage.m:33: #12 1586. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #12 1586. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1586. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1586. | ^ #12 1586. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #12 1586. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1586. from nsgui.h:34, #12 1586. from dispextern.h:137, #12 1586. from nsimage.m:33: #12 1586. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 121 | #if GS_EXPOSE(NSURLProtocol) #12 1586. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1586. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #12 1586. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1586. from nsgui.h:34, #12 1586. from dispextern.h:137, #12 1586. from nsimage.m:33: #12 1586. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 92 | #if GS_EXPOSE(NSURLRequest) #12 1586. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1586. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1586. | ^ #12 1586. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #12 1586. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1586. from nsgui.h:34, #12 1586. from dispextern.h:137, #12 1586. from nsimage.m:33: #12 1586. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 49 | #if GS_EXPOSE(NSURLResponse) #12 1586. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1586. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1586. | ^ #12 1586. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #12 1586. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1586. from nsgui.h:34, #12 1586. from dispextern.h:137, #12 1586. from nsimage.m:33: #12 1586. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1586. | ^ #12 1586. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #12 1586. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1586. from nsgui.h:34, #12 1586. from dispextern.h:137, #12 1586. from nsimage.m:33: #12 1586. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 217 | #if GS_EXPOSE(NSUserDefaults) #12 1586. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1586. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #12 1586. | ^ #12 1586. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1586. | ^ #12 1586. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #12 1586. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1586. from nsgui.h:34, #12 1586. from dispextern.h:137, #12 1586. from nsimage.m:33: #12 1586. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1586. | ^ #12 1586. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #12 1586. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1586. from nsgui.h:34, #12 1586. from dispextern.h:137, #12 1586. from nsimage.m:33: #12 1586. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1586. | ^ #12 1586. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #12 1586. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1586. from nsgui.h:34, #12 1586. from dispextern.h:137, #12 1586. from nsimage.m:33: #12 1586. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1586. | ^ #12 1586. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #12 1586. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #12 1586. from /usr/include/GNUstep/Foundation/Foundation.h:184, #12 1586. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1586. from nsgui.h:34, #12 1586. from dispextern.h:137, #12 1586. from nsimage.m:33: #12 1586. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1586. | ^ #12 1586. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #12 1586. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1586. from nsgui.h:34, #12 1586. from dispextern.h:137, #12 1586. from nsimage.m:33: #12 1586. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1586. | ^ #12 1586. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #12 1586. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1586. from nsgui.h:34, #12 1586. from dispextern.h:137, #12 1586. from nsimage.m:33: #12 1586. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 72 | #if GS_EXPOSE(NSXMLParser) #12 1586. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1586. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1586. | ^ #12 1586. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #12 1586. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1586. from nsgui.h:34, #12 1586. from dispextern.h:137, #12 1586. from nsimage.m:33: #12 1586. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1586. | ^ #12 1586. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1586. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1586. from nsgui.h:34, #12 1586. from dispextern.h:137, #12 1586. from nsimage.m:33: #12 1586. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1586. | ^ #12 1586. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #12 1586. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1586. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1586. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1586. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1586. from nsgui.h:34, #12 1586. from dispextern.h:137, #12 1586. from nsimage.m:33: #12 1586. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1586. | ^ #12 1586. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1586. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1586. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1586. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1586. from nsgui.h:34, #12 1586. from dispextern.h:137, #12 1586. from nsimage.m:33: #12 1586. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1586. | ^ #12 1586. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1586. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1586. from nsgui.h:34, #12 1586. from dispextern.h:137, #12 1586. from nsimage.m:33: #12 1586. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1586. | ^ #12 1586. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1586. from nsgui.h:34, #12 1586. from dispextern.h:137, #12 1586. from nsimage.m:33: #12 1586. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1586. | ^ #12 1586. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #12 1586. from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1586. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1586. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1586. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1586. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1586. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1586. from nsgui.h:34, #12 1586. from dispextern.h:137, #12 1586. from nsimage.m:33: #12 1586. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1586. | ^ #12 1586. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1586. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1586. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1586. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1586. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1586. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1586. from nsgui.h:34, #12 1586. from dispextern.h:137, #12 1586. from nsimage.m:33: #12 1586. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1586. | ^ #12 1586. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #12 1586. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1586. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1586. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1586. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1586. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1586. from nsgui.h:34, #12 1586. from dispextern.h:137, #12 1586. from nsimage.m:33: #12 1586. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1586. | ^ #12 1586. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1586. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1586. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1586. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1586. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1586. from nsgui.h:34, #12 1586. from dispextern.h:137, #12 1586. from nsimage.m:33: #12 1586. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1586. | ^ #12 1586. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1586. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1586. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1586. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1586. from nsgui.h:34, #12 1586. from dispextern.h:137, #12 1586. from nsimage.m:33: #12 1586. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1586. | ^ #12 1586. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1586. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1586. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1586. from nsgui.h:34, #12 1586. from dispextern.h:137, #12 1586. from nsimage.m:33: #12 1586. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1586. | ^ #12 1586. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1586. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1586. from nsgui.h:34, #12 1586. from dispextern.h:137, #12 1586. from nsimage.m:33: #12 1586. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1586. | ^ #12 1586. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #12 1586. from nsgui.h:34, #12 1586. from dispextern.h:137, #12 1586. from nsimage.m:33: #12 1586. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1586. | ^ #12 1586. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #12 1586. from nsgui.h:34, #12 1586. from dispextern.h:137, #12 1586. from nsimage.m:33: #12 1586. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1586. | ^ #12 1586. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1586. from nsgui.h:34, #12 1586. from dispextern.h:137, #12 1586. from nsimage.m:33: #12 1586. /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1586. | ^ #12 1586. In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #12 1586. from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1586. from nsgui.h:34, #12 1586. from dispextern.h:137, #12 1586. from nsimage.m:33: #12 1586. /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1586. | ^ #12 1586. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1586. from nsgui.h:34, #12 1586. from dispextern.h:137, #12 1586. from nsimage.m:33: #12 1586. /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #12 1586. 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1586. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1586. /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #12 1586. 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1586. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1586. /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #12 1586. 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1586. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1586. /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #12 1586. 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1586. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1586. /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #12 1586. 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1586. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1586. /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #12 1586. 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1586. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1586. /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #12 1586. 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1586. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1586. /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #12 1586. 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1586. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1586. /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #12 1586. 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1586. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1586. /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #12 1586. 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1586. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1586. /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #12 1586. 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1586. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1586. /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #12 1586. 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1586. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1586. /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #12 1586. 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1586. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1586. /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #12 1586. 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1586. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1586. /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #12 1586. 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1586. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1586. /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #12 1586. 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1586. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1586. /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #12 1586. 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1586. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1586. /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #12 1586. 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1586. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1586. /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1586. | ^ #12 1586. In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #12 1586. from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1586. from nsgui.h:34, #12 1586. from dispextern.h:137, #12 1586. from nsimage.m:33: #12 1586. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1586. | ^ #12 1586. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1586. from nsgui.h:34, #12 1586. from dispextern.h:137, #12 1586. from nsimage.m:33: #12 1586. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1586. | ^ #12 1586. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1586. from nsgui.h:34, #12 1586. from dispextern.h:137, #12 1586. from nsimage.m:33: #12 1586. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1586. | ^ #12 1586. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #12 1586. from nsgui.h:34, #12 1586. from dispextern.h:137, #12 1586. from nsimage.m:33: #12 1586. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1586. | ^ #12 1586. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #12 1586. from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1586. from nsgui.h:34, #12 1586. from dispextern.h:137, #12 1586. from nsimage.m:33: #12 1586. /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1586. | ^ #12 1586. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1586. from nsgui.h:34, #12 1586. from dispextern.h:137, #12 1586. from nsimage.m:33: #12 1586. /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1586. | ^ #12 1586. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #12 1586. from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1586. from nsgui.h:34, #12 1586. from dispextern.h:137, #12 1586. from nsimage.m:33: #12 1586. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1586. | ^ #12 1586. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1586. from nsgui.h:34, #12 1586. from dispextern.h:137, #12 1586. from nsimage.m:33: #12 1586. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1586. | ^ #12 1586. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #12 1586. from nsgui.h:34, #12 1586. from dispextern.h:137, #12 1586. from nsimage.m:33: #12 1586. /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1586. | ^ #12 1586. In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #12 1586. from nsgui.h:34, #12 1586. from dispextern.h:137, #12 1586. from nsimage.m:33: #12 1586. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1586. | ^ #12 1586. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #12 1586. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1586. from nsgui.h:34, #12 1586. from dispextern.h:137, #12 1586. from nsimage.m:33: #12 1586. /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1586. | ^ #12 1586. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #12 1586. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1586. from nsgui.h:34, #12 1586. from dispextern.h:137, #12 1586. from nsimage.m:33: #12 1586. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1586. | ^ #12 1586. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #12 1586. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1586. from nsgui.h:34, #12 1586. from dispextern.h:137, #12 1586. from nsimage.m:33: #12 1586. /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1586. | ^ #12 1586. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #12 1586. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1586. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1586. from nsgui.h:34, #12 1586. from dispextern.h:137, #12 1586. from nsimage.m:33: #12 1586. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1586. | ^ #12 1586. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1586. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1586. from nsgui.h:34, #12 1586. from dispextern.h:137, #12 1586. from nsimage.m:33: #12 1586. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1586. | ^ #12 1586. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #12 1586. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1586. from nsgui.h:34, #12 1586. from dispextern.h:137, #12 1586. from nsimage.m:33: #12 1586. /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1586. | ^ #12 1586. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #12 1586. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1586. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1586. from nsgui.h:34, #12 1586. from dispextern.h:137, #12 1586. from nsimage.m:33: #12 1586. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1586. | ^ #12 1586. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1586. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1586. from nsgui.h:34, #12 1586. from dispextern.h:137, #12 1586. from nsimage.m:33: #12 1586. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1586. | ^ #12 1586. In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #12 1586. from nsgui.h:34, #12 1586. from dispextern.h:137, #12 1586. from nsimage.m:33: #12 1586. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1586. | ^ #12 1586. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #12 1586. from nsgui.h:34, #12 1586. from dispextern.h:137, #12 1586. from nsimage.m:33: #12 1586. /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1586. | ^ #12 1586. In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #12 1586. from nsgui.h:34, #12 1586. from dispextern.h:137, #12 1586. from nsimage.m:33: #12 1586. /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1586. | ^ #12 1586. In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #12 1586. from nsgui.h:34, #12 1586. from dispextern.h:137, #12 1586. from nsimage.m:33: #12 1586. /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1586. | ^ #12 1586. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1586. from nsgui.h:34, #12 1586. from dispextern.h:137, #12 1586. from nsimage.m:33: #12 1586. /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1586. | ^ #12 1586. In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #12 1586. from nsgui.h:34, #12 1586. from dispextern.h:137, #12 1586. from nsimage.m:33: #12 1586. /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #12 1586. 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1586. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1586. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1586. from nsgui.h:34, #12 1586. from dispextern.h:137, #12 1586. from nsimage.m:33: #12 1586. /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #12 1586. 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1586. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1586. In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #12 1586. from nsgui.h:34, #12 1586. from dispextern.h:137, #12 1586. from nsimage.m:33: #12 1586. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1586. | ^ #12 1586. In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #12 1586. from nsgui.h:34, #12 1586. from dispextern.h:137, #12 1586. from nsimage.m:33: #12 1586. /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1586. | ^ #12 1586. In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #12 1586. from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1586. from nsgui.h:34, #12 1586. from dispextern.h:137, #12 1586. from nsimage.m:33: #12 1586. /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1586. | ^ #12 1586. In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1586. from nsgui.h:34, #12 1586. from dispextern.h:137, #12 1586. from nsimage.m:33: #12 1586. /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1586. | ^ #12 1586. In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #12 1586. from nsgui.h:34, #12 1586. from dispextern.h:137, #12 1586. from nsimage.m:33: #12 1586. /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1586. | ^ #12 1586. In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #12 1586. from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1586. from nsgui.h:34, #12 1586. from dispextern.h:137, #12 1586. from nsimage.m:33: #12 1586. /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1586. | ^ #12 1586. In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1586. from nsgui.h:34, #12 1586. from dispextern.h:137, #12 1586. from nsimage.m:33: #12 1586. /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1586. | ^ #12 1586. In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #12 1586. from nsgui.h:34, #12 1586. from dispextern.h:137, #12 1586. from nsimage.m:33: #12 1586. /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1586. | ^ #12 1586. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1586. from nsgui.h:34, #12 1586. from dispextern.h:137, #12 1586. from nsimage.m:33: #12 1586. /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #12 1586. 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1586. | ^~~~~~~~~~~~~~~~~~~~ #12 1586. In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #12 1586. from nsgui.h:34, #12 1586. from dispextern.h:137, #12 1586. from nsimage.m:33: #12 1586. /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #12 1586. 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1586. | ^~~~~~~~~~~~~~~~~~~~ #12 1586. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1586. from nsgui.h:34, #12 1586. from dispextern.h:137, #12 1586. from nsimage.m:33: #12 1586. /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1586. | ^ #12 1586. In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #12 1586. from nsgui.h:34, #12 1586. from dispextern.h:137, #12 1586. from nsimage.m:33: #12 1586. /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1586. | ^ #12 1586. In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #12 1586. from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1586. from nsgui.h:34, #12 1586. from dispextern.h:137, #12 1586. from nsimage.m:33: #12 1586. /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1586. | ^ #12 1586. In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1586. from nsgui.h:34, #12 1586. from dispextern.h:137, #12 1586. from nsimage.m:33: #12 1586. /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1586. | ^ #12 1586. In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #12 1586. from nsgui.h:34, #12 1586. from dispextern.h:137, #12 1586. from nsimage.m:33: #12 1586. /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1586. | ^ #12 1586. In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #12 1586. from nsgui.h:34, #12 1586. from dispextern.h:137, #12 1586. from nsimage.m:33: #12 1586. /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1586. | ^ #12 1586. In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #12 1586. from nsgui.h:34, #12 1586. from dispextern.h:137, #12 1586. from nsimage.m:33: #12 1586. /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1586. | ^ #12 1586. In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #12 1586. from nsgui.h:34, #12 1586. from dispextern.h:137, #12 1586. from nsimage.m:33: #12 1586. /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1586. | ^ #12 1586. In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #12 1586. from nsgui.h:34, #12 1586. from dispextern.h:137, #12 1586. from nsimage.m:33: #12 1586. /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1586. | ^ #12 1586. In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #12 1586. from nsgui.h:34, #12 1586. from dispextern.h:137, #12 1586. from nsimage.m:33: #12 1586. /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1586. | ^ #12 1586. In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #12 1586. from nsgui.h:34, #12 1586. from dispextern.h:137, #12 1586. from nsimage.m:33: #12 1586. /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1586. | ^ #12 1586. /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1586. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1586. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1587. | ^ #12 1587. In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #12 1587. from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1587. from nsgui.h:34, #12 1587. from dispextern.h:137, #12 1587. from nsimage.m:33: #12 1587. /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1587. | ^ #12 1587. In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1587. from nsgui.h:34, #12 1587. from dispextern.h:137, #12 1587. from nsimage.m:33: #12 1587. /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1587. | ^ #12 1587. In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #12 1587. from nsgui.h:34, #12 1587. from dispextern.h:137, #12 1587. from nsimage.m:33: #12 1587. /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1587. | ^ #12 1587. In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #12 1587. from nsgui.h:34, #12 1587. from dispextern.h:137, #12 1587. from nsimage.m:33: #12 1587. /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1587. | ^ #12 1587. In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #12 1587. from nsgui.h:34, #12 1587. from dispextern.h:137, #12 1587. from nsimage.m:33: #12 1587. /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1587. | ^ #12 1587. In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #12 1587. from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1587. from nsgui.h:34, #12 1587. from dispextern.h:137, #12 1587. from nsimage.m:33: #12 1587. /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1587. | ^ #12 1587. In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1587. from nsgui.h:34, #12 1587. from dispextern.h:137, #12 1587. from nsimage.m:33: #12 1587. /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1587. | ^ #12 1587. In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #12 1587. from nsgui.h:34, #12 1587. from dispextern.h:137, #12 1587. from nsimage.m:33: #12 1587. /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1587. | ^ #12 1587. In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #12 1587. from nsgui.h:34, #12 1587. from dispextern.h:137, #12 1587. from nsimage.m:33: #12 1587. /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1587. | ^ #12 1587. In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #12 1587. from nsgui.h:34, #12 1587. from dispextern.h:137, #12 1587. from nsimage.m:33: #12 1587. /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1587. | ^ #12 1587. In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #12 1587. from nsgui.h:34, #12 1587. from dispextern.h:137, #12 1587. from nsimage.m:33: #12 1587. /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1587. | ^ #12 1587. In file included from nsgui.h:34, #12 1587. from dispextern.h:137, #12 1587. from nsimage.m:33: #12 1587. /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1587. | ^ #12 1587. In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #12 1587. from nsgui.h:34, #12 1587. from dispextern.h:137, #12 1587. from nsimage.m:33: #12 1587. /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1587. | ^ #12 1587. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1587. from nsgui.h:34, #12 1587. from dispextern.h:137, #12 1587. from nsimage.m:33: #12 1587. /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1587. | ^ #12 1587. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1587. from nsgui.h:34, #12 1587. from dispextern.h:137, #12 1587. from nsimage.m:33: #12 1587. /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1587. | ^ #12 1587. In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #12 1587. from nsgui.h:34, #12 1587. from dispextern.h:137, #12 1587. from nsimage.m:33: #12 1587. /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #12 1587. | ^ #12 1587. In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #12 1587. from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1587. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1587. from nsgui.h:34, #12 1587. from dispextern.h:137, #12 1587. from nsimage.m:33: #12 1587. /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1587. | ^ #12 1587. In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1587. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1587. from nsgui.h:34, #12 1587. from dispextern.h:137, #12 1587. from nsimage.m:33: #12 1587. /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1587. | ^ #12 1587. In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1587. from nsgui.h:34, #12 1587. from dispextern.h:137, #12 1587. from nsimage.m:33: #12 1587. /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1587. | ^ #12 1587. In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #12 1587. from nsgui.h:34, #12 1587. from dispextern.h:137, #12 1587. from nsimage.m:33: #12 1587. /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1587. | ^ #12 1587. In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #12 1587. from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1587. from nsgui.h:34, #12 1587. from dispextern.h:137, #12 1587. from nsimage.m:33: #12 1587. /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1587. | ^ #12 1587. In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1587. from nsgui.h:34, #12 1587. from dispextern.h:137, #12 1587. from nsimage.m:33: #12 1587. /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1587. | ^ #12 1587. In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #12 1587. from nsgui.h:34, #12 1587. from dispextern.h:137, #12 1587. from nsimage.m:33: #12 1587. /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1587. | ^ #12 1587. In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #12 1587. from nsgui.h:34, #12 1587. from dispextern.h:137, #12 1587. from nsimage.m:33: #12 1587. /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1587. | ^ #12 1587. In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #12 1587. from nsgui.h:34, #12 1587. from dispextern.h:137, #12 1587. from nsimage.m:33: #12 1587. /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1587. | ^ #12 1587. In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #12 1587. from nsgui.h:34, #12 1587. from dispextern.h:137, #12 1587. from nsimage.m:33: #12 1587. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1587. | ^ #12 1587. In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #12 1587. from nsgui.h:34, #12 1587. from dispextern.h:137, #12 1587. from nsimage.m:33: #12 1587. /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1587. | ^ #12 1587. In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #12 1587. from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1587. from nsgui.h:34, #12 1587. from dispextern.h:137, #12 1587. from nsimage.m:33: #12 1587. /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1587. | ^ #12 1587. In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1587. from nsgui.h:34, #12 1587. from dispextern.h:137, #12 1587. from nsimage.m:33: #12 1587. /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1587. | ^ #12 1587. In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #12 1587. from nsgui.h:34, #12 1587. from dispextern.h:137, #12 1587. from nsimage.m:33: #12 1587. /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1587. | ^ #12 1587. In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #12 1587. from nsgui.h:34, #12 1587. from dispextern.h:137, #12 1587. from nsimage.m:33: #12 1587. /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1587. | ^ #12 1587. In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #12 1587. from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1587. from nsgui.h:34, #12 1587. from dispextern.h:137, #12 1587. from nsimage.m:33: #12 1587. /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1587. | ^ #12 1587. In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1587. from nsgui.h:34, #12 1587. from dispextern.h:137, #12 1587. from nsimage.m:33: #12 1587. /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1587. | ^ #12 1587. In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #12 1587. from nsgui.h:34, #12 1587. from dispextern.h:137, #12 1587. from nsimage.m:33: #12 1587. /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1587. | ^ #12 1587. In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #12 1587. from nsgui.h:34, #12 1587. from dispextern.h:137, #12 1587. from nsimage.m:33: #12 1587. /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1587. | ^ #12 1587. In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #12 1587. from nsgui.h:34, #12 1587. from dispextern.h:137, #12 1587. from nsimage.m:33: #12 1587. /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1587. | ^ #12 1587. In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #12 1587. from nsgui.h:34, #12 1587. from dispextern.h:137, #12 1587. from nsimage.m:33: #12 1587. /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1587. | ^ #12 1587. In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #12 1587. from nsgui.h:34, #12 1587. from dispextern.h:137, #12 1587. from nsimage.m:33: #12 1587. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1587. | ^ #12 1587. In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #12 1587. from nsgui.h:34, #12 1587. from dispextern.h:137, #12 1587. from nsimage.m:33: #12 1587. /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1587. | ^ #12 1587. In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #12 1587. from nsgui.h:34, #12 1587. from dispextern.h:137, #12 1587. from nsimage.m:33: #12 1587. /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1587. | ^ #12 1587. In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #12 1587. from nsgui.h:34, #12 1587. from dispextern.h:137, #12 1587. from nsimage.m:33: #12 1587. /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1587. | ^ #12 1587. In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #12 1587. from nsgui.h:34, #12 1587. from dispextern.h:137, #12 1587. from nsimage.m:33: #12 1587. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1587. | ^ #12 1587. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #12 1587. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1587. from nsgui.h:34, #12 1587. from dispextern.h:137, #12 1587. from nsimage.m:33: #12 1587. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1587. | ^ #12 1587. In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #12 1587. from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1587. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1587. from nsgui.h:34, #12 1587. from dispextern.h:137, #12 1587. from nsimage.m:33: #12 1587. /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1587. | ^ #12 1587. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1587. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1587. from nsgui.h:34, #12 1587. from dispextern.h:137, #12 1587. from nsimage.m:33: #12 1587. /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1587. | ^ #12 1587. In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1587. from nsgui.h:34, #12 1587. from dispextern.h:137, #12 1587. from nsimage.m:33: #12 1587. /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1587. | ^ #12 1587. In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #12 1587. from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1587. from nsgui.h:34, #12 1587. from dispextern.h:137, #12 1587. from nsimage.m:33: #12 1587. /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1587. | ^ #12 1587. In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1587. from nsgui.h:34, #12 1587. from dispextern.h:137, #12 1587. from nsimage.m:33: #12 1587. /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1587. | ^ #12 1587. In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #12 1587. from nsgui.h:34, #12 1587. from dispextern.h:137, #12 1587. from nsimage.m:33: #12 1587. /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1587. | ^ #12 1587. In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #12 1587. from nsgui.h:34, #12 1587. from dispextern.h:137, #12 1587. from nsimage.m:33: #12 1587. /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1587. | ^ #12 1587. In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #12 1587. from nsgui.h:34, #12 1587. from dispextern.h:137, #12 1587. from nsimage.m:33: #12 1587. /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1587. | ^ #12 1587. In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #12 1587. from nsgui.h:34, #12 1587. from dispextern.h:137, #12 1587. from nsimage.m:33: #12 1587. /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1587. | ^ #12 1587. In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #12 1587. from nsgui.h:34, #12 1587. from dispextern.h:137, #12 1587. from nsimage.m:33: #12 1587. /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1587. | ^ #12 1587. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1587. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1587. from nsgui.h:34, #12 1587. from dispextern.h:137, #12 1587. from nsimage.m:33: #12 1587. /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1587. | ^ #12 1587. In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1587. from nsgui.h:34, #12 1587. from dispextern.h:137, #12 1587. from nsimage.m:33: #12 1587. /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1587. | ^ #12 1587. In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #12 1587. from nsgui.h:34, #12 1587. from dispextern.h:137, #12 1587. from nsimage.m:33: #12 1587. /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1587. | ^ #12 1587. In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #12 1587. from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1587. from nsgui.h:34, #12 1587. from dispextern.h:137, #12 1587. from nsimage.m:33: #12 1587. /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1587. | ^ #12 1587. In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1587. from nsgui.h:34, #12 1587. from dispextern.h:137, #12 1587. from nsimage.m:33: #12 1587. /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1587. | ^ #12 1587. In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #12 1587. from nsgui.h:34, #12 1587. from dispextern.h:137, #12 1587. from nsimage.m:33: #12 1587. /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1587. | ^ #12 1587. In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #12 1587. from nsgui.h:34, #12 1587. from dispextern.h:137, #12 1587. from nsimage.m:33: #12 1587. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1587. | ^ #12 1587. In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #12 1587. from nsgui.h:34, #12 1587. from dispextern.h:137, #12 1587. from nsimage.m:33: #12 1587. /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1587. | ^ #12 1587. In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #12 1587. from nsgui.h:34, #12 1587. from dispextern.h:137, #12 1587. from nsimage.m:33: #12 1587. /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1587. | ^ #12 1587. In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #12 1587. from nsgui.h:34, #12 1587. from dispextern.h:137, #12 1587. from nsimage.m:33: #12 1587. /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1587. | ^ #12 1587. In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #12 1587. from nsgui.h:34, #12 1587. from dispextern.h:137, #12 1587. from nsimage.m:33: #12 1587. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1587. | ^ #12 1587. In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #12 1587. from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1587. from nsgui.h:34, #12 1587. from dispextern.h:137, #12 1587. from nsimage.m:33: #12 1587. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1587. | ^ #12 1587. In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1587. from nsgui.h:34, #12 1587. from dispextern.h:137, #12 1587. from nsimage.m:33: #12 1587. /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1587. | ^ #12 1587. In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #12 1587. from nsgui.h:34, #12 1587. from dispextern.h:137, #12 1587. from nsimage.m:33: #12 1587. /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1587. | ^ #12 1587. In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #12 1587. from nsgui.h:34, #12 1587. from dispextern.h:137, #12 1587. from nsimage.m:33: #12 1587. /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1587. | ^ #12 1587. In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #12 1587. from nsgui.h:34, #12 1587. from dispextern.h:137, #12 1587. from nsimage.m:33: #12 1587. /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1587. | ^ #12 1587. In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #12 1587. from nsgui.h:34, #12 1587. from dispextern.h:137, #12 1587. from nsimage.m:33: #12 1587. /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1587. | ^ #12 1587. In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #12 1587. from nsgui.h:34, #12 1587. from dispextern.h:137, #12 1587. from nsimage.m:33: #12 1587. /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1587. | ^ #12 1587. In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #12 1587. from nsgui.h:34, #12 1587. from dispextern.h:137, #12 1587. from nsimage.m:33: #12 1587. /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1587. | ^ #12 1587. In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #12 1587. from nsgui.h:34, #12 1587. from dispextern.h:137, #12 1587. from nsimage.m:33: #12 1587. /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1587. | ^ #12 1587. In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #12 1587. from nsgui.h:34, #12 1587. from dispextern.h:137, #12 1587. from nsimage.m:33: #12 1587. /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #12 1587. 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1587. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1587. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1587. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1587. from nsgui.h:34, #12 1587. from dispextern.h:137, #12 1587. from nsimage.m:33: #12 1587. /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #12 1587. 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1587. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1587. In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #12 1587. from nsgui.h:34, #12 1587. from dispextern.h:137, #12 1587. from nsimage.m:33: #12 1587. /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1587. | ^ #12 1587. In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #12 1587. from nsgui.h:34, #12 1587. from dispextern.h:137, #12 1587. from nsimage.m:33: #12 1587. /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1587. | ^ #12 1587. In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #12 1587. from nsgui.h:34, #12 1587. from dispextern.h:137, #12 1587. from nsimage.m:33: #12 1587. /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1587. | ^ #12 1587. In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #12 1587. from nsgui.h:34, #12 1587. from dispextern.h:137, #12 1587. from nsimage.m:33: #12 1587. /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1587. | ^ #12 1587. In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #12 1587. from nsgui.h:34, #12 1587. from dispextern.h:137, #12 1587. from nsimage.m:33: #12 1587. /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1587. | ^ #12 1587. In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #12 1587. from nsgui.h:34, #12 1587. from dispextern.h:137, #12 1587. from nsimage.m:33: #12 1587. /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1587. | ^ #12 1587. In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #12 1587. from nsgui.h:34, #12 1587. from dispextern.h:137, #12 1587. from nsimage.m:33: #12 1587. /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1587. | ^ #12 1587. In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #12 1587. from nsgui.h:34, #12 1587. from dispextern.h:137, #12 1587. from nsimage.m:33: #12 1587. /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1587. | ^ #12 1587. In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #12 1587. from nsgui.h:34, #12 1587. from dispextern.h:137, #12 1587. from nsimage.m:33: #12 1587. /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1587. | ^ #12 1587. In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #12 1587. from nsgui.h:34, #12 1587. from dispextern.h:137, #12 1587. from nsimage.m:33: #12 1587. /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1587. | ^ #12 1587. In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #12 1587. from nsgui.h:34, #12 1587. from dispextern.h:137, #12 1587. from nsimage.m:33: #12 1587. /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1587. | ^ #12 1587. In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #12 1587. from nsgui.h:34, #12 1587. from dispextern.h:137, #12 1587. from nsimage.m:33: #12 1587. /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1587. | ^ #12 1587. In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #12 1587. from nsgui.h:34, #12 1587. from dispextern.h:137, #12 1587. from nsimage.m:33: #12 1587. /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1587. | ^ #12 1587. In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #12 1587. from nsgui.h:34, #12 1587. from dispextern.h:137, #12 1587. from nsimage.m:33: #12 1587. /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1587. | ^ #12 1587. In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #12 1587. from nsgui.h:34, #12 1587. from dispextern.h:137, #12 1587. from nsimage.m:33: #12 1587. /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1587. | ^ #12 1587. In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #12 1587. from nsgui.h:34, #12 1587. from dispextern.h:137, #12 1587. from nsimage.m:33: #12 1587. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1587. | ^ #12 1587. In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #12 1587. from nsgui.h:34, #12 1587. from dispextern.h:137, #12 1587. from nsimage.m:33: #12 1587. /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1587. | ^ #12 1587. In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #12 1587. from nsgui.h:34, #12 1587. from dispextern.h:137, #12 1587. from nsimage.m:33: #12 1587. /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1587. | ^ #12 1587. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1587. from nsgui.h:34, #12 1587. from dispextern.h:137, #12 1587. from nsimage.m:33: #12 1587. /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1587. 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1587. | ^ #12 1587. /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1587. 125 | __attribute__((unused)); #12 1587. | ^~~~~~~~~~~~~ #12 1587. /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1587. 129 | __attribute__((unused)); #12 1587. | ^~~~~~~~~~~~~ #12 1587. /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1587. 133 | __attribute__((unused)); #12 1587. | ^~~~~~~~~~~~~ #12 1587. /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1587. 214 | __attribute__((unused)); #12 1587. | ^~~~~~~~~~~~~ #12 1587. /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1587. 247 | __attribute__((unused)); #12 1587. | ^~~~~~~~~~~~~ #12 1587. /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1587. 251 | __attribute__((unused)); #12 1587. | ^~~~~~~~~~~~~ #12 1587. /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1587. 259 | __attribute__((unused)); #12 1587. | ^~~~~~~~~~~~~ #12 1587. /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1587. 263 | __attribute__((unused)); #12 1587. | ^~~~~~~~~~~~~ #12 1587. /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1587. 267 | __attribute__((unused)); #12 1587. | ^~~~~~~~~~~~~ #12 1587. /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1587. 271 | __attribute__((unused)); #12 1587. | ^~~~~~~~~~~~~ #12 1587. /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1587. 275 | __attribute__((unused)); #12 1587. | ^~~~~~~~~~~~~ #12 1587. /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1587. 287 | __attribute__((unused)); #12 1587. | ^~~~~~~~~~~~~ #12 1587. /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1587. 311 | __attribute__((unused)); #12 1587. | ^~~~~~~~~~~~~ #12 1587. /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1587. 323 | __attribute__((unused)); #12 1587. | ^~~~~~~~~~~~~ #12 1587. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1587. from nsgui.h:34, #12 1587. from dispextern.h:137, #12 1587. from nsimage.m:33: #12 1587. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1587. 493 | PSgsave() #12 1587. | ^~~~~~~ #12 1587. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #12 1587. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #12 1587. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1587. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1587. 499 | PSgrestore() #12 1587. | ^~~~~~~~~~ #12 1587. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #12 1587. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #12 1587. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1587. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1587. 505 | PSinitgraphics() #12 1587. | ^~~~~~~~~~~~~~ #12 1587. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #12 1587. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #12 1587. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1587. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1587. 622 | PSinitmatrix() #12 1587. | ^~~~~~~~~~~~ #12 1587. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #12 1587. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #12 1587. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1587. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1587. 669 | PSclip() #12 1587. | ^~~~~~ #12 1587. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #12 1587. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #12 1587. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1587. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1587. 675 | PSclosepath() #12 1587. | ^~~~~~~~~~~ #12 1587. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #12 1587. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #12 1587. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1587. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1587. 687 | PSeoclip() #12 1587. | ^~~~~~~~ #12 1587. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #12 1587. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #12 1587. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1587. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1587. 693 | PSeofill() #12 1587. | ^~~~~~~~ #12 1587. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #12 1587. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #12 1587. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1587. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1587. 699 | PSfill() #12 1587. | ^~~~~~ #12 1587. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #12 1587. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #12 1587. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1587. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1587. 705 | PSflattenpath() #12 1587. | ^~~~~~~~~~~~~ #12 1587. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #12 1587. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #12 1587. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1587. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1587. 711 | PSinitclip() #12 1587. | ^~~~~~~~~~ #12 1587. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #12 1587. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #12 1587. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1587. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1587. 729 | PSnewpath() #12 1587. | ^~~~~~~~~ #12 1587. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #12 1587. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #12 1587. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1587. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1587. 765 | PSreversepath() #12 1587. | ^~~~~~~~~~~~~ #12 1587. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #12 1587. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #12 1587. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1587. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1587. 783 | PSstroke() #12 1587. | ^~~~~~~~ #12 1587. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #12 1587. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #12 1587. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1587. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1587. 835 | PSWait() #12 1587. | ^~~~~~ #12 1587. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #12 1587. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #12 1589. CC nsfont.o #12 1589. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #12 1589. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #12 1590. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #12 1590. from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1590. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1590. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1590. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1590. from nsgui.h:34, #12 1590. from dispextern.h:137, #12 1590. from nsfont.m:28: #12 1590. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #12 1590. | ^ #12 1590. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1590. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1590. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1590. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1590. from nsgui.h:34, #12 1590. from dispextern.h:137, #12 1590. from nsfont.m:28: #12 1590. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #12 1590. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1590. | ^~~~~~~~~~~~~~~~~~~~ #12 1590. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #12 1590. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1590. | ^~~~~~~~~~~~~~~~~~~~ #12 1590. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1590. | ^ #12 1590. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #12 1590. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1590. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1590. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1590. from nsgui.h:34, #12 1590. from dispextern.h:137, #12 1590. from nsfont.m:28: #12 1590. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #12 1590. | ^ #12 1590. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1590. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1590. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1590. from nsgui.h:34, #12 1590. from dispextern.h:137, #12 1590. from nsfont.m:28: #12 1590. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1590. | ^ #12 1590. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #12 1590. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1590. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1590. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1590. from nsgui.h:34, #12 1590. from dispextern.h:137, #12 1590. from nsfont.m:28: #12 1590. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1590. | ^ #12 1590. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1590. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1590. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1590. from nsgui.h:34, #12 1590. from dispextern.h:137, #12 1590. from nsfont.m:28: #12 1590. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1590. | ^ #12 1590. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #12 1590. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1590. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1590. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1590. from nsgui.h:34, #12 1590. from dispextern.h:137, #12 1590. from nsfont.m:28: #12 1590. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1590. | ^ #12 1590. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1590. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1590. from nsgui.h:34, #12 1590. from dispextern.h:137, #12 1590. from nsfont.m:28: #12 1590. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1590. | ^ #12 1590. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1590. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1590. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1590. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1590. from nsgui.h:34, #12 1590. from dispextern.h:137, #12 1590. from nsfont.m:28: #12 1590. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 88 | #if GS_API_VERSION(0,011500) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1590. | ^ #12 1590. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #12 1590. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1590. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1590. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1590. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1590. from nsgui.h:34, #12 1590. from dispextern.h:137, #12 1590. from nsfont.m:28: #12 1590. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1590. | ^ #12 1590. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1590. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1590. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1590. from nsgui.h:34, #12 1590. from dispextern.h:137, #12 1590. from nsfont.m:28: #12 1590. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #12 1590. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1590. | ^~~~~~~~~~ #12 1590. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1590. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1590. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1590. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1590. from nsgui.h:34, #12 1590. from dispextern.h:137, #12 1590. from nsfont.m:28: #12 1590. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #12 1590. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1590. | ^~~~~~~~~~ #12 1590. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #12 1590. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1590. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1590. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1590. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1590. from nsgui.h:34, #12 1590. from dispextern.h:137, #12 1590. from nsfont.m:28: #12 1590. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1590. | ^ #12 1590. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1590. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1590. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1590. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1590. from nsgui.h:34, #12 1590. from dispextern.h:137, #12 1590. from nsfont.m:28: #12 1590. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1590. | ^ #12 1590. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #12 1590. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1590. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1590. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1590. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1590. from nsgui.h:34, #12 1590. from dispextern.h:137, #12 1590. from nsfont.m:28: #12 1590. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1590. | ^ #12 1590. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #12 1590. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1590. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1590. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1590. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1590. from nsgui.h:34, #12 1590. from dispextern.h:137, #12 1590. from nsfont.m:28: #12 1590. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1590. | ^ #12 1590. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1590. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1590. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1590. from nsgui.h:34, #12 1590. from dispextern.h:137, #12 1590. from nsfont.m:28: #12 1590. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1590. | ^ #12 1590. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1590. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1590. from nsgui.h:34, #12 1590. from dispextern.h:137, #12 1590. from nsfont.m:28: #12 1590. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 46 | #if GS_EXPOSE(NSAffineTransform) #12 1590. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1590. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #12 1590. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1590. from nsgui.h:34, #12 1590. from dispextern.h:137, #12 1590. from nsfont.m:28: #12 1590. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1590. | ^ #12 1590. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #12 1590. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1590. from nsgui.h:34, #12 1590. from dispextern.h:137, #12 1590. from nsfont.m:28: #12 1590. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1590. | ^ #12 1590. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #12 1590. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1590. from nsgui.h:34, #12 1590. from dispextern.h:137, #12 1590. from nsfont.m:28: #12 1590. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1590. | ^ #12 1590. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #12 1590. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1590. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1590. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1590. from nsgui.h:34, #12 1590. from dispextern.h:137, #12 1590. from nsfont.m:28: #12 1590. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1590. | ^ #12 1590. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1590. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1590. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1590. from nsgui.h:34, #12 1590. from dispextern.h:137, #12 1590. from nsfont.m:28: #12 1590. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1590. | ^ #12 1590. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1590. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1590. from nsgui.h:34, #12 1590. from dispextern.h:137, #12 1590. from nsfont.m:28: #12 1590. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 45 | #if GS_EXPOSE(NSArchiver) #12 1590. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1590. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 164 | #if GS_EXPOSE(NSUnarchiver) #12 1590. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1590. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1590. | ^ #12 1590. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1590. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1590. from nsgui.h:34, #12 1590. from dispextern.h:137, #12 1590. from nsfont.m:28: #12 1590. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1590. | ^ #12 1590. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #12 1590. from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1590. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1590. from nsgui.h:34, #12 1590. from dispextern.h:137, #12 1590. from nsfont.m:28: #12 1590. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1590. | ^ #12 1590. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1590. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1590. from nsgui.h:34, #12 1590. from dispextern.h:137, #12 1590. from nsfont.m:28: #12 1590. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1590. | ^ #12 1590. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #12 1590. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1590. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1590. from nsgui.h:34, #12 1590. from dispextern.h:137, #12 1590. from nsfont.m:28: #12 1590. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1590. | ^ #12 1590. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #12 1590. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1590. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1590. from nsgui.h:34, #12 1590. from dispextern.h:137, #12 1590. from nsfont.m:28: #12 1590. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1590. | ^ #12 1590. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #12 1590. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1590. from nsgui.h:34, #12 1590. from dispextern.h:137, #12 1590. from nsfont.m:28: #12 1590. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #12 1590. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1590. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1590. | ^ #12 1590. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #12 1590. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1590. from nsgui.h:34, #12 1590. from dispextern.h:137, #12 1590. from nsfont.m:28: #12 1590. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1590. | ^ #12 1590. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1590. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1590. from nsgui.h:34, #12 1590. from dispextern.h:137, #12 1590. from nsfont.m:28: #12 1590. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 114 | #if GS_EXPOSE(NSBundle) #12 1590. | ^~~~~~~~~~~~~~~~~~~~~ #12 1590. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1590. | ^ #12 1590. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #12 1590. from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1590. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1590. from nsgui.h:34, #12 1590. from dispextern.h:137, #12 1590. from nsfont.m:28: #12 1590. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1590. | ^ #12 1590. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #12 1590. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1590. from nsgui.h:34, #12 1590. from dispextern.h:137, #12 1590. from nsfont.m:28: #12 1590. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 43 | #if GS_EXPOSE(NSCache) #12 1590. | ^~~~~~~~~~~~~~~~~~~~ #12 1590. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #12 1590. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1590. from nsgui.h:34, #12 1590. from dispextern.h:137, #12 1590. from nsfont.m:28: #12 1590. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1590. | ^ #12 1590. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1590. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1590. from nsgui.h:34, #12 1590. from dispextern.h:137, #12 1590. from nsfont.m:28: #12 1590. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 37 | #if GS_EXPOSE(NSCalendarDate) #12 1590. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1590. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1590. | ^ #12 1590. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #12 1590. from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1590. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1590. from nsgui.h:34, #12 1590. from dispextern.h:137, #12 1590. from nsfont.m:28: #12 1590. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1590. | ^ #12 1590. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #12 1590. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1590. from nsgui.h:34, #12 1590. from dispextern.h:137, #12 1590. from nsfont.m:28: #12 1590. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1590. | ^ #12 1590. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #12 1590. from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1590. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1590. from nsgui.h:34, #12 1590. from dispextern.h:137, #12 1590. from nsfont.m:28: #12 1590. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 113 | #if GS_EXPOSE(NSException) #12 1590. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1590. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1590. 303 | NSGetUncaughtExceptionHandler(); #12 1590. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1590. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1590. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1590. from nsgui.h:34, #12 1590. from dispextern.h:137, #12 1590. from nsfont.m:28: #12 1590. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1590. | ^ #12 1590. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1590. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1590. from nsgui.h:34, #12 1590. from dispextern.h:137, #12 1590. from nsfont.m:28: #12 1590. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1590. | ^ #12 1590. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #12 1590. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1590. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1590. from nsgui.h:34, #12 1590. from dispextern.h:137, #12 1590. from nsfont.m:28: #12 1590. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 53 | #if GS_EXPOSE(NSExpression) #12 1590. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1590. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #12 1590. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1590. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1590. from nsgui.h:34, #12 1590. from dispextern.h:137, #12 1590. from nsfont.m:28: #12 1590. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1590. | ^ #12 1590. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1590. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1590. from nsgui.h:34, #12 1590. from dispextern.h:137, #12 1590. from nsfont.m:28: #12 1590. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1590. | ^ #12 1590. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1590. 74 | #if GS_EXPOSE(NSComparisonPredicate) #12 1590. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1591. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #12 1591. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1591. from nsgui.h:34, #12 1591. from dispextern.h:137, #12 1591. from nsfont.m:28: #12 1591. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1591. | ^ #12 1591. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 47 | #if GS_EXPOSE(NSCompoundPredicate) #12 1591. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1591. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #12 1591. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1591. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1591. from nsgui.h:34, #12 1591. from dispextern.h:137, #12 1591. from nsfont.m:28: #12 1591. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 47 | #if GS_EXPOSE(NSTimer) #12 1591. | ^~~~~~~~~~~~~~~~~~~~ #12 1591. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1591. | ^ #12 1591. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1591. | ^ #12 1591. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1591. | ^ #12 1591. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #12 1591. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #12 1591. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1591. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1591. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1591. from nsgui.h:34, #12 1591. from dispextern.h:137, #12 1591. from nsfont.m:28: #12 1591. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1591. | ^ #12 1591. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1591. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1591. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1591. from nsgui.h:34, #12 1591. from dispextern.h:137, #12 1591. from nsfont.m:28: #12 1591. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 46 | #if GS_EXPOSE(NSRunLoop) #12 1591. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1591. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1591. | ^ #12 1591. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1591. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1591. from nsgui.h:34, #12 1591. from dispextern.h:137, #12 1591. from nsfont.m:28: #12 1591. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1591. | ^ #12 1591. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #12 1591. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1591. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1591. from nsgui.h:34, #12 1591. from dispextern.h:137, #12 1591. from nsfont.m:28: #12 1591. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1591. | ^ #12 1591. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1591. | ^ #12 1591. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1591. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1591. from nsgui.h:34, #12 1591. from dispextern.h:137, #12 1591. from nsfont.m:28: #12 1591. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1591. | ^ #12 1591. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1591. | ^ #12 1591. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1591. | ^ #12 1591. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1591. | ^ #12 1591. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1591. | ^ #12 1591. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1591. | ^ #12 1591. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1591. | ^ #12 1591. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1591. | ^ #12 1591. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1591. | ^ #12 1591. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1591. | ^ #12 1591. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1591. | ^ #12 1591. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1591. | ^ #12 1591. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1591. | ^ #12 1591. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1591. | ^ #12 1591. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1591. | ^ #12 1591. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #12 1591. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1591. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1591. from nsgui.h:34, #12 1591. from dispextern.h:137, #12 1591. from nsfont.m:28: #12 1591. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1591. | ^ #12 1591. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #12 1591. from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1591. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1591. from nsgui.h:34, #12 1591. from dispextern.h:137, #12 1591. from nsfont.m:28: #12 1591. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1591. | ^ #12 1591. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1591. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1591. from nsgui.h:34, #12 1591. from dispextern.h:137, #12 1591. from nsfont.m:28: #12 1591. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #12 1591. | ^ #12 1591. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #12 1591. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1591. from nsgui.h:34, #12 1591. from dispextern.h:137, #12 1591. from nsfont.m:28: #12 1591. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1591. | ^ #12 1591. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1591. | ^ #12 1591. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 127 | #if GS_EXPOSE(NSDateFormatter) #12 1591. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1591. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1591. | ^ #12 1591. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1591. | ^ #12 1591. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1591. | ^ #12 1591. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #12 1591. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1591. from nsgui.h:34, #12 1591. from dispextern.h:137, #12 1591. from nsfont.m:28: #12 1591. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1591. | ^ #12 1591. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #12 1591. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1591. from nsgui.h:34, #12 1591. from dispextern.h:137, #12 1591. from nsfont.m:28: #12 1591. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1591. | ^ #12 1591. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1591. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1591. from nsgui.h:34, #12 1591. from dispextern.h:137, #12 1591. from nsfont.m:28: #12 1591. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1591. | ^ #12 1591. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #12 1591. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1591. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1591. from nsgui.h:34, #12 1591. from dispextern.h:137, #12 1591. from nsfont.m:28: #12 1591. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1591. | ^ #12 1591. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1591. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1591. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1591. from nsgui.h:34, #12 1591. from dispextern.h:137, #12 1591. from nsfont.m:28: #12 1591. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1591. | ^ #12 1591. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1591. | ^ #12 1591. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1591. | ^ #12 1591. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #12 1591. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1591. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1591. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1591. from nsgui.h:34, #12 1591. from dispextern.h:137, #12 1591. from nsfont.m:28: #12 1591. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1591. | ^ #12 1591. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1591. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1591. from nsgui.h:34, #12 1591. from dispextern.h:137, #12 1591. from nsfont.m:28: #12 1591. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #12 1591. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1591. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 192 | #if GS_EXPOSE(NSDecimalNumber) #12 1591. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1591. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #12 1591. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1591. from nsgui.h:34, #12 1591. from dispextern.h:137, #12 1591. from nsfont.m:28: #12 1591. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 40 | #if GS_EXPOSE(NSDistantObject) #12 1591. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1591. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #12 1591. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1591. from nsgui.h:34, #12 1591. from dispextern.h:137, #12 1591. from nsfont.m:28: #12 1591. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 41 | #if GS_EXPOSE(NSDistributedLock) #12 1591. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1591. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1591. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1591. from nsgui.h:34, #12 1591. from dispextern.h:137, #12 1591. from nsfont.m:28: #12 1591. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1591. | ^ #12 1591. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1591. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1591. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1591. from nsgui.h:34, #12 1591. from dispextern.h:137, #12 1591. from nsfont.m:28: #12 1591. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 74 | #if GS_EXPOSE(NSLock) #12 1591. | ^~~~~~~~~~~~~~~~~~~ #12 1591. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1591. | ^ #12 1591. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 125 | #if GS_EXPOSE(NSCondition) #12 1591. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1591. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 175 | #if GS_EXPOSE(NSConditionLock) #12 1591. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1591. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1591. | ^ #12 1591. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 275 | #if GS_EXPOSE(NSRecursiveLock) #12 1591. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1591. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1591. | ^ #12 1591. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #12 1591. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1591. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1591. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1591. from nsgui.h:34, #12 1591. from dispextern.h:137, #12 1591. from nsfont.m:28: #12 1591. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1591. | ^ #12 1591. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #12 1591. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1591. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1591. from nsgui.h:34, #12 1591. from dispextern.h:137, #12 1591. from nsfont.m:28: #12 1591. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1591. | ^ #12 1591. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 71 | #if GS_EXPOSE(NSNotificationCenter) #12 1591. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1591. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1591. | ^ #12 1591. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1591. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1591. from nsgui.h:34, #12 1591. from dispextern.h:137, #12 1591. from nsfont.m:28: #12 1591. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1591. | ^ #12 1591. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #12 1591. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1591. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #12 1591. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1591. from nsgui.h:34, #12 1591. from dispextern.h:137, #12 1591. from nsfont.m:28: #12 1591. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1591. | ^ #12 1591. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #12 1591. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1591. from nsgui.h:34, #12 1591. from dispextern.h:137, #12 1591. from nsfont.m:28: #12 1591. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1591. | ^ #12 1591. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1591. | ^ #12 1591. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1591. | ^ #12 1591. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1591. | ^ #12 1591. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 134 | #if GS_EXPOSE(NSError) #12 1591. | ^~~~~~~~~~~~~~~~~~~~ #12 1591. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1591. | ^ #12 1591. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #12 1591. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1591. from nsgui.h:34, #12 1591. from dispextern.h:137, #12 1591. from nsfont.m:28: #12 1591. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1591. | ^ #12 1591. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #12 1591. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1591. from nsgui.h:34, #12 1591. from dispextern.h:137, #12 1591. from nsfont.m:28: #12 1591. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1591. | ^ #12 1591. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #12 1591. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1591. from nsgui.h:34, #12 1591. from dispextern.h:137, #12 1591. from nsfont.m:28: #12 1591. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1591. | ^ #12 1591. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #12 1591. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1591. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1591. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1591. from nsgui.h:34, #12 1591. from dispextern.h:137, #12 1591. from nsfont.m:28: #12 1591. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1591. | ^ #12 1591. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1591. | ^ #12 1591. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 182 | #if GS_EXPOSE(NSURLHandle) #12 1591. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1591. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1591. | ^ #12 1591. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1591. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1591. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1591. from nsgui.h:34, #12 1591. from dispextern.h:137, #12 1591. from nsfont.m:28: #12 1591. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1591. | ^ #12 1591. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1591. | ^ #12 1591. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1591. | ^ #12 1591. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 73 | #if GS_EXPOSE(NSURL) #12 1591. | ^~~~~~~~~~~~~~~~~~ #12 1591. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1591. | ^ #12 1591. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1591. | ^ #12 1591. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1591. | ^ #12 1591. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1591. | ^ #12 1591. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1591. | ^ #12 1591. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1591. | ^ #12 1591. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1591. | ^ #12 1591. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1591. | ^ #12 1591. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1591. | ^ #12 1591. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1591. | ^ #12 1591. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1591. | ^ #12 1591. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1591. | ^ #12 1591. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1591. | ^ #12 1591. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1591. | ^ #12 1591. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1591. | ^ #12 1591. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1591. | ^ #12 1591. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1591. | ^ #12 1591. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #12 1591. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1591. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1591. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1591. from nsgui.h:34, #12 1591. from dispextern.h:137, #12 1591. from nsfont.m:28: #12 1591. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1591. | ^ #12 1591. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1591. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1591. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1591. from nsgui.h:34, #12 1591. from dispextern.h:137, #12 1591. from nsfont.m:28: #12 1591. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1591. | ^ #12 1591. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 599 | #if GS_EXPOSE(NSURLQueryItem) #12 1591. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1591. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1591. | ^ #12 1591. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 633 | #if GS_EXPOSE(NSURLComponents) #12 1591. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1591. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1591. | ^ #12 1591. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1591. | ^ #12 1591. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1591. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1591. from nsgui.h:34, #12 1591. from dispextern.h:137, #12 1591. from nsfont.m:28: #12 1591. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1591. | ^ #12 1591. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1591. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1591. from nsgui.h:34, #12 1591. from dispextern.h:137, #12 1591. from nsfont.m:28: #12 1591. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 160 | #if GS_EXPOSE(NSPipe) #12 1591. | ^~~~~~~~~~~~~~~~~~~ #12 1591. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1591. | ^ #12 1591. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #12 1591. from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1591. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1591. from nsgui.h:34, #12 1591. from dispextern.h:137, #12 1591. from nsfont.m:28: #12 1591. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1591. | ^ #12 1591. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1591. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1591. from nsgui.h:34, #12 1591. from dispextern.h:137, #12 1591. from nsfont.m:28: #12 1591. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1591. | ^ #12 1591. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #12 1591. from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1591. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1591. from nsgui.h:34, #12 1591. from dispextern.h:137, #12 1591. from nsfont.m:28: #12 1591. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1591. | ^ #12 1591. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1591. | ^ #12 1591. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1591. | ^ #12 1591. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1591. | ^ #12 1591. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1591. | ^ #12 1591. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1591. | ^ #12 1591. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1591. | ^ #12 1591. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1591. | ^ #12 1591. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1591. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1591. from nsgui.h:34, #12 1591. from dispextern.h:137, #12 1591. from nsfont.m:28: #12 1591. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 215 | #if GS_EXPOSE(NSFileManager) #12 1591. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1591. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1591. | ^ #12 1591. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1591. | ^ #12 1591. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1591. | ^ #12 1591. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1591. | ^ #12 1591. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #12 1591. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1591. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1591. | ^ #12 1591. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #12 1591. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1591. from nsgui.h:34, #12 1591. from dispextern.h:137, #12 1591. from nsfont.m:28: #12 1591. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1591. | ^ #12 1591. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #12 1591. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1591. from nsgui.h:34, #12 1591. from dispextern.h:137, #12 1591. from nsfont.m:28: #12 1591. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1591. | ^ #12 1591. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #12 1591. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1591. from nsgui.h:34, #12 1591. from dispextern.h:137, #12 1591. from nsfont.m:28: #12 1591. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1591. | ^ #12 1591. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1591. | ^ #12 1591. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #12 1591. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1591. from nsgui.h:34, #12 1591. from dispextern.h:137, #12 1591. from nsfont.m:28: #12 1591. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1591. | ^ #12 1591. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #12 1591. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1591. from nsgui.h:34, #12 1591. from dispextern.h:137, #12 1591. from nsfont.m:28: #12 1591. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1591. | ^ #12 1591. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #12 1591. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1591. from nsgui.h:34, #12 1591. from dispextern.h:137, #12 1591. from nsfont.m:28: #12 1591. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 42 | #if GS_EXPOSE(NSHost) #12 1591. | ^~~~~~~~~~~~~~~~~~~ #12 1591. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1591. | ^ #12 1591. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1591. | ^ #12 1591. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #12 1591. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1591. from nsgui.h:34, #12 1591. from dispextern.h:137, #12 1591. from nsfont.m:28: #12 1591. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1591. | ^ #12 1591. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1591. | ^ #12 1591. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 68 | #if GS_EXPOSE(NSHTTPCookie) #12 1591. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1591. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1591. | ^ #12 1591. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #12 1591. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1591. from nsgui.h:34, #12 1591. from dispextern.h:137, #12 1591. from nsfont.m:28: #12 1591. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1591. | ^ #12 1591. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1591. | ^ #12 1591. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #12 1591. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1591. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #12 1591. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1591. from nsgui.h:34, #12 1591. from dispextern.h:137, #12 1591. from nsfont.m:28: #12 1591. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1591. | ^ #12 1591. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1591. | ^ #12 1591. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 47 | #if GS_EXPOSE(NSIndexPath) #12 1591. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1591. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #12 1591. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1591. from nsgui.h:34, #12 1591. from dispextern.h:137, #12 1591. from nsfont.m:28: #12 1591. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1591. | ^ #12 1591. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 49 | #if GS_EXPOSE(NSIndexSet) #12 1591. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1591. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1591. | ^ #12 1591. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1591. | ^ #12 1591. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #12 1591. from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1591. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1591. from nsgui.h:34, #12 1591. from dispextern.h:137, #12 1591. from nsfont.m:28: #12 1591. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 52 | #if GS_EXPOSE(NSMethodSignature) #12 1591. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1591. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1591. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1591. from nsgui.h:34, #12 1591. from dispextern.h:137, #12 1591. from nsfont.m:28: #12 1591. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 38 | #if GS_EXPOSE(NSInvocation) #12 1591. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1591. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1591. | ^ #12 1591. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1591. | ^ #12 1591. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1591. | ^ #12 1591. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #12 1591. from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1591. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1591. from nsgui.h:34, #12 1591. from dispextern.h:137, #12 1591. from nsfont.m:28: #12 1591. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1591. | ^ #12 1591. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1591. | ^ #12 1591. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1591. | ^ #12 1591. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1591. | ^ #12 1591. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1591. | ^ #12 1591. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1591. | ^ #12 1591. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1591. | ^ #12 1591. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1591. | ^ #12 1591. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1591. | ^ #12 1591. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1591. | ^ #12 1591. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1591. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1591. from nsgui.h:34, #12 1591. from dispextern.h:137, #12 1591. from nsfont.m:28: #12 1591. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1591. | ^ #12 1591. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #12 1591. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1591. from nsgui.h:34, #12 1591. from dispextern.h:137, #12 1591. from nsfont.m:28: #12 1591. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1591. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1591. | ^ #12 1591. In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #12 1591. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1591. from nsgui.h:34, #12 1591. from dispextern.h:137, #12 1591. from nsfont.m:28: #12 1591. /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be p #12 1591. [output clipped, log limit 2MiB reached] #12 1592. make[3]: Leaving directory '/checkout/src' #12 1592. make[2]: Leaving directory '/checkout' #12 1592. make[1]: Leaving directory '/checkout' #12 1592. make[1]: Entering directory '/checkout' #12 1593. make[1]: Leaving directory '/checkout' #12 1593. /GNUstep/AppKit/AppKit.h:40, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #12 1593. from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1593. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1593. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 40 | #if GS_EXPOSE(NSMetadataItem) #12 1593. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1593. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 66 | #if GS_EXPOSE(NSMetadataQuery) #12 1593. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1593. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1593. | ^ #12 1593. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #12 1593. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1593. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #12 1593. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1593. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #12 1593. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 112 | #if GS_EXPOSE(NSNotificationQueue) #12 1593. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1593. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #12 1593. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1593. | ^ #12 1593. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1593. | ^ #12 1593. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 361 | #if GS_EXPOSE(NSNetService) #12 1593. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1593. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #12 1593. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1593. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #12 1593. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #12 1593. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 123 | #if GS_EXPOSE(NSNumberFormatter) #12 1593. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1593. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #12 1593. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #12 1593. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #12 1593. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #12 1593. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #12 1593. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #12 1593. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #12 1593. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 53 | #if GS_EXPOSE(NSPortCoder) #12 1593. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1593. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #12 1593. from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1593. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 77 | #if GS_EXPOSE(NSPort) #12 1593. | ^~~~~~~~~~~~~~~~~~~ #12 1593. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 202 | #if GS_EXPOSE(NSSocketPort) #12 1593. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1593. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 284 | #if GS_EXPOSE(NSMessagePort) #12 1593. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1593. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1593. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 47 | #if GS_EXPOSE(NSPortMessage) #12 1593. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1593. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #12 1593. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #12 1593. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1593. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #12 1593. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 53 | #if GS_EXPOSE(NSProgress) #12 1593. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1593. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #12 1593. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 40 | #if GS_EXPOSE(NSProtocolChecker) #12 1593. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1593. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #12 1593. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 91 | #if GS_EXPOSE(NSRegularExpression) #12 1593. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1593. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #12 1593. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 42 | #if GS_EXPOSE(NSScanner) #12 1593. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1593. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1593. | ^ #12 1593. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #12 1593. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #12 1593. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #12 1593. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #12 1593. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #12 1593. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #12 1593. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #12 1593. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #12 1593. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #12 1593. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #12 1593. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 48 | #if GS_EXPOSE(NSSortDescriptor) #12 1593. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1593. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #12 1593. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 58 | #if GS_EXPOSE(NSSpellServer) #12 1593. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1593. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1593. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #12 1593. from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1593. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1593. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 51 | #if GS_EXPOSE(NSTask) #12 1593. | ^~~~~~~~~~~~~~~~~~~ #12 1593. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #12 1593. from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1593. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #12 1593. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1593. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 59 | #if GS_EXPOSE(NSThread) #12 1593. | ^~~~~~~~~~~~~~~~~~~~~ #12 1593. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #12 1593. | ^ #12 1593. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #12 1593. | ^ #12 1593. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1593. | ^ #12 1593. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #12 1593. from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1593. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #12 1593. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1593. | ^ #12 1593. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #12 1593. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #12 1593. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 87 | #if GS_EXPOSE(NSUndoManager) #12 1593. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1593. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #12 1593. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #12 1593. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #12 1593. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #12 1593. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1593. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #12 1593. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 59 | #if GS_EXPOSE(NSCachedURLResponse) #12 1593. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1593. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 105 | #if GS_EXPOSE(NSURLCache) #12 1593. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1593. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #12 1593. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 48 | #if GS_EXPOSE(NSURLConnection) #12 1593. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1593. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #12 1593. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 56 | #if GS_EXPOSE(NSURLCredential) #12 1593. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1593. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #12 1593. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #12 1593. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1593. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #12 1593. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 49 | #if GS_EXPOSE(NSURLDownload) #12 1593. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1593. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #12 1593. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #12 1593. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #12 1593. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1593. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #12 1593. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 121 | #if GS_EXPOSE(NSURLProtocol) #12 1593. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1593. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #12 1593. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 92 | #if GS_EXPOSE(NSURLRequest) #12 1593. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1593. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #12 1593. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 49 | #if GS_EXPOSE(NSURLResponse) #12 1593. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1593. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #12 1593. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #12 1593. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 217 | #if GS_EXPOSE(NSUserDefaults) #12 1593. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1593. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #12 1593. | ^ #12 1593. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #12 1593. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #12 1593. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #12 1593. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #12 1593. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #12 1593. from /usr/include/GNUstep/Foundation/Foundation.h:184, #12 1593. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #12 1593. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #12 1593. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 72 | #if GS_EXPOSE(NSXMLParser) #12 1593. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1593. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #12 1593. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1593. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #12 1593. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1593. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1593. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1593. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1593. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1593. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1593. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1593. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #12 1593. from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1593. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1593. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1593. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1593. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1593. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1593. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1593. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1593. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1593. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1593. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #12 1593. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1593. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1593. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1593. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1593. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1593. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1593. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1593. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1593. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1593. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1593. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1593. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1593. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1593. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1593. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #12 1593. from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #12 1593. 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1593. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1593. /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #12 1593. 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1593. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1593. /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #12 1593. 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1593. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1593. /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #12 1593. 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1593. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1593. /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #12 1593. 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1593. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1593. /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #12 1593. 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1593. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1593. /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #12 1593. 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1593. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1593. /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #12 1593. 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1593. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1593. /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #12 1593. 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1593. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1593. /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #12 1593. 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1593. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1593. /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #12 1593. 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1593. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1593. /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #12 1593. 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1593. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1593. /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #12 1593. 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1593. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1593. /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #12 1593. 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1593. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1593. /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #12 1593. 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1593. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1593. /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #12 1593. 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1593. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1593. /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #12 1593. 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1593. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1593. /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #12 1593. 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1593. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1593. /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #12 1593. from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #12 1593. from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #12 1593. from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #12 1593. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #12 1593. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #12 1593. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #12 1593. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1593. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1593. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #12 1593. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #12 1593. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1593. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1593. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #12 1593. 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1593. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1593. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #12 1593. 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1593. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1593. In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #12 1593. from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #12 1593. from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #12 1593. 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1593. | ^~~~~~~~~~~~~~~~~~~~ #12 1593. In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #12 1593. 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1593. | ^~~~~~~~~~~~~~~~~~~~ #12 1593. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #12 1593. from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #12 1593. from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #12 1593. from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #12 1593. from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1593. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1593. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #12 1593. from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #12 1593. from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #12 1593. from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #12 1593. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #12 1593. from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1593. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1593. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #12 1593. from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1593. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #12 1593. from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #12 1593. from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #12 1593. 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1593. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1593. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1593. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #12 1593. 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1593. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1593. In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1593. | ^ #12 1593. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1593. 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1593. | ^ #12 1593. /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1593. 125 | __attribute__((unused)); #12 1593. | ^~~~~~~~~~~~~ #12 1593. /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1593. 129 | __attribute__((unused)); #12 1593. | ^~~~~~~~~~~~~ #12 1593. /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1593. 133 | __attribute__((unused)); #12 1593. | ^~~~~~~~~~~~~ #12 1593. /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1593. 214 | __attribute__((unused)); #12 1593. | ^~~~~~~~~~~~~ #12 1593. /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1593. 247 | __attribute__((unused)); #12 1593. | ^~~~~~~~~~~~~ #12 1593. /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1593. 251 | __attribute__((unused)); #12 1593. | ^~~~~~~~~~~~~ #12 1593. /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1593. 259 | __attribute__((unused)); #12 1593. | ^~~~~~~~~~~~~ #12 1593. /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1593. 263 | __attribute__((unused)); #12 1593. | ^~~~~~~~~~~~~ #12 1593. /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1593. 267 | __attribute__((unused)); #12 1593. | ^~~~~~~~~~~~~ #12 1593. /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1593. 271 | __attribute__((unused)); #12 1593. | ^~~~~~~~~~~~~ #12 1593. /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1593. 275 | __attribute__((unused)); #12 1593. | ^~~~~~~~~~~~~ #12 1593. /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1593. 287 | __attribute__((unused)); #12 1593. | ^~~~~~~~~~~~~ #12 1593. /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1593. 311 | __attribute__((unused)); #12 1593. | ^~~~~~~~~~~~~ #12 1593. /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1593. 323 | __attribute__((unused)); #12 1593. | ^~~~~~~~~~~~~ #12 1593. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1593. from nsgui.h:34, #12 1593. from dispextern.h:137, #12 1593. from nsfont.m:28: #12 1593. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1593. 493 | PSgsave() #12 1593. | ^~~~~~~ #12 1593. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #12 1593. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #12 1593. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1593. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1593. 499 | PSgrestore() #12 1593. | ^~~~~~~~~~ #12 1593. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #12 1593. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #12 1593. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1593. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1593. 505 | PSinitgraphics() #12 1593. | ^~~~~~~~~~~~~~ #12 1593. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #12 1593. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #12 1593. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1593. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1593. 622 | PSinitmatrix() #12 1593. | ^~~~~~~~~~~~ #12 1593. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #12 1593. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #12 1593. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1593. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1593. 669 | PSclip() #12 1593. | ^~~~~~ #12 1593. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #12 1593. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #12 1593. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1593. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1593. 675 | PSclosepath() #12 1593. | ^~~~~~~~~~~ #12 1593. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #12 1593. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #12 1593. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1593. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1593. 687 | PSeoclip() #12 1593. | ^~~~~~~~ #12 1593. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #12 1593. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #12 1593. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1593. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1593. 693 | PSeofill() #12 1593. | ^~~~~~~~ #12 1593. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #12 1593. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #12 1593. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1593. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1593. 699 | PSfill() #12 1593. | ^~~~~~ #12 1593. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #12 1593. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #12 1593. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1593. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1593. 705 | PSflattenpath() #12 1593. | ^~~~~~~~~~~~~ #12 1593. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #12 1593. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #12 1593. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1593. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1593. 711 | PSinitclip() #12 1593. | ^~~~~~~~~~ #12 1593. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #12 1593. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #12 1593. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1593. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1593. 729 | PSnewpath() #12 1593. | ^~~~~~~~~ #12 1593. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #12 1593. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #12 1593. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1593. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1593. 765 | PSreversepath() #12 1593. | ^~~~~~~~~~~~~ #12 1593. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #12 1593. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #12 1593. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1593. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1593. 783 | PSstroke() #12 1593. | ^~~~~~~~ #12 1593. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #12 1593. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #12 1593. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1593. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1593. 835 | PSWait() #12 1593. | ^~~~~~ #12 1593. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #12 1593. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #12 1593. nsfont.m: In function 'nsfont_open': #12 1593. nsfont.m:1038:36: error: too few arguments to function 'Ffont_xlfd_name' #12 1593. 1038 | font->props[FONT_NAME_INDEX] = Ffont_xlfd_name (font_object, Qnil); #12 1593. | ^~~~~~~~~~~~~~~ #12 1593. In file included from nsfont.m:27: #12 1593. ./globals.h:4723:8: note: declared here #12 1593. 4723 | EXFUN (Ffont_xlfd_name, 3); #12 1593. | ^~~~~~~~~~~~~~~ #12 1593. lisp.h:902:22: note: in definition of macro 'EXFUN' #12 1593. 902 | extern Lisp_Object fnname DEFUN_ARGS_ ## maxargs #12 1593. | ^~~~~~ #12 1593. make[3]: *** [Makefile:457: nsfont.o] Error 1 #12 1593. make[2]: *** [Makefile:554: src] Error 2 #12 1593. make[1]: *** [Makefile:1291: actual-bootstrap] Error 2 #12 1593. *** #12 1593. *** "make bootstrap" failed with exit status 2. #12 1593. *** #12 1593. *** You could try to: #12 1593. *** - run "make extraclean" and run "make" again (or, equivalently, run #12 1593. *** "make bootstrap configure=default"), to rebuild Emacs with the #12 1593. *** default configuration options, which might fix the problem #12 1593. *** - run "git clean -fdx" and run "make bootstrap" again, which might #12 1593. *** fix the problem if "make bootstrap configure=default" did not #12 1593. *** !BEWARE! "git clean -fdx" deletes all files that are not under #12 1593. *** !BEWARE! version control, which means that all changes to such #12 1593. *** !BEWARE! files will be lost and cannot be restored later #12 1593. *** - run "make V=1", which displays the full commands invoked by make, #12 1593. *** to further investigate the problem #12 1593. *** - report the problem and ask for help by sending an email to #12 1593. *** bug-gnu-emacs@gnu.org, mentioning at least the build error #12 1593. *** message, the platform, and the repository revision displayed by #12 1593. *** "git rev-parse HEAD" #12 1593. *** #12 1593. make[1]: *** [Makefile:418: advice-on-failure] Error 2 #12 1593. 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:1696466339:step_script section_start:1696466339: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-511acc2e: No such file or directory section_end:1696466344:after_script section_start:1696466344:cleanup_file_variables Cleaning up project directory and file based variables section_end:1696466349:cleanup_file_variables ERROR: Job failed: exit code 1